/third_party/musl/libc-test/src/api/ |
D | math.c | 54 {double(*p)(double) = acos;} in f() local 55 {float(*p)(float) = acosf;} in f() local 56 {double(*p)(double) = acosh;} in f() local 57 {float(*p)(float) = acoshf;} in f() local 58 {long double(*p)(long double) = acoshl;} in f() local 59 {long double(*p)(long double) = acosl;} in f() local 60 {double(*p)(double) = asin;} in f() local 61 {float(*p)(float) = asinf;} in f() local 62 {double(*p)(double) = asinh;} in f() local 63 {float(*p)(float) = asinhf;} in f() local [all …]
|
D | pthread.c | 55 {int(*p)(void(*)(void),void(*)(void),void(*)(void)) = pthread_atfork;} in f() local 56 {int(*p)(pthread_attr_t*) = pthread_attr_destroy;} in f() local 57 {int(*p)(const pthread_attr_t*,int*) = pthread_attr_getdetachstate;} in f() local 58 {int(*p)(const pthread_attr_t*restrict,size_t*restrict) = pthread_attr_getguardsize;} in f() local 59 {int(*p)(const pthread_attr_t*restrict,struct sched_param*restrict) = pthread_attr_getschedparam;} in f() local 60 {int(*p)(const pthread_attr_t*restrict,void**restrict,size_t*restrict) = pthread_attr_getstack;} in f() local 61 {int(*p)(const pthread_attr_t*restrict,size_t*restrict) = pthread_attr_getstacksize;} in f() local 62 {int(*p)(pthread_attr_t*) = pthread_attr_init;} in f() local 63 {int(*p)(pthread_attr_t*,int) = pthread_attr_setdetachstate;} in f() local 64 {int(*p)(pthread_attr_t*,size_t) = pthread_attr_setguardsize;} in f() local [all …]
|
D | complex.c | 10 {double(*p)(double complex) = cabs;} in f() local 11 {float(*p)(float complex) = cabsf;} in f() local 12 {long double(*p)(long double complex) = cabsl;} in f() local 13 {double complex(*p)(double complex) = cacos;} in f() local 14 {float complex(*p)(float complex) = cacosf;} in f() local 15 {double complex(*p)(double complex) = cacosh;} in f() local 16 {float complex(*p)(float complex) = cacoshf;} in f() local 17 {long double complex(*p)(long double complex) = cacoshl;} in f() local 18 {long double complex(*p)(long double complex) = cacosl;} in f() local 19 {double(*p)(double complex) = carg;} in f() local [all …]
|
D | stdio.c | 33 {void(*p)(FILE*) = clearerr;} in f() local 34 {char*(*p)(char*) = ctermid;} in f() local 35 {int(*p)(int,const char*restrict,...) = dprintf;} in f() local 36 {int(*p)(FILE*) = fclose;} in f() local 37 {FILE*(*p)(int,const char*) = fdopen;} in f() local 38 {int(*p)(FILE*) = feof;} in f() local 39 {int(*p)(FILE*) = ferror;} in f() local 40 {int(*p)(FILE*) = fflush;} in f() local 41 {int(*p)(FILE*) = fgetc;} in f() local 42 {int(*p)(FILE*restrict,fpos_t*restrict) = fgetpos;} in f() local [all …]
|
D | wchar.c | 21 {wint_t(*p)(int) = btowc;} in f() local 22 {wint_t(*p)(FILE*) = fgetwc;} in f() local 23 {wchar_t*(*p)(wchar_t*restrict,int,FILE*restrict) = fgetws;} in f() local 24 {wint_t(*p)(wchar_t,FILE*) = fputwc;} in f() local 25 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in f() local 26 {int(*p)(FILE*,int) = fwide;} in f() local 27 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwprintf;} in f() local 28 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwscanf;} in f() local 29 {wint_t(*p)(FILE*) = getwc;} in f() local 30 {wint_t(*p)(void) = getwchar;} in f() local [all …]
|
D | unistd.c | 251 {void(*p)(int) = _exit;} in f() local 252 {int(*p)(const char*,int) = access;} in f() local 253 {unsigned(*p)(unsigned) = alarm;} in f() local 254 {int(*p)(const char*) = chdir;} in f() local 255 {int(*p)(const char*,uid_t,gid_t) = chown;} in f() local 256 {int(*p)(int) = close;} in f() local 257 {size_t(*p)(int,char*,size_t) = confstr;} in f() local 258 {int(*p)(int) = dup;} in f() local 259 {int(*p)(int,int) = dup2;} in f() local 261 {int(*p)(const char*,const char*,...) = execl;} in f() local [all …]
|
D | stdlib.c | 28 {void(*p)(int) = _Exit;} in f() local 29 {void(*p)(void) = abort;} in f() local 30 {int(*p)(int) = abs;} in f() local 31 {int(*p)(void(*)(void)) = atexit;} in f() local 32 {double(*p)(const char*) = atof;} in f() local 33 {int(*p)(const char*) = atoi;} in f() local 34 {long(*p)(const char*) = atol;} in f() local 35 {long long(*p)(const char*) = atoll;} in f() local 36 {void*(*p)(const void*,const void*,size_t,size_t,int(*)(const void*,const void*)) = bsearch;} in f() local 37 {void*(*p)(size_t,size_t) = calloc;} in f() local [all …]
|
D | string.c | 7 {void*(*p)(const void*,int,size_t) = memchr;} in f() local 8 {int(*p)(const void*,const void*,size_t) = memcmp;} in f() local 9 {void*(*p)(void*restrict,const void*restrict,size_t) = memcpy;} in f() local 10 {void*(*p)(void*,const void*,size_t) = memmove;} in f() local 11 {void*(*p)(void*,int,size_t) = memset;} in f() local 12 {char*(*p)(char*restrict,const char*restrict) = strcat;} in f() local 13 {char*(*p)(const char*,int) = strchr;} in f() local 14 {int(*p)(const char*,const char*) = strcmp;} in f() local 15 {int(*p)(const char*,const char*) = strcoll;} in f() local 16 {char*(*p)(char*restrict,const char*restrict) = strcpy;} in f() local [all …]
|
D | wctype.c | 14 {int(*p)(wint_t) = iswalnum;} in f() local 15 {int(*p)(wint_t) = iswalpha;} in f() local 16 {int(*p)(wint_t) = iswblank;} in f() local 17 {int(*p)(wint_t) = iswcntrl;} in f() local 18 {int(*p)(wint_t,wctype_t) = iswctype;} in f() local 19 {int(*p)(wint_t) = iswdigit;} in f() local 20 {int(*p)(wint_t) = iswgraph;} in f() local 21 {int(*p)(wint_t) = iswlower;} in f() local 22 {int(*p)(wint_t) = iswprint;} in f() local 23 {int(*p)(wint_t) = iswpunct;} in f() local [all …]
|
D | ctype.c | 5 {int(*p)(int) = isalnum;} in f() local 6 {int(*p)(int) = isalpha;} in f() local 7 {int(*p)(int) = isascii;} in f() local 8 {int(*p)(int) = isblank;} in f() local 9 {int(*p)(int) = iscntrl;} in f() local 10 {int(*p)(int) = isdigit;} in f() local 11 {int(*p)(int) = isgraph;} in f() local 12 {int(*p)(int) = islower;} in f() local 13 {int(*p)(int) = isprint;} in f() local 14 {int(*p)(int) = ispunct;} in f() local [all …]
|
D | time.c | 46 {char*(*p)(const struct tm*) = asctime;} in f() local 47 {clock_t(*p)(void) = clock;} in f() local 48 {char*(*p)(const time_t*) = ctime;} in f() local 49 {double(*p)(time_t,time_t) = difftime;} in f() local 50 {struct tm*(*p)(const time_t*) = gmtime;} in f() local 51 {struct tm*(*p)(const time_t*) = localtime;} in f() local 52 {time_t(*p)(struct tm*) = mktime;} in f() local 53 {size_t(*p)(char*restrict,size_t,const char*restrict,const struct tm*restrict) = strftime;} in f() local 54 {time_t(*p)(time_t*) = time;} in f() local 56 {char*(*p)(const struct tm*restrict,char*restrict) = asctime_r;} in f() local [all …]
|
D | spawn.c | 21 {int(*p)(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr… in f() local 22 {int(*p)(posix_spawn_file_actions_t*,int) = posix_spawn_file_actions_addclose;} in f() local 23 {int(*p)(posix_spawn_file_actions_t*,int,int) = posix_spawn_file_actions_adddup2;} in f() local 24 {int(*p)(posix_spawn_file_actions_t*restrict,int,const char*restrict,int,mode_t) = posix_spawn_file… in f() local 25 {int(*p)(posix_spawn_file_actions_t*) = posix_spawn_file_actions_destroy;} in f() local 26 {int(*p)(posix_spawn_file_actions_t*) = posix_spawn_file_actions_init;} in f() local 27 {int(*p)(posix_spawnattr_t*) = posix_spawnattr_destroy;} in f() local 28 {int(*p)(const posix_spawnattr_t*restrict,short*restrict) = posix_spawnattr_getflags;} in f() local 29 {int(*p)(const posix_spawnattr_t*restrict,pid_t*restrict) = posix_spawnattr_getpgroup;} in f() local 30 {int(*p)(posix_spawnattr_t*) = posix_spawnattr_init;} in f() local [all …]
|
D | signal.c | 154 {int(*p)(pid_t,int) = kill;} in f() local 155 {int(*p)(pid_t,int) = killpg;} in f() local 156 {void(*p)(const siginfo_t*,const char*) = psiginfo;} in f() local 157 {void(*p)(int,const char*) = psignal;} in f() local 158 {int(*p)(pthread_t,int) = pthread_kill;} in f() local 159 {int(*p)(int,const sigset_t*restrict,sigset_t*restrict) = pthread_sigmask;} in f() local 160 {int(*p)(int,const struct sigaction*restrict,struct sigaction*restrict) = sigaction;} in f() local 161 {int(*p)(sigset_t*,int) = sigaddset;} in f() local 162 {int(*p)(const stack_t*restrict,stack_t*restrict) = sigaltstack;} in f() local 163 {int(*p)(sigset_t*,int) = sigdelset;} in f() local [all …]
|
D | netdb.c | 72 {void(*p)(void) = endhostent;} in f() local 73 {void(*p)(void) = endnetent;} in f() local 74 {void(*p)(void) = endprotoent;} in f() local 75 {void(*p)(void) = endservent;} in f() local 76 {const char*(*p)(int) = gai_strerror;} in f() local 77 {struct hostent*(*p)(void) = gethostent;} in f() local 78 {struct netent*(*p)(uint32_t,int) = getnetbyaddr;} in f() local 79 {struct netent*(*p)(const char*) = getnetbyname;} in f() local 80 {struct netent*(*p)(void) = getnetent;} in f() local 81 {struct protoent*(*p)(const char*) = getprotobyname;} in f() local [all …]
|
D | sys_socket.c | 93 {int(*p)(int,struct sockaddr*restrict,socklen_t*restrict) = accept;} in f() local 94 {int(*p)(int,const struct sockaddr*,socklen_t) = bind;} in f() local 95 {int(*p)(int,const struct sockaddr*,socklen_t) = connect;} in f() local 96 {int(*p)(int,struct sockaddr*restrict,socklen_t*restrict) = getpeername;} in f() local 97 {int(*p)(int,struct sockaddr*restrict,socklen_t*restrict) = getsockname;} in f() local 98 {int(*p)(int,int,int,void*restrict,socklen_t*restrict) = getsockopt;} in f() local 99 {int(*p)(int,int) = listen;} in f() local 100 {ssize_t(*p)(int,void*,size_t,int) = recv;} in f() local 101 {ssize_t(*p)(int,void*restrict,size_t,int,struct sockaddr*restrict,socklen_t*restrict) = recvfrom;} in f() local 102 {ssize_t(*p)(int,struct msghdr*,int) = recvmsg;} in f() local [all …]
|
D | sys_stat.c | 86 {int(*p)(const char*,mode_t) = chmod;} in f() local 87 {int(*p)(int,mode_t) = fchmod;} in f() local 88 {int(*p)(int,const char*,mode_t,int) = fchmodat;} in f() local 89 {int(*p)(int,struct stat*) = fstat;} in f() local 90 {int(*p)(int,const char*restrict,struct stat*restrict,int) = fstatat;} in f() local 91 {int(*p)(int,const struct timespec[]) = futimens;} in f() local 92 {int(*p)(const char*restrict,struct stat*restrict) = lstat;} in f() local 93 {int(*p)(const char*,mode_t) = mkdir;} in f() local 94 {int(*p)(int,const char*,mode_t) = mkdirat;} in f() local 95 {int(*p)(const char*,mode_t) = mkfifo;} in f() local [all …]
|
D | sys_mman.c | 41 int(*p)(const void*restrict,size_t,off_t*restrict,size_t*restrict,int*restrict) = posix_mem_offset; in f() local 42 int(*p)(int,struct posix_typed_mem_info*) = posix_typed_mem_get_info; in f() local 43 int(*p)(const char*,int,int) = posix_typed_mem_open; in f() local 46 {int(*p)(const void*,size_t) = mlock;} in f() local 47 {int(*p)(int) = mlockall;} in f() local 48 {void*(*p)(void*,size_t,int,int,int,off_t) = mmap;} in f() local 49 {int(*p)(void*,size_t,int) = mprotect;} in f() local 51 {int(*p)(void*,size_t,int) = msync;} in f() local 53 {int(*p)(const void*,size_t) = munlock;} in f() local 54 {int(*p)(void) = munlockall;} in f() local [all …]
|
/third_party/boost/boost/preprocessor/detail/dmc/ |
D | auto_rec.hpp | 21 # define BOOST_PP_NODE_ENTRY_256(p) BOOST_PP_NODE_128(p)(p)(p)(p)(p)(p)(p)(p) argument 22 # define BOOST_PP_NODE_ENTRY_128(p) BOOST_PP_NODE_64(p)(p)(p)(p)(p)(p)(p) argument 23 # define BOOST_PP_NODE_ENTRY_64(p) BOOST_PP_NODE_32(p)(p)(p)(p)(p)(p) argument 24 # define BOOST_PP_NODE_ENTRY_32(p) BOOST_PP_NODE_16(p)(p)(p)(p)(p) argument 25 # define BOOST_PP_NODE_ENTRY_16(p) BOOST_PP_NODE_8(p)(p)(p)(p) argument 26 # define BOOST_PP_NODE_ENTRY_8(p) BOOST_PP_NODE_4(p)(p)(p) argument 27 # define BOOST_PP_NODE_ENTRY_4(p) BOOST_PP_NODE_2(p)(p) argument 28 # define BOOST_PP_NODE_ENTRY_2(p) BOOST_PP_NODE_1(p) argument 30 # define BOOST_PP_NODE_128(p) BOOST_PP_IIF(p##(128), BOOST_PP_NODE_64, BOOST_PP_NODE_192) argument 31 # define BOOST_PP_NODE_64(p) BOOST_PP_IIF(p##(64), BOOST_PP_NODE_32, BOOST_PP_NODE_96) argument [all …]
|
/third_party/boost/boost/preprocessor/detail/ |
D | auto_rec.hpp | 27 # define BOOST_PP_NODE_ENTRY_256(p) BOOST_PP_NODE_128(p)(p)(p)(p)(p)(p)(p)(p) argument 28 # define BOOST_PP_NODE_ENTRY_128(p) BOOST_PP_NODE_64(p)(p)(p)(p)(p)(p)(p) argument 29 # define BOOST_PP_NODE_ENTRY_64(p) BOOST_PP_NODE_32(p)(p)(p)(p)(p)(p) argument 30 # define BOOST_PP_NODE_ENTRY_32(p) BOOST_PP_NODE_16(p)(p)(p)(p)(p) argument 31 # define BOOST_PP_NODE_ENTRY_16(p) BOOST_PP_NODE_8(p)(p)(p)(p) argument 32 # define BOOST_PP_NODE_ENTRY_8(p) BOOST_PP_NODE_4(p)(p)(p) argument 33 # define BOOST_PP_NODE_ENTRY_4(p) BOOST_PP_NODE_2(p)(p) argument 34 # define BOOST_PP_NODE_ENTRY_2(p) BOOST_PP_NODE_1(p) argument 36 # define BOOST_PP_NODE_128(p) BOOST_PP_IIF(p(128), BOOST_PP_NODE_64, BOOST_PP_NODE_192) argument 37 # define BOOST_PP_NODE_64(p) BOOST_PP_IIF(p(64), BOOST_PP_NODE_32, BOOST_PP_NODE_96) argument [all …]
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_unaligned.h | 24 static inline uint16_t __get_unaligned_be16(const uint8_t *p) in __get_unaligned_be16() 29 static inline uint32_t __get_unaligned_be32(const uint8_t *p) in __get_unaligned_be32() 35 static inline uint64_t __get_unaligned_be48(const uint8_t *p) in __get_unaligned_be48() 41 static inline uint64_t __get_unaligned_be64(const uint8_t *p) in __get_unaligned_be64() 47 static inline void __put_unaligned_be16(uint16_t val, uint8_t *p) in __put_unaligned_be16() 53 static inline void __put_unaligned_be32(uint32_t val, uint8_t *p) in __put_unaligned_be32() 60 static inline void __put_unaligned_be48(uint64_t val, uint8_t *p) in __put_unaligned_be48() 66 static inline void __put_unaligned_be64(uint64_t val, uint8_t *p) in __put_unaligned_be64() 72 static inline uint16_t sg_get_unaligned_be16(const void *p) in sg_get_unaligned_be16() 77 static inline uint32_t sg_get_unaligned_be24(const void *p) in sg_get_unaligned_be24() [all …]
|
/third_party/boost/libs/move/test/ |
D | unique_ptr_observers.cpp | 46 bml::unique_ptr<int> p(new int(3)); in test() local 54 bml::unique_ptr<int[]> p(pi); in test() local 63 bml::unique_ptr<int[2]> p(pi); in test() local 81 bml::unique_ptr<int> p(new int(3)); in test() local 90 bml::unique_ptr<int> p; in test() local 100 bml::unique_ptr<int[]> p(new int[2]); in test() local 109 bml::unique_ptr<int[]> p; in test() local 119 bml::unique_ptr<int[2]> p(new int[2]); in test() local 128 bml::unique_ptr<int[2]> p; in test() local 150 int* p = new int; in test() local [all …]
|
D | unique_ptr_ctordtor.cpp | 51 bml::unique_ptr<int, def_constr_deleter<int>&> p(0, d); in test() local 62 bml::unique_ptr<int[], def_constr_deleter<int[]>&> p(0, d); in test() local 73 bml::unique_ptr<int[2], def_constr_deleter<int[2]>&> p(0, d); in test() local 95 bml::unique_ptr<int> p; in test() local 99 bml::unique_ptr<int, def_constr_deleter<int> > p; in test() local 105 bml::unique_ptr<int[]> p; in test() local 109 bml::unique_ptr<int[], def_constr_deleter<int[]> > p; in test() local 116 bml::unique_ptr<int[]> p; in test() local 120 bml::unique_ptr<int[], def_constr_deleter<int[]> > p; in test() local 127 bml::unique_ptr<int[2]> p; in test() local [all …]
|
/third_party/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.c | 22 static void do_realloc( struct x86_function *p ) in do_realloc() 42 static unsigned char *reserve( struct x86_function *p, int bytes ) in reserve() 56 static void emit_1b( struct x86_function *p, char b0 ) in emit_1b() 62 static void emit_1i( struct x86_function *p, int i0 ) in emit_1i() 68 static void emit_1ub( struct x86_function *p, unsigned char b0 ) in emit_1ub() 74 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) in emit_2ub() 81 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) in emit_3ub() 93 static void emit_modrm( struct x86_function *p, in emit_modrm() 131 static void emit_modrm_noreg( struct x86_function *p, in emit_modrm_noreg() 144 static void emit_op_modrm( struct x86_function *p, in emit_op_modrm() [all …]
|
/third_party/boost/boost/endian/ |
D | conversion.hpp | 281 inline boost::int16_t load_little_s16( unsigned char const * p ) BOOST_NOEXCEPT in load_little_s16() 286 inline boost::uint16_t load_little_u16( unsigned char const * p ) BOOST_NOEXCEPT in load_little_u16() 291 inline boost::int16_t load_big_s16( unsigned char const * p ) BOOST_NOEXCEPT in load_big_s16() 296 inline boost::uint16_t load_big_u16( unsigned char const * p ) BOOST_NOEXCEPT in load_big_u16() 303 inline boost::int32_t load_little_s24( unsigned char const * p ) BOOST_NOEXCEPT in load_little_s24() 308 inline boost::uint32_t load_little_u24( unsigned char const * p ) BOOST_NOEXCEPT in load_little_u24() 313 inline boost::int32_t load_big_s24( unsigned char const * p ) BOOST_NOEXCEPT in load_big_s24() 318 inline boost::uint32_t load_big_u24( unsigned char const * p ) BOOST_NOEXCEPT in load_big_u24() 325 inline boost::int32_t load_little_s32( unsigned char const * p ) BOOST_NOEXCEPT in load_little_s32() 330 inline boost::uint32_t load_little_u32( unsigned char const * p ) BOOST_NOEXCEPT in load_little_u32() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 140 static void do_realloc( struct x86_function *p ) in do_realloc() 175 static unsigned char *reserve( struct x86_function *p, int bytes ) in reserve() 189 static void emit_1b( struct x86_function *p, char b0 ) in emit_1b() 195 static void emit_1i( struct x86_function *p, int i0 ) in emit_1i() 201 static void emit_1ub( struct x86_function *p, unsigned char b0 ) in emit_1ub() 207 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) in emit_2ub() 214 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) in emit_3ub() 228 static void emit_modrm( struct x86_function *p, in emit_modrm() 272 static void emit_modrm_noreg( struct x86_function *p, in emit_modrm_noreg() 285 static void emit_op_modrm( struct x86_function *p, in emit_op_modrm() [all …]
|