Home
last modified time | relevance | path

Searched refs:cand (Results 1 – 25 of 146) sorted by relevance

123456

/aosp_15_r20/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.c381 struct rsn_pmksa_candidate *cand, *pos; in pmksa_candidate_add() local
395 cand = NULL; in pmksa_candidate_add()
399 cand = pos; in pmksa_candidate_add()
404 if (cand) { in pmksa_candidate_add()
405 dl_list_del(&cand->list); in pmksa_candidate_add()
407 cand->priority = prio; in pmksa_candidate_add()
409 cand = os_zalloc(sizeof(*cand)); in pmksa_candidate_add()
410 if (cand == NULL) in pmksa_candidate_add()
412 os_memcpy(cand->bssid, bssid, ETH_ALEN); in pmksa_candidate_add()
413 cand->priority = prio; in pmksa_candidate_add()
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp774 UChar *ref, *cand, *ncand = NULL, *cur8; in MBMotionSearch() local
883 cand = ref + i + j * lx; in MBMotionSearch()
885 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info); in MBMotionSearch()
892 ncand = cand; in MBMotionSearch()
906 cand = ref + i + j * lx; in MBMotionSearch()
907 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info); in MBMotionSearch()
914 ncand = cand; in MBMotionSearch()
921 ncand = cand; in MBMotionSearch()
955 cand = ref + i + j * lx; in MBMotionSearch()
965 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info); in MBMotionSearch()
[all …]
H A Dme_utils.cpp110 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx) in GetHalfPelMBRegion_C() argument
118 p1 = cand - lx - 1; in GetHalfPelMBRegion_C()
119 p2 = cand - lx; in GetHalfPelMBRegion_C()
120 p3 = cand - 1; in GetHalfPelMBRegion_C()
121 p4 = cand; in GetHalfPelMBRegion_C()
166 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx) in GetHalfPelBlkRegion() argument
174 p1 = cand - lx - 1; in GetHalfPelBlkRegion()
175 p2 = cand - lx; in GetHalfPelBlkRegion()
176 p3 = cand - 1; in GetHalfPelBlkRegion()
177 p4 = cand; in GetHalfPelBlkRegion()
/aosp_15_r20/external/pytorch/torch/
H A D_ops.py182 cand = DispatchKey.CompositeExplicitAutogradNonFunctional
184 k == DispatchKey.Undefined or is_included_in_alias(k, cand)
185 ) and op.has_kernel_for_dispatch_key(cand):
186 return cand
188 cand = DispatchKey.CompositeExplicitAutograd
190 k == DispatchKey.Undefined or is_included_in_alias(k, cand)
191 ) and op.has_kernel_for_dispatch_key(cand):
192 return cand
197 cand = DispatchKey.CompositeImplicitAutogradNestedTensor
199 (k != DispatchKey.Undefined and is_included_in_alias(k, cand))
[all …]
/aosp_15_r20/external/webrtc/p2p/base/
H A Dice_transport_internal.cc21 RTCError VerifyCandidate(const Candidate& cand) { in VerifyCandidate() argument
23 if (cand.address().IsNil() || cand.address().IsAnyIP()) { in VerifyCandidate()
29 int port = cand.address().port(); in VerifyCandidate()
30 if (cand.protocol() == cricket::TCP_PROTOCOL_NAME && in VerifyCandidate()
31 (cand.tcptype() == cricket::TCPTYPE_ACTIVE_STR || port == 0)) { in VerifyCandidate()
43 if (cand.address().IsPrivateIP()) { in VerifyCandidate()
/aosp_15_r20/external/toolchain-utils/debug_info_test/
H A Ddebug_info_test.py49 cand = argv[1]
50 if os.path.isfile(cand):
51 files = [cand]
52 elif os.path.isdir(cand):
53 files = scanelf(cand)
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/teddy/
Druntime.rs211 cand: __m128i, in verify128()
213 debug_assert!(!is_all_zeroes128(cand)); in verify128()
218 let parts = unpack64x128(cand); in verify128()
243 cand: __m256i, in verify256()
245 debug_assert!(!is_all_zeroes256(cand)); in verify256()
250 let parts = unpack64x256(cand); in verify256()
276 cand: __m256i, in verify_fat256()
278 debug_assert!(!is_all_zeroes256(cand)); in verify_fat256()
304 let swap = _mm256_permute4x64_epi64(cand, 0x4E); in verify_fat256()
307 let r1 = _mm256_unpacklo_epi8(cand, swap); in verify_fat256()
[all …]
/aosp_15_r20/external/libaom/av1/encoder/
H A Dmotion_search_facade.c51 cand_mv_t *cand, int *cand_count, in get_mv_candidate_from_tpl() argument
77 cand[0].weight = nw * nh; in get_mv_candidate_from_tpl()
94 RIGHT_SHIFT_MV(cand[m].fmv.as_fullmv.row) && in get_mv_candidate_from_tpl()
96 RIGHT_SHIFT_MV(cand[m].fmv.as_fullmv.col)) { in get_mv_candidate_from_tpl()
98 cand[m].weight++; in get_mv_candidate_from_tpl()
104 cand[*cand_count].fmv.as_fullmv = fmv; in get_mv_candidate_from_tpl()
105 cand[*cand_count].weight = 1; in get_mv_candidate_from_tpl()
115 qsort(cand, *cand_count, sizeof(cand[0]), &compare_weight); in get_mv_candidate_from_tpl()
173 cand_mv_t cand[MAX_TPL_BLK_IN_SB * MAX_TPL_BLK_IN_SB + 1]; in av1_single_motion_search() local
174 av1_zero(cand); in av1_single_motion_search()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/resources/
H A D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/external/python/cpython3/Lib/importlib/resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/importlib_resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/resources/
D_common.py42 def resolve(cand): argument
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DOptimalLineBreaker.cpp359 const Candidate& cand = candidates[i]; in finishBreaksOptimal() local
362 result.breakPoints.push_back(cand.offset); in finishBreaksOptimal()
363 result.widths.push_back(cand.postBreak - prev.preBreak); in finishBreaksOptimal()
365 Range range = Range(prev.offset, cand.offset); in finishBreaksOptimal()
371 result.bounds.emplace_back(0, extent.ascent, cand.postBreak - prev.preBreak, in finishBreaksOptimal()
380 MinikinExtent extent = measured.getExtent(textBuf, Range(prev.offset, cand.offset)); in finishBreaksOptimal()
383 result.bounds.emplace_back(0, extent.ascent, cand.postBreak - prev.preBreak, in finishBreaksOptimal()
388 packHyphenEdit(editForNextLine(prev.hyphenType), editForThisLine(cand.hyphenType)); in finishBreaksOptimal()

123456