HomeSort by relevance Sort by last modified time
    Searched refs:FUNCTION (Results 1 - 25 of 415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/headers/posix/
math_h.c 123 FUNCTION(acos, double (*f)(double));
124 FUNCTION(acosf, float (*f)(float));
125 FUNCTION(acosh, double (*f)(double));
126 FUNCTION(acoshf, float (*f)(float));
127 FUNCTION(acoshl, long double (*f)(long double));
128 FUNCTION(acosl, long double (*f)(long double));
130 FUNCTION(asin, double (*f)(double));
131 FUNCTION(asinf, float (*f)(float));
132 FUNCTION(asinh, double (*f)(double));
133 FUNCTION(asinhf, float (*f)(float))
    [all...]
ctype_h.c 34 FUNCTION(isalnum, int (*f)(int));
35 FUNCTION(isalnum_l, int (*f)(int, locale_t));
36 FUNCTION(isalpha, int (*f)(int));
37 FUNCTION(isalpha_l, int (*f)(int, locale_t));
38 FUNCTION(isascii, int (*f)(int));
39 FUNCTION(isblank, int (*f)(int));
40 FUNCTION(isblank_l, int (*f)(int, locale_t));
41 FUNCTION(iscntrl, int (*f)(int));
42 FUNCTION(iscntrl_l, int (*f)(int, locale_t));
43 FUNCTION(isdigit, int (*f)(int))
    [all...]
string_h.c 38 FUNCTION(memccpy, void* (*f)(void*, const void*, int, size_t));
39 FUNCTION(memchr, void* (*f)(const void*, int, size_t));
40 FUNCTION(memcmp, int (*f)(const void*, const void*, size_t));
41 FUNCTION(memcpy, void* (*f)(void*, const void*, size_t));
42 FUNCTION(memmove, void* (*f)(void*, const void*, size_t));
43 FUNCTION(memset, void* (*f)(void*, int, size_t));
44 FUNCTION(stpcpy, char* (*f)(char*, const char*));
45 FUNCTION(stpncpy, char* (*f)(char*, const char*, size_t));
46 FUNCTION(strcat, char* (*f)(char*, const char*));
47 FUNCTION(strchr, char* (*f)(const char*, int))
    [all...]
stdlib_h.c 70 FUNCTION(_Exit, void (*f)(int));
72 FUNCTION(a64l, long (*f)(const char*));
74 FUNCTION(abort, void (*f)(void));
75 FUNCTION(abs, int (*f)(int));
76 FUNCTION(atexit, int (*f)(void (*)(void)));
77 FUNCTION(atof, double (*f)(const char*));
78 FUNCTION(atoi, int (*f)(const char*));
79 FUNCTION(atol, long (*f)(const char*));
80 FUNCTION(atoll, long long (*f)(const char*));
81 FUNCTION(bsearch, void* (*f)(const void*, const void*, size_t, size_t, int (*)(const void*, const void*)))
    [all...]
libgen_h.c 35 FUNCTION(basename, char* (*f)(const char*));
36 FUNCTION(dirname, char* (*f)(const char*));
38 FUNCTION(basename, char* (*f)(char*));
39 FUNCTION(dirname, char* (*f)(char*));
semaphore_h.c 38 FUNCTION(sem_close, int (*f)(sem_t*));
39 FUNCTION(sem_destroy, int (*f)(sem_t*));
40 FUNCTION(sem_getvalue, int (*f)(sem_t*, int*));
41 FUNCTION(sem_init, int (*f)(sem_t*, int, unsigned));
42 FUNCTION(sem_open, sem_t* (*f)(const char*, int, ...));
43 FUNCTION(sem_post, int (*f)(sem_t*));
44 FUNCTION(sem_timedwait, int (*f)(sem_t*, const struct timespec*));
45 FUNCTION(sem_trywait, int (*f)(sem_t*));
46 FUNCTION(sem_unlink, int (*f)(const char*));
47 FUNCTION(sem_wait, int (*f)(sem_t*))
    [all...]
setjmp_h.c 37 FUNCTION(_longjmp, void (*f)(jmp_buf, int));
38 FUNCTION(longjmp, void (*f)(jmp_buf, int));
39 FUNCTION(siglongjmp, void (*f)(sigjmp_buf, int));
41 FUNCTION(_setjmp, int (*f)(jmp_buf));
42 FUNCTION(setjmp, int (*f)(jmp_buf));
44 FUNCTION(__sigsetjmp, int (*f)(sigjmp_buf, int));
46 FUNCTION(sigsetjmp, int (*f)(sigjmp_buf, int));
wctype_h.c 41 FUNCTION(iswalnum, int (*f)(wint_t));
42 FUNCTION(iswalnum_l, int (*f)(wint_t, locale_t));
43 FUNCTION(iswalpha, int (*f)(wint_t));
44 FUNCTION(iswalpha_l, int (*f)(wint_t, locale_t));
45 FUNCTION(iswblank, int (*f)(wint_t));
46 FUNCTION(iswblank_l, int (*f)(wint_t, locale_t));
47 FUNCTION(iswcntrl, int (*f)(wint_t));
48 FUNCTION(iswcntrl_l, int (*f)(wint_t, locale_t));
49 FUNCTION(iswctype, int (*f)(wint_t, wctype_t));
50 FUNCTION(iswctype_l, int (*f)(wint_t, wctype_t, locale_t))
    [all...]
spawn_h.c 51 FUNCTION(posix_spawn, int (*f)(pid_t*, const char*, const posix_spawn_file_actions_t*, const posix_spawnattr_t*, char* const[], char* const[]));
52 FUNCTION(posix_spawn_file_actions_addclose, int (*f)(posix_spawn_file_actions_t*, int));
53 FUNCTION(posix_spawn_file_actions_adddup2, int (*f)(posix_spawn_file_actions_t*, int, int));
54 FUNCTION(posix_spawn_file_actions_addopen, int (*f)(posix_spawn_file_actions_t*, int, const char*, int, mode_t));
55 FUNCTION(posix_spawn_file_actions_destroy, int (*f)(posix_spawn_file_actions_t*));
56 FUNCTION(posix_spawn_file_actions_init, int (*f)(posix_spawn_file_actions_t*));
57 FUNCTION(posix_spawnattr_destroy, int (*f)(posix_spawnattr_t*));
58 FUNCTION(posix_spawnattr_getflags, int (*f)(const posix_spawnattr_t*, short*));
59 FUNCTION(posix_spawnattr_getpgroup, int (*f)(const posix_spawnattr_t*, pid_t*));
60 FUNCTION(posix_spawnattr_getschedparam, int (*f)(const posix_spawnattr_t*, struct sched_param*))
    [all...]
strings_h.c 34 FUNCTION(ffs, int (*f)(int));
35 FUNCTION(strcasecmp, int (*f)(const char*, const char*));
36 FUNCTION(strcasecmp_l, int (*f)(const char*, const char*, locale_t));
37 FUNCTION(strncasecmp, int (*f)(const char*, const char*, size_t));
38 FUNCTION(strncasecmp_l, int (*f)(const char*, const char*, size_t, locale_t));
pthread_h.c 89 FUNCTION(pthread_atfork, int (*f)(void (*)(void), void (*)(void), void (*)(void)));
90 FUNCTION(pthread_attr_destroy, int (*f)(pthread_attr_t*));
91 FUNCTION(pthread_attr_getdetachstate, int (*f)(const pthread_attr_t*, int*));
92 FUNCTION(pthread_attr_getguardsize, int (*f)(const pthread_attr_t*, size_t*));
93 FUNCTION(pthread_attr_getinheritsched, int (*f)(const pthread_attr_t*, int*));
94 FUNCTION(pthread_attr_getschedparam, int (*f)(const pthread_attr_t*, struct sched_param*));
95 FUNCTION(pthread_attr_getschedpolicy, int (*f)(const pthread_attr_t*, int*));
96 FUNCTION(pthread_attr_getscope, int (*f)(const pthread_attr_t*, int*));
97 FUNCTION(pthread_attr_getstack, int (*f)(const pthread_attr_t*, void**, size_t*));
98 FUNCTION(pthread_attr_getstacksize, int (*f)(const pthread_attr_t*, size_t*))
    [all...]
wchar_h.c 48 FUNCTION(btowc, wint_t (*f)(int));
49 FUNCTION(fgetwc, wint_t (*f)(FILE*));
50 FUNCTION(fgetws, wchar_t* (*f)(wchar_t*, int, FILE*));
51 FUNCTION(fputwc, wint_t (*f)(wchar_t, FILE*));
52 FUNCTION(fputws, int (*f)(const wchar_t*, FILE*));
53 FUNCTION(fwide, int (*f)(FILE*, int));
54 FUNCTION(fwprintf, int (*f)(FILE*, const wchar_t*, ...));
55 FUNCTION(fwscanf, int (*f)(FILE*, const wchar_t*, ...));
56 FUNCTION(getwc, wint_t (*f)(FILE*));
57 FUNCTION(getwchar, wint_t (*f)(void))
    [all...]
inttypes_h.c 44 FUNCTION(imaxabs, intmax_t (*f)(intmax_t));
45 FUNCTION(imaxdiv, imaxdiv_t (*f)(intmax_t, intmax_t));
46 FUNCTION(strtoimax, intmax_t (*f)(const char*, char**, int));
47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int));
48 FUNCTION(wcstoimax, intmax_t (*f)(const wchar_t*, wchar_t**, int));
49 FUNCTION(wcstoumax, uintmax_t (*f)(const wchar_t*, wchar_t**, int));
dirent_h.c 46 FUNCTION(alphasort, int (*f)(const struct dirent**, const struct dirent**));
47 FUNCTION(closedir, int (*f)(DIR*));
48 FUNCTION(dirfd, int (*f)(DIR*));
49 FUNCTION(fdopendir, DIR* (*f)(int));
50 FUNCTION(opendir, DIR* (*f)(const char*));
51 FUNCTION(readdir, struct dirent* (*f)(DIR*));
52 FUNCTION(readdir_r, int (*f)(DIR*, struct dirent*, struct dirent**));
53 FUNCTION(rewinddir, void (*f)(DIR*));
54 FUNCTION(scandir, int (*f)(const char*, struct dirent***,
57 FUNCTION(seekdir, void (*f)(DIR*, long))
    [all...]
fenv_h.c 52 FUNCTION(feclearexcept, int (*f)(int));
53 FUNCTION(fegetenv, int (*f)(fenv_t*));
54 FUNCTION(fegetexceptflag, int (*f)(fexcept_t*, int));
55 FUNCTION(fegetround, int (*f)(void));
56 FUNCTION(feholdexcept, int (*f)(fenv_t*));
57 FUNCTION(feraiseexcept, int (*f)(int));
58 FUNCTION(fesetenv, int (*f)(const fenv_t*));
59 FUNCTION(fesetexceptflag, int (*f)(const fexcept_t*, int));
60 FUNCTION(fesetround, int (*f)(int));
61 FUNCTION(fetestexcept, int (*f)(int))
    [all...]
search_h.c 51 FUNCTION(hcreate, int (*f)(size_t));
52 FUNCTION(hdestroy, void (*f)(void));
53 FUNCTION(hsearch, ENTRY* (*f)(ENTRY, ACTION));
54 FUNCTION(insque, void (*f)(void*, void*));
55 FUNCTION(lfind, void* (*f)(const void*, const void*, size_t*, size_t,
57 FUNCTION(lsearch, void* (*f)(const void*, void*, size_t*, size_t,
59 FUNCTION(remque, void (*f)(void*));
60 FUNCTION(tdelete, void* (*f)(const void*, void**, int (*)(const void*, const void*)));
61 FUNCTION(tfind, void* (*f)(const void*, void* const*, int (*)(const void*, const void*)));
62 FUNCTION(tsearch, void* (*f)(const void*, void**, int (*)(const void*, const void*)))
    [all...]
stdio_h.c 78 FUNCTION(clearerr, void (*f)(FILE*));
79 FUNCTION(ctermid, char* (*f)(char*));
80 FUNCTION(dprintf, int (*f)(int, const char*, ...));
81 FUNCTION(fclose, int (*f)(FILE*));
82 FUNCTION(fdopen, FILE* (*f)(int, const char*));
83 FUNCTION(feof, int (*f)(FILE*));
84 FUNCTION(ferror, int (*f)(FILE*));
85 FUNCTION(fflush, int (*f)(FILE*));
86 FUNCTION(fgetc, int (*f)(FILE*));
87 FUNCTION(fgetpos, int (*f)(FILE*, fpos_t*))
    [all...]
complex_h.c 54 FUNCTION(cabs, double (*f)(double complex));
55 FUNCTION(cabsf, float (*f)(float complex));
56 FUNCTION(cabsl, long double (*f)(long double complex));
58 FUNCTION(cacos, double complex (*f)(double complex));
59 FUNCTION(cacosf, float complex (*f)(float complex));
60 FUNCTION(cacosl, long double complex (*f)(long double complex));
62 FUNCTION(cacosh, double complex (*f)(double complex));
63 FUNCTION(cacoshf, float complex (*f)(float complex));
64 FUNCTION(cacoshl, long double complex (*f)(long double complex));
66 FUNCTION(carg, double (*f)(double complex))
    [all...]
dlfcn_h.c 39 FUNCTION(dlclose, int (*f)(void*));
40 FUNCTION(dlerror, char* (*f)(void));
41 FUNCTION(dlopen, void* (*f)(const char*, int));
42 FUNCTION(dlsym, void* (*f)(void*, const char*));
net_if_h.c 40 FUNCTION(if_freenameindex, void (*f)(struct if_nameindex*));
41 FUNCTION(if_indextoname, char* (*f)(unsigned, char*));
42 FUNCTION(if_nameindex, struct if_nameindex* (*f)(void));
43 FUNCTION(if_nametoindex, unsigned (*f)(const char*));
grp_h.c 42 FUNCTION(endgrent, void (*f)(void));
43 FUNCTION(getgrent, struct group* (*f)(void));
44 FUNCTION(getgrgid, struct group* (*f)(gid_t));
45 FUNCTION(getgrgid_r, int (*f)(gid_t, struct group*, char*, size_t, struct group**));
46 FUNCTION(getgrnam, struct group* (*f)(const char*));
47 FUNCTION(getgrnam_r, int (*f)(const char*, struct group*, char*, size_t, struct group**));
48 FUNCTION(setgrent, void (*f)(void));
time_h.c 76 FUNCTION(asctime, char* (*f)(const struct tm*));
77 FUNCTION(asctime_r, char* (*f)(const struct tm*, char*));
78 FUNCTION(clock, clock_t (*f)(void));
79 FUNCTION(clock_getcpuclockid, int (*f)(pid_t, clockid_t*));
80 FUNCTION(clock_getres, int (*f)(clockid_t, struct timespec*));
81 FUNCTION(clock_gettime, int (*f)(clockid_t, struct timespec*));
82 FUNCTION(clock_nanosleep, int (*f)(clockid_t, int, const struct timespec*, struct timespec*));
83 FUNCTION(clock_settime, int (*f)(clockid_t, const struct timespec*));
84 FUNCTION(ctime, char* (*f)(const time_t*));
85 FUNCTION(ctime_r, char* (*f)(const time_t*, char*))
    [all...]
sys_mman_h.c 74 FUNCTION(mlock, int (*f)(const void*, size_t));
75 FUNCTION(mlockall, int (*f)(int));
76 FUNCTION(mmap, void* (*f)(void*, size_t, int, int, int, off_t));
77 FUNCTION(mprotect, int (*f)(void*, size_t, int));
78 FUNCTION(msync, int (*f)(void*, size_t, int));
79 FUNCTION(munlock, int (*f)(const void*, size_t));
80 FUNCTION(munlockall, int (*f)(void));
81 FUNCTION(munmap, int (*f)(void*, size_t));
82 FUNCTION(posix_madvise, int (*f)(void*, size_t, int));
84 FUNCTION(posix_mem_offset, int (*f)(const void*, size_t, off_t*, size_t*, int*))
    [all...]
sched_h.c 56 FUNCTION(sched_get_priority_max, int (*f)(int));
57 FUNCTION(sched_get_priority_min, int (*f)(int));
58 FUNCTION(sched_getparam, int (*f)(pid_t, struct sched_param*));
59 FUNCTION(sched_getscheduler, int (*f)(pid_t));
60 FUNCTION(sched_rr_get_interval, int (*f)(pid_t, struct timespec*));
61 FUNCTION(sched_setparam, int (*f)(pid_t, const struct sched_param*));
62 FUNCTION(sched_setscheduler, int (*f)(pid_t, int, const struct sched_param*));
63 FUNCTION(sched_yield, int (*f)(void));
  /toolchain/binutils/binutils-2.27/gprof/
gen-c-prog.awk 10 if (curfun != FUNCTION)
14 curfun = FUNCTION
16 print "void ", FUNCTION, "(FILE *);"
18 printf "%s (FILE *file)\n", FUNCTION

Completed in 114 milliseconds

1 2 3 4 5 6 7 8 91011>>