Searched refs:_to (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/freedreno/computerator/ |
D | main.h | 77 #define define_cast(_from, _to) \ argument 78 static inline struct _to *to_##_to(struct _from *f) \ 80 return (struct _to *)f; \
|
/third_party/libevdev/libevdev/ |
D | libevdev-int.h | 22 #define ALIAS(_to) __attribute__((alias(#_to))) argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | TimeZoneNamesImpl.java | 832 private long _to; 837 _to = to; 849 return _to;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneNamesImpl.java | 830 private long _to; 835 _to = to; 847 return _to;
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 418 dst = f32\_to\_f16(src.x) | f32\_to\_f16(src.y) << 16 427 dst = f32\_to\_unorm16(src.x) | f32\_to\_unorm16(src.y) << 16 436 dst = f32\_to\_snorm8(src.x) | 437 (f32\_to\_snorm8(src.y) << 8) | 438 (f32\_to\_snorm8(src.z) << 16) | 439 (f32\_to\_snorm8(src.w) << 24) 448 dst = f32\_to\_unorm8(src.x) | 449 (f32\_to\_unorm8(src.y) << 8) | 450 (f32\_to\_unorm8(src.z) << 16) | 451 (f32\_to\_unorm8(src.w) << 24) [all …]
|
/third_party/node/deps/v8/src/builtins/ |
D | array-foreach.tq | 43 o: JSReceiver, initialK: Number, len: Number, _to: JSAny): JSAny {
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 649 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0); in agx_emit_alu() 651 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1); in agx_emit_alu() 653 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1, s2); in agx_emit_alu()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 622 radv_amdgpu_cs_add_buffers(struct radeon_cmdbuf *_to, struct radeon_cmdbuf *_from) in radv_amdgpu_cs_add_buffers() argument 625 struct radv_amdgpu_cs *to = radv_amdgpu_cs(_to); in radv_amdgpu_cs_add_buffers()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 189 to_type *_to = (to_type *)(to); \ 196 _to[0] = (to_type) _iter[0]; \ 197 _to[1] = (to_type) _iter[1]; \ 198 _to[2] = (to_type) _iter[2]; \ 199 _to[3] = (to_type) _iter[3]; \ 200 _iter += 4; _to += 4; \ 203 *_to++ = (to_type) *_iter++; \
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp_gles31_test_expectations.txt | 209 …DER NOSAN : dEQP-GLES31.functional.copy_image.*srgb8_alpha8_astc_*_khr_rgba*.*texture2d*_to* = FAIL
|
/third_party/json/ |
D | ChangeLog.md | 718 - Add specialization of get\_to [\#2233](https://github.com/nlohmann/json/pull/2233) ([nlohmann](ht… 1325 - try\_get\_to [\#1563](https://github.com/nlohmann/json/issues/1563)
|
/third_party/lwip/ |
D | CHANGELOG | 1561 * udp.h/.c, pbuf.h/.c: task #6849: added udp_send(_to/_if) functions that
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 5470 …//github.com/nodejs/node/commit/2b7ad122b2)] - **n-api**: DRY napi\_coerce\_to\_x() API methods (B…
|