/third_party/skia/src/pathops/ |
H A D | SkOpSpan.h | 126 const SkOpPtT* end2 = s2->fT < e2->fT ? e2 : s2; in Overlaps() local 127 *eOut = between(s1->fT, end2->fT, e1->fT) ? end2 in Overlaps() 130 SkOPOBJASSERT(s1, start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
|
H A D | SkPathOpsCubic.cpp | 159 int end2 = hullOrder[hullIndex]; in hullIntersects() local 160 endPt[1] = &fPts[end2]; in hullIntersects() 165 int oddManMask = other_two(end1, end2); in hullIntersects() 168 int oddMan2 = end2 ^ oddManMask; in hullIntersects() 192 end1 = end2; in hullIntersects()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | httpread.c | 103 int end2 = 0; in word_eq() local 112 end2 = !isgraph(c2); in word_eq() 113 if (end1 || end2 || c1 != c2) in word_eq() 116 return end1 && end2; /* reached end of both words? */ in word_eq()
|
H A D | wps_upnp_ssdp.c | 43 int end2 = 0; in token_eq() local 52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-'); in token_eq() 53 if (end1 || end2 || c1 != c2) in token_eq() 56 return end1 && end2; /* reached end of both words? */ in token_eq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | httpread.c | 103 int end2 = 0; in word_eq() local 112 end2 = !isgraph(c2); in word_eq() 113 if (end1 || end2 || c1 != c2) in word_eq() 116 return end1 && end2; /* reached end of both words? */ in word_eq()
|
H A D | wps_upnp_ssdp.c | 43 int end2 = 0; in token_eq() local 52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-'); in token_eq() 53 if (end1 || end2 || c1 != c2) in token_eq() 56 return end1 && end2; /* reached end of both words? */ in token_eq()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs.h | 660 * start2 end2 664 pnfs_is_range_intersecting(u64 start1, u64 end1, u64 start2, u64 end2) in pnfs_is_range_intersecting() argument 667 (end2 == NFS4_MAX_UINT64 || start1 < end2); in pnfs_is_range_intersecting() 675 u64 end2 = pnfs_end_offset(l2->offset, l2->length); in pnfs_lseg_range_intersecting() local 677 return pnfs_is_range_intersecting(l1->offset, end1, l2->offset, end2); in pnfs_lseg_range_intersecting()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.h | 660 * start2 end2 664 pnfs_is_range_intersecting(u64 start1, u64 end1, u64 start2, u64 end2) in pnfs_is_range_intersecting() argument 667 (end2 == NFS4_MAX_UINT64 || start1 < end2); in pnfs_is_range_intersecting() 675 u64 end2 = pnfs_end_offset(l2->offset, l2->length); in pnfs_lseg_range_intersecting() local 677 return pnfs_is_range_intersecting(l1->offset, end1, l2->offset, end2); in pnfs_lseg_range_intersecting()
|
/third_party/mbedtls/library/ |
H A D | pkparse.c | 615 unsigned char *end2; in pk_parse_key_sec1_der() local 686 end2 = p + len; in pk_parse_key_sec1_der() 688 if ((ret = mbedtls_asn1_get_bitstring_null(&p, end2, &len)) != 0) { in pk_parse_key_sec1_der() 692 if (p + len != end2) { in pk_parse_key_sec1_der() 697 if ((ret = mbedtls_pk_ecc_set_pubkey(pk, p, (size_t) (end2 - p))) == 0) { in pk_parse_key_sec1_der()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 342 BasicBlock::iterator end2 = Block2->getTerminator()->getIterator(); in CompareIfRegionBlock() local 346 if (iter2 != end2) in CompareIfRegionBlock()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mss3.c | 365 int end, end2; in rac_get_model_sym() local 373 end2 = m->num_syms; in rac_get_model_sym() 380 end2 = end; in rac_get_model_sym() 383 end = (end2 + val) >> 1; in rac_get_model_sym()
|
/third_party/toybox/toys/pending/ |
H A D | diff.c | 591 start1, end1, start2, end2; in do_diff() local 684 end2 = ptr2->prev - ptr2->b + ptr2->d; in do_diff() 691 printf("+%ld", (end2 - start2 + 1) ? start2: (start2 -1)); in do_diff() 692 if ((end2 - start2 +1) != 1) printf(",%ld ", (end2 - start2 +1)); in do_diff()
|
/third_party/ffmpeg/libswresample/ |
H A D | audioconvert.c | 41 uint8_t *end2 = end - 3*os;\ 42 while(po < end2){\
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | pytracediff.py | 366 for tag, start1, end1, start2, end2 in opcodes: 420 if ncall2 < end2:
|
/third_party/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange() local 455 return end2; in ucptrie_internalGetRange()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange() local 455 return end2; in ucptrie_internalGetRange()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie.cpp | 453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange() local 455 return end2; in ucptrie_internalGetRange()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | intel-pt.c | 1037 size_t end2 = offs2 + compare_size, part_size; in intel_pt_compare_buffers() local 1039 if (end2 <= buf2_size) in intel_pt_compare_buffers() 1042 part_size = end2 - buf2_size; in intel_pt_compare_buffers()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | intel-pt.c | 1028 size_t end2 = offs2 + compare_size, part_size; in intel_pt_compare_buffers() local 1030 if (end2 <= buf2_size) in intel_pt_compare_buffers() 1033 part_size = end2 - buf2_size; in intel_pt_compare_buffers()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 2652 * Syntax: (compare-strings str1 start1 end1 str2 start2 end2 /opt-case-insensitive) 2658 * 'end2' is last char (0..) 2665 int start1, end1, start2, end2; in F_compare_strings() local 2710 end2 = alisp_compare_type(p[5], ALISP_OBJ_NIL) ? start2 + (end1 - start1) : p[5]->value.i; in F_compare_strings() 2711 if (start1 < 0 || start2 < 0 || end1 < 0 || end2 < 0 || in F_compare_strings() 2713 (end1 - start1) != (end2 - start2)) { in F_compare_strings()
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 1091 u8 size, start, end, end2; in imgu_css_queue_data() local 1106 end2 = (end + 1) % size; in imgu_css_queue_data() 1107 if (end2 == start) in imgu_css_queue_data() 1112 writeb(end2, &q->host2sp_bufq_info[thread][queue].end); in imgu_css_queue_data() 1115 writeb(end2, &q->host2sp_evtq_info.end); in imgu_css_queue_data()
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 1078 u8 size, start, end, end2; in imgu_css_queue_data() local 1093 end2 = (end + 1) % size; in imgu_css_queue_data() 1094 if (end2 == start) in imgu_css_queue_data() 1099 writeb(end2, &q->host2sp_bufq_info[thread][queue].end); in imgu_css_queue_data() 1102 writeb(end2, &q->host2sp_evtq_info.end); in imgu_css_queue_data()
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 748 char *ptr, *start, *start2, *end, *end2, *sep; in load_opt_strings_catalog() local 794 end2 = NULL; in load_opt_strings_catalog() 805 end2 = end; in load_opt_strings_catalog() 814 *end2 = '\0'; in load_opt_strings_catalog() 857 if (part == 2 && (start2 == NULL || end2 == NULL)) { in load_opt_strings_catalog() 890 end = end2; in load_opt_strings_catalog()
|
/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()
|