Searched refs:__from (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward() argument 124 return __builtin_nexttowardf(__from, __to); in nexttoward() 126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward() argument 127 return __builtin_nexttoward(__from, __to); in nexttoward()
|
/external/libdrm/ |
D | util_double_list.h | 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_double_list.h | 99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/u-boot/arch/mips/include/asm/ |
D | string.h | 31 extern void *memcpy(void *__to, __const__ void *__from, __kernel_size_t __n);
|
/external/libcxx/include/ |
D | filesystem | 1387 void __copy(const path& __from, const path& __to, copy_options __opt, 1390 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1488 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, 1490 __copy(__from, __to, copy_options::none); 1493 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, 1495 __copy(__from, __to, copy_options::none, &__ec); 1498 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, 1500 __copy(__from, __to, __opt); 1503 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, 1506 __copy(__from, __to, __opt, &__ec); [all …]
|
/external/u-boot/arch/sh/include/asm/ |
D | string.h | 91 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
|
/external/mesa3d/src/util/ |
D | list.h | 159 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|