/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 2866 const char *pos, *end, *end2; in get_hostname() local 2881 end2 = os_strchr(pos, ':'); in get_hostname() 2882 if ((end && end2 && end2 < end) || (!end && end2)) in get_hostname() 2883 end = end2; in get_hostname()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 2868 const char *pos, *end, *end2; in get_hostname() local 2883 end2 = os_strchr(pos, ':'); in get_hostname() 2884 if ((end && end2 && end2 < end) || (!end && end2)) in get_hostname() 2885 end = end2; in get_hostname()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.cpp | 2030 const SkDPoint& end2 = sect2->pointLast(); in BinarySearch() local 2032 double t = tail2->closestBoundedT(end2); in BinarySearch() 2033 if (sect1->fCurve.ptAtT(t).approximatelyEqual(end2)) { in BinarySearch() 2034 intersections->insert(t, 1, end2); in BinarySearch()
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wm.cpp | 724 goto end2; in Screenshot() 751 end2: in Screenshot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regcomp.c | 492 * Giving end1 as OUT essentially eliminates the end1/end2 check. 503 int end2) /* second terminating character */ in p_bre() 514 while (MORE() && !SEETWO(end1, end2)) { in p_bre() 501 p_bre(struct parse *p, int end1, int end2) p_bre() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 620 * Giving end1 as OUT essentially eliminates the end1/end2 check. 631 int end2) /* second terminating character */ in p_bre() 642 while (MORE() && !SEETWO(end1, end2)) { in p_bre() 629 p_bre(struct parse *p, int end1, int end2) p_bre() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | nutenc.c | 192 int end2 = start + (end - start) * (stream_id + 1) / s->nb_streams; in build_frame_code() local 277 int start3 = start2 + (end2 - start2) * pred / pred_count; in build_frame_code() 278 int end3 = start2 + (end2 - start2) * (pred + 1) / pred_count; in build_frame_code()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | sys_regs.c | 2788 const struct sys_reg_desc *i2, *end2; in walk_sys_regs() local 2793 end2 = sys_reg_descs + ARRAY_SIZE(sys_reg_descs); in walk_sys_regs() 2795 while (i2 != end2) { in walk_sys_regs()
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 289 u64 end1, end2; in ff_lseg_range_is_after() local 294 end2 = pnfs_calc_offset_end(l2->offset, l2->length); in ff_lseg_range_is_after() 297 if (end2 < l1->offset) in ff_lseg_range_is_after()
|
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 295 u64 end1, end2; in ff_lseg_range_is_after() local 300 end2 = pnfs_calc_offset_end(l2->offset, l2->length); in ff_lseg_range_is_after() 303 if (end2 < l1->offset) in ff_lseg_range_is_after()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 613 Block end2("end2", SpvOpReturn); in TEST_P() 627 str += middle2 >> end2; in TEST_P() 628 str += end2; in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_cfg_test.cpp | 613 Block end2("end2", SpvOpReturn); in TEST_P() 627 str += middle2 >> end2; in TEST_P() 628 str += end2; in TEST_P()
|
/third_party/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 614 Block end2("end2", spv::Op::OpReturn); in TEST_P() 628 str += middle2 >> end2; in TEST_P() 629 str += end2; in TEST_P()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.c | 1228 char *url2, *end2, *pos2; in radius_server_encapsulate_eap() local 1261 end2 = url2 + url_len + 1; in radius_server_encapsulate_eap() 1264 os_snprintf(pos2, end2 - pos2, MACSTR, MAC2STR(sess->mac_addr)); in radius_server_encapsulate_eap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 1061 char *url2, *end2, *pos2; in radius_server_encapsulate_eap() local 1094 end2 = url2 + url_len + 1; in radius_server_encapsulate_eap() 1097 os_snprintf(pos2, end2 - pos2, MACSTR, MAC2STR(sess->mac_addr)); in radius_server_encapsulate_eap()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | sys_regs.c | 3533 const struct sys_reg_desc *i2, *end2; in walk_sys_regs() local 3538 end2 = sys_reg_descs + ARRAY_SIZE(sys_reg_descs); in walk_sys_regs() 3540 while (i2 != end2) { in walk_sys_regs()
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmalloc.c | 3219 unsigned long end2 = start2 + sizes[area2]; in pcpu_get_vm_areas() local 3221 BUG_ON(start2 < end && start < end2); in pcpu_get_vm_areas()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvtst.c | 1883 UChar32 start, end, start2, end2, notStart, notEnd; member 2036 (nameRanges[i].start2>=0 && !uset_containsRange(set, nameRanges[i].start2, nameRanges[i].end2)) in TestUnicodeSet()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs.c | 630 * start2 end2 640 u64 end2 = pnfs_end_offset(start2, l2->length); in pnfs_lseg_range_contained() local 642 return (start1 <= start2) && (end1 >= end2); in pnfs_lseg_range_contained()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.c | 626 * start2 end2 636 u64 end2 = pnfs_end_offset(start2, l2->length); in pnfs_lseg_range_contained() local 638 return (start1 <= start2) && (end1 >= end2); in pnfs_lseg_range_contained()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 4050 unsigned long end2 = start2 + sizes[area2]; in pcpu_get_vm_areas() local 4052 BUG_ON(start2 < end && start < end2); in pcpu_get_vm_areas()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 5221 struct sljit_jump *end2 = NULL; in mainloop_entry() local 5299 end2 = CMP(SLJIT_LESS_EQUAL, TMP2, 0, STR_END, 0); in mainloop_entry() 5301 JUMPHERE(end2); in mainloop_entry() 5322 end2 = JUMP(SLJIT_JUMP); in mainloop_entry() 5399 JUMPHERE(end2); in mainloop_entry()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |