Searched refs:mend (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/as_is/os400/ |
H A D | iculd.c | 134 char *mend = strrchr(linkbuf,'.'); in main() local 135 if(mend) { in main() 136 *mend=0; in main() 137 mend = strrchr(linkbuf,'/'); in main() 138 if(mend) { in main() 139 mend++; in main() 140 strcpy(outbuf,mend); in main() 168 char *mend = strrchr(linkbuf,'.'); in main() local 169 if(mend) { in main() 170 *mend in main() [all...] |
/third_party/python/Lib/ |
H A D | gettext.py | 364 mend = moff + mlen 367 if mend < buflen and tend < buflen: 368 msg = buf[moff:mend]
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ssearch.cpp | 1234 int32_t mend = maxLimit; in simpleSearch() local 1248 mend = minLimit; in simpleSearch() 1253 mend = nba; in simpleSearch() 1258 if (mend > maxLimit) { in simpleSearch() 1262 if (! ubrk_isBoundary(charBreakIterator, mend)) { in simpleSearch() 1267 matchEnd = mend; in simpleSearch()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_segment_report_module.c | 186 uint64_t mstart, mend, moffset; in handle_file_note() local 188 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &mend) in handle_file_note() 195 if (mend >= module_end) in handle_file_note()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 12625 uint64_t mstart, mend, moffset; in handle_file_note() local 12627 || ! buf_read_ulong (core, &ptr, fstart, &mend) in handle_file_note() 12637 mstart, mend, moffset * page_size, mend - mstart); in handle_file_note()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 17907 // mend: identifying the last bytes of each sequence to be decoded 17908 __mmask64 mend = _kshiftri_mask64(m1234, 1); 17910 mend = _kor_mask64(mend, (uint64_t(1) << (gap - 1))); 17914 __m512i last_and_third = _mm512_maskz_compress_epi8(mend, mask_identity); 17941 __mmask64 mprocessed = (tail == SIMDUTF_FULL) ? _pdep_u64(0xFFFFFFFF, mend) : _pdep_u64(0xFFFFFFFF, _kand_mask64(mend, b)); // we adjust mend at the end of the output. 17949 __mmask32 M3 = __mmask32(_pext_u64(m3 << 2, mend)); 17971 // mend [all...] |
Completed in 47 milliseconds