/third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
H A D | telldir.c | 37 struct dirent *ptr; in telldir_0100() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_util.c | 104 brw_copy_from_indirect(struct brw_codegen *p, struct brw_reg dst, struct brw_indirect ptr, unsigned count) brw_copy_from_indirect() argument
|
/third_party/mesa3d/src/util/ |
H A D | u_fifo.h | 54 u_fifo_add(struct util_fifo *fifo, void *ptr) in u_fifo_add() argument 71 u_fifo_pop(struct util_fifo *fifo, void **ptr) in u_fifo_pop() argument
|
H A D | os_memory_aligned.h | 56 void *ptr; in os_malloc_aligned() local 73 char *ptr, *buf; in os_malloc_aligned() local 103 os_free_aligned(void *ptr) in os_free_aligned() argument 118 os_realloc_aligned(void *ptr, size_t oldsize, size_t newsize, size_t alignment) os_realloc_aligned() argument [all...] |
H A D | u_atomic.c | 53 __sync_add_and_fetch_8(uint64_t *ptr, uint64_t val) in __sync_add_and_fetch_8() argument 66 __sync_sub_and_fetch_8(uint64_t *ptr, uint64_t val) in __sync_sub_and_fetch_8() argument 79 __sync_fetch_and_add_8(uint64_t *ptr, uint64_t val) in __sync_fetch_and_add_8() argument 92 __sync_fetch_and_sub_8(uint64_t *ptr, uint64_ argument 105 __sync_val_compare_and_swap_8(uint64_t *ptr, uint64_t oldval, uint64_t newval) __sync_val_compare_and_swap_8() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_aos_array.c | 62 LLVMValueRef ptr, res = NULL; in lp_build_fetch_rgba_aos_array() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_linear.c | 41 char *ptr; in pipe_linear_to_tile() local 65 char *ptr; in pipe_linear_from_tile() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_cmdline.c | 62 read_file(const char *filename, void **ptr, size_t *size) in read_file() argument 107 void *ptr; in main() local
|
/third_party/musl/libc-test/src/common/ |
H A D | check_log.c | 70 struct dirent *ptr;
in find_and_check_file() local 95 struct dirent *ptr;
in clear_log() local
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | langinfo.c | 39 char *ptr = nl_langinfo(DAY_2); in langinfo_0100() local 56 char *ptr = nl_langinfo(DAY_2); in nl_langinfo_0200() local 77 char *ptr = nl_langinfo(TIME_ERROR_INFO); in nl_langinfo_0300() local 91 char *ptr = nl_langinfo(MESSAGES_ERROR_INFO); in nl_langinfo_0400() local 108 char *ptr in nl_langinfo_0500() local 133 char *ptr = nl_langinfo(RADIXCHAR - 1); nl_langinfo_0600() local 150 char *ptr = nl_langinfo(THOUSEP); nl_langinfo_0700() local 167 char *ptr = nl_langinfo(THOUSEP * LC_MONETARY); nl_langinfo_0800() local 184 char *ptr = nl_langinfo(RADIXCHAR * LC_MONETARY); nl_langinfo_0900() local [all...] |
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
H A D | i915_drm_fence.c | 36 i915_drm_fence_reference(struct i915_winsys *iws, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) i915_drm_fence_reference() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | madvise.c | 51 void *ptr = mmap(NULL, length, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in madvise_0100() local 74 void *ptr = mmap(NULL, length, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in madvise_0200() local [all...] |
H A D | posix_madvise.c | 53 void *ptr = mmap(NULL, length, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in posix_madvise_0100() local 74 void *ptr = mmap(NULL, length, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in posix_madvise_0200() local 94 void *ptr = NULL; posix_madvise_0300() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | inet_ntop.c | 31 const char *ptr = inet_ntop(AF_INET, &sin_addr, ip4test, sizeof(ip4test)); in inet_ntop_0100() local 47 const char *ptr = inet_ntop(AF_INET6, &sin_addr, ip6test, sizeof(ip6test)); in inet_ntop_0200() local 63 const char *ptr = inet_ntop(AF_INET6, &sin_addr, ip6test, sizeof(ip6test)); in inet_ntop_0300() local 79 const char *ptr in inet_ntop_0400() local 94 const char *ptr = inet_ntop(AF_UNIX, &sin_addr, ip4test, sizeof(ip4test)); inet_ntop_0500() local 108 const char *ptr = inet_ntop(AF_INET6, &sin_addr, ip6test, sizeof(ip6test)); inet_ntop_0600() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | fstatat.c | 34 const char *ptr = "fstatattest.txt"; in fstatat_0100() local 58 const char *ptr = "fstatattest.txt"; in fstatat_0200() local 88 char ptr[PATH_MAX] = {0}; fstatat_0300() local 113 const char *ptr = "fstatat_time64_test.txt"; fstatat_time64_0100() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | __fwriting.c | 33 char ptr[PATH_MAX] = {0}; in __fwriting_0100() local 50 char ptr[PATH_MAX] = {0}; in __fwriting_0200() local 69 char ptr[PATH_MAX] = {0}; in __fwriting_0300() local [all...] |
H A D | fgets.c | 28 const char *ptr = "fgetstest.txt"; in fgets_0100() local 55 const char *ptr = "fgetstest.txt"; in fgets_0200() local 81 const char *ptr = "fgetstest.txt"; in fgets_0300() local 107 const char *ptr = "fgetstest.txt"; fgets_0400() local 133 const char *ptr = "fgetstest.txt"; fgets_0500() local 159 const char *ptr = "fgetstest.txt"; fgets_0600() local [all...] |
H A D | fgetws.c | 55 const char *ptr = "/data/test.txt"; in fgetws_0200() local
|
H A D | fputws.c | 30 const char *ptr = "fputwstest.txt"; in fputws_0100() local 52 const char *ptr = "fputwstest.txt"; in fputws_0200() local
|
H A D | getline.c | 30 char ptr[PATH_MAX] = {0}; in getline_0100() local 53 char ptr[PATH_MAX] = {0}; in getline_0200() local 73 char ptr[PATH_MAX] = {0}; in getline_0300() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcstok.c | 31 wchar_t *ptr; in wcstok_0100() local 57 wchar_t *ptr; in wcstok_0200() local
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | exit.c | 34 const char *ptr = "/data/Exittest01.txt"; in exit_0100() local 73 const char *ptr = "/data/Exittest02.txt"; in exit_0200() local
|
H A D | chown.c | 29 const char *ptr = "/data/test.txt"; in chown_0100() local 52 const char *ptr = "/data/test.txt"; in chown_0200() local 74 const char *ptr = "/data/test.txt"; chown_0300() local [all...] |
H A D | ftruncate.c | 33 const char *ptr = "test.txt"; in ftruncate_0100() local 55 const char *ptr = "test.txt"; in ftruncate_0200() local 76 const char *ptr = "test.txt"; ftruncate_0300() local 97 const char *ptr = "test.txt"; ftruncate_0400() local [all...] |
H A D | getpid.c | 30 char ptr[PATH_MAX] = {0}; in getpid_0100() local
|