Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/src/
Dlocale.cpp3113 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local
3115 uint8_t* _to_nxt = _to; in do_out()
3116 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3118 to_nxt = to + (_to_nxt - _to); in do_out()
3130 uint16_t* _to = reinterpret_cast<uint16_t*>(to); in do_in() local
3132 uint16_t* _to_nxt = _to; in do_in()
3133 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3135 to_nxt = to + (_to_nxt - _to); in do_in()
3190 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local
3192 uint8_t* _to_nxt = _to; in do_out()
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup316 local _to=$2
330 exec $_to \$@
379 local _to=$2
383 echo "Installing $_to/$_basename $_mode $_context"
384 adb_push "$_from" "$_to/$_basename"
385 adb_shell chown root.shell "$_to/$_basename"
387 adb_shell chmod "$_mode" "$_to/$_basename"
390 adb_shell chcon "$_context" "$_to/$_basename"
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java832 private long _to;
837 _to = to;
849 return _to;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java830 private long _to;
835 _to = to;
847 return _to;
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst465 dst = f32\_to\_f16(src.x) | f32\_to\_f16(src.y) << 16
624 dst.x = f16\_to\_f32(src0.x \& 0xffff)
626 dst.y = f16\_to\_f32(src0.x >> 16)
628 dst.z = f16\_to\_f32(src0.x \& 0xffff)
630 dst.w = f16\_to\_f32(src0.x >> 16)
/external/syslinux/core/lwip/
DCHANGELOG63 * udp.h/.c, pbuf.h/.c: task #6849: added udp_send(_to/_if) functions that