Home
last modified time | relevance | path

Searched defs:ptr (Results 701 - 725 of 7729) sorted by relevance

1...<<21222324252627282930>>...310

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dtelldir.c37 struct dirent *ptr; in telldir_0100() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_util.c104 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 Du_fifo.h54 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 Dos_memory_aligned.h56 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 Du_atomic.c53 __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 Dlp_bld_format_aos_array.c62 LLVMValueRef ptr, res = NULL; in lp_build_fetch_rgba_aos_array() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.c41 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 Detnaviv_compiler_cmdline.c62 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 Dcheck_log.c70 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 Dlanginfo.c39 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 Di915_drm_fence.c36 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 Dmadvise.c51 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 Dposix_madvise.c53 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 Dinet_ntop.c31 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 Dfstatat.c34 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.c33 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 Dfgets.c28 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 Dfgetws.c55 const char *ptr = "/data/test.txt"; in fgetws_0200() local
H A Dfputws.c30 const char *ptr = "fputwstest.txt"; in fputws_0100() local
52 const char *ptr = "fputwstest.txt"; in fputws_0200() local
H A Dgetline.c30 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 Dwcstok.c31 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 Dexit.c34 const char *ptr = "/data/Exittest01.txt"; in exit_0100() local
73 const char *ptr = "/data/Exittest02.txt"; in exit_0200() local
H A Dchown.c29 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 Dftruncate.c33 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 Dgetpid.c30 char ptr[PATH_MAX] = {0}; in getpid_0100() local

Completed in 8 milliseconds

1...<<21222324252627282930>>...310