Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/computerator/
Dmain.h76 #define define_cast(_from, _to) \ argument
77 static inline struct _to * \
78 to_ ## _to(struct _from *f) \
79 { return (struct _to *)f; }
/external/llvm-project/libcxx/src/
Dlocale.cpp3137 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local
3139 uint8_t* _to_nxt = _to; in do_out()
3140 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3142 to_nxt = to + (_to_nxt - _to); in do_out()
3154 uint16_t* _to = reinterpret_cast<uint16_t*>(to); in do_in() local
3156 uint16_t* _to_nxt = _to; in do_in()
3157 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3159 to_nxt = to + (_to_nxt - _to); in do_in()
3216 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local
3218 uint8_t* _to_nxt = _to; in do_out()
[all …]
/external/libcxx/src/
Dlocale.cpp3124 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local
3126 uint8_t* _to_nxt = _to; in do_out()
3127 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3129 to_nxt = to + (_to_nxt - _to); in do_out()
3141 uint16_t* _to = reinterpret_cast<uint16_t*>(to); in do_in() local
3143 uint16_t* _to_nxt = _to; in do_in()
3144 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3146 to_nxt = to + (_to_nxt - _to); in do_in()
3201 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local
3203 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/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp47 const vector<int>& _src, const vector<int>&_to): in FakeCodeline() argument
58 transform(_to.begin(), _to.end(), std::back_inserter(tex_offsets), in FakeCodeline()
65 const vector<pair<int, const char *>>&_to, in FakeCodeline() argument
83 transform(_to.begin(), _to.end(), std::back_inserter(tex_offsets), in FakeCodeline()
91 const vector<tuple<int,int,int>>&_to, RA with_reladdr): in FakeCodeline() argument
108 transform(_to.begin(), _to.end(), std::back_inserter(tex_offsets), in FakeCodeline()
116 const vector<tuple<int,int, const char*>>&_to, in FakeCodeline() argument
132 transform(_to.begin(), _to.end(), std::back_inserter(tex_offsets), in FakeCodeline()
Dst_tests_common.h49 const std::vector<int>&_to);
53 const std::vector<std::pair<int, const char *>>&_to, SWZ with_swizzle);
57 const std::vector<std::tuple<int,int,int>>&_to, RA with_reladdr);
61 const std::vector<std::tuple<int,int, const char*>>&_to, ARR with_array);
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup320 local _to=$2
333 exec $_to "\$@"
384 local _to=$2
388 echo "Installing $_to/$_basename $_mode $_context"
389 adb_push "$_from" "$_to/$_basename"
390 adb_shell chown root.shell "$_to/$_basename"
392 adb_shell chmod "$_mode" "$_to/$_basename"
395 adb_shell chcon "$_context" "$_to/$_basename"
/external/autotest/server/site_tests/provision_CheetsUpdate/
DREADME.md11 ## Running push\_to\_device manually
14 download push\_to\_device.zip and the prebuilt image (e.g. cheets_arm-img-4885137.zip)
26 Warning: If the command fails, check run\_push\_to\_device method in
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
DREADME.md19 captured\_data\_to\_wav.py by executing "python
20 captured\_data\_to\_wav.py"
72 * **captured\_data\_to\_wav.py**: Python script that parses a text file
/external/perfetto/test/cts/
DREADME.md15 * The contents of perfetto/test/end\_to\_end\_integrationtest.cc.
/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/docs/gallium/
Dtgsi.rst415 dst = f32\_to\_f16(src.x) | f32\_to\_f16(src.y) << 16
424 dst = f32\_to\_unorm16(src.x) | f32\_to\_unorm16(src.y) << 16
433 dst = f32\_to\_snorm8(src.x) |
434 (f32\_to\_snorm8(src.y) << 8) |
435 (f32\_to\_snorm8(src.z) << 16) |
436 (f32\_to\_snorm8(src.w) << 24)
445 dst = f32\_to\_unorm8(src.x) |
446 (f32\_to\_unorm8(src.y) << 8) |
447 (f32\_to\_unorm8(src.z) << 16) |
448 (f32\_to\_unorm8(src.w) << 24)
[all …]
/external/python/cpython3/Objects/
Dunicodeobject.c183 to_type *_to = (to_type *)(to); \
190 _to[0] = (to_type) _iter[0]; \
191 _to[1] = (to_type) _iter[1]; \
192 _to[2] = (to_type) _iter[2]; \
193 _to[3] = (to_type) _iter[3]; \
194 _iter += 4; _to += 4; \
197 *_to++ = (to_type) *_iter++; \
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathHeader.txt389 //supplementalData/likelySubtags/likelySubtag[@from="%A"]/_to ; Supplemental ; Likely ; Subtag ; …
/external/angle/src/tests/deqp_support/
Ddeqp_gles31_test_expectations.txt267 5275 SWIFTSHADER : dEQP-GLES31.functional.copy_image.*srgb8_alpha8_astc_*_khr_rgba*.*texture2d*_to*…
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...