Searched defs:to_end (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1360 extern_type* to_end, in do_out() 1417 intern_type* to_end, in do_in() 1476 state_type& st, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const { in do_unshift() 1549 uint8_t* to_end, in utf16_to_utf8() 1615 uint8_t* to_end, in utf16_to_utf8() 1681 uint16_t* to_end, in utf8_to_utf16() 1787 uint32_t* to_end, in utf8_to_utf16() 1976 uint8_t* to_end, in ucs4_to_utf8() 2026 uint32_t* to_end, in utf8_to_ucs4() 2210 uint8_t* to_end, in ucs2_to_utf8() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 222 CHECK_EQ(to, to_end); in CompressLzw() argument 206 CompressDelta(const uptr * from,const uptr * from_end,u8 * to,u8 * to_end) CompressDelta() argument 213 UncompressDelta(const u8 * from,const u8 * from_end,uptr * to,uptr * to_end) UncompressDelta() argument 229 UncompressLzw(const u8 * from,const u8 * from_end,uptr * to,uptr * to_end) UncompressLzw() argument
|
/freebsd/sys/sys/ |
H A D | ttyqueue.h | 64 unsigned int to_end; member
|
/freebsd/sys/dev/ae/ |
H A D | if_ae.c | 1418 unsigned int to_end; in ae_encap() local
|