Searched refs:_to (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.h | 77 #define define_cast(_from, _to) \ 78 static inline struct _to *to_##_to(struct _from *f) \ 80 return (struct _to *)f; \
|
/third_party/libevdev/libevdev/ |
H A D | libevdev-int.h | 22 #define ALIAS(_to) __attribute__((alias(#_to)))
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 830 private long _to; field in TimeZoneNamesImpl.MZMapEntry 835 _to = to; in MZMapEntry() 847 return _to; in to()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 832 private long _to; field in TimeZoneNamesImpl.MZMapEntry 837 _to = to; in MZMapEntry() 849 return _to; in to()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A 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/ |
H A 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/ |
H A D | unicodeobject.c | 192 to_type *_to = (to_type *)(to); \ 199 _to[0] = (to_type) _iter[0]; \ 200 _to[1] = (to_type) _iter[1]; \ 201 _to[2] = (to_type) _iter[2]; \ 202 _to[3] = (to_type) _iter[3]; \ 203 _iter += 4; _to += 4; \ 206 *_to++ = (to_type) *_iter++; \
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 28 milliseconds