Home
last modified time | relevance | path

Searched defs:to_end (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/src/
H A Dlocale.cpp1838 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8()
1915 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8()
1992 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16()
2335 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf8()
2390 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_ucs4()
2602 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf8()
2648 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_ucs2()
2798 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf16be()
2930 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf16le()
3062 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf16be()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp206 u8 *to_end) { in CompressDelta()
213 uptr *to_end) { in UncompressDelta()
222 u8 *to_end) { in CompressLzw()
229 uptr *to_end) { in UncompressLzw()