Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 161) sorted by relevance

1234567

/sysdeps/generic/
A Dlibc-mtag.h41 __libc_mtag_tag_region (void *p, size_t n) in __libc_mtag_tag_region()
49 __libc_mtag_tag_zero_region (void *p, size_t n) in __libc_mtag_tag_zero_region()
58 __libc_mtag_address_get_tag (void *p) in __libc_mtag_address_get_tag()
67 __libc_mtag_new_tag (void *p) in __libc_mtag_new_tag()
/sysdeps/x86_64/multiarch/
A Dmemset-avx2-unaligned-erms-rtm.S6 #define SECTION(p) p##.avx.rtm argument
7 #define MEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm argument
8 #define WMEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm argument
A Dmemmove-avx-unaligned-erms.S8 # define SECTION(p) p##.avx argument
9 # define MEMMOVE_SYMBOL(p,s) p##_avx_##s argument
A Dmemset-avx2-unaligned-erms.S24 # define SECTION(p) p##.avx argument
27 # define MEMSET_SYMBOL(p,s) p##_avx2_##s argument
30 # define WMEMSET_SYMBOL(p,s) p##_avx2_##s argument
A Dmemchr-evex-rtm.S6 #define SECTION(p) p##.evex.rtm argument
A Dmemmove-avx-unaligned-erms-rtm.S13 # define SECTION(p) p##.avx.rtm argument
14 # define MEMMOVE_SYMBOL(p,s) p##_avx_##s##_rtm argument
A Dmemset-sse2-unaligned-erms.S24 # define MEMSET_SYMBOL(p,s) p##_sse2_##s argument
25 # define WMEMSET_SYMBOL(p,s) p##_sse2_##s argument
A Dmemchr-avx2-rtm.S10 #define SECTION(p) p##.avx.rtm argument
A Dmemcmp-avx2-movbe-rtm.S10 #define SECTION(p) p##.avx.rtm argument
A Dmemcmpeq-avx2-rtm.S10 #define SECTION(p) p##.avx.rtm argument
A Dmemmove-sse2-unaligned-erms.S20 # define MEMMOVE_SYMBOL(p,s) p##_sse2_##s argument
A Dmemrchr-avx2-rtm.S10 #define SECTION(p) p##.avx.rtm argument
/sysdeps/x86_64/
A Dmemmove.S29 #define SECTION(p) p argument
33 # define MEMCPY_SYMBOL(p,s) memcpy argument
37 # define MEMCPY_SYMBOL(p,s) __memcpy argument
39 # define MEMCPY_SYMBOL(p,s) memcpy argument
43 # define MEMPCPY_SYMBOL(p,s) __mempcpy argument
46 # define MEMMOVE_CHK_SYMBOL(p,s) p argument
47 # define MEMMOVE_SYMBOL(p,s) memmove argument
A Dmemset.S43 #define SECTION(p) p argument
46 # define MEMSET_CHK_SYMBOL(p,s) p argument
47 # define MEMSET_SYMBOL(p,s) memset argument
51 # define WMEMSET_CHK_SYMBOL(p,s) p argument
52 # define WMEMSET_SYMBOL(p,s) __wmemset argument
/sysdeps/unix/sysv/linux/
A Dtst-align-clone.c56 pid_t p = __clone2 (f, st, sizeof (st), 0, 0); in do_test() local
60 pid_t p = clone (f, st + sizeof (st), 0, 0); in do_test() local
62 pid_t p = clone (f, st, 0, 0); in do_test() local
A Dtst-misalign-clone.c67 pid_t p = __clone2 (check_stack_alignment, stack, STACK_SIZE, 0, 0); in do_test() local
70 pid_t p = clone (check_stack_alignment, stack + STACK_SIZE, 0, 0); in do_test() local
72 pid_t p = clone (check_stack_alignment, stack, 0, 0); in do_test() local
A Dtst-getpid1.c49 pid_t p = __clone2 (f, st, sizeof (st), TEST_CLONE_FLAGS, 0); in do_test() local
53 pid_t p = clone (f, st + sizeof (st), TEST_CLONE_FLAGS, 0); in do_test() local
55 pid_t p = clone (f, st, TEST_CLONE_FLAGS, 0); in do_test() local
A Dtst-clone2.c79 pid_t p = __clone2 (f, st, sizeof (st), clone_flags, 0); in do_test() local
83 pid_t p = clone (f, st + sizeof (st), clone_flags, 0); in do_test() local
85 pid_t p = clone (f, st, clone_flags, 0); in do_test() local
/sysdeps/aarch64/
A Dlibc-mtag.h47 __libc_mtag_address_get_tag (void *p) in __libc_mtag_address_get_tag()
57 __libc_mtag_new_tag (void *p) in __libc_mtag_new_tag()
/sysdeps/x86/
A Dtst-memchr-rtm.c32 char *p = memchr (string1, 'c', STRING_SIZE); in prepare() local
43 char *p = memchr (string1, 'c', STRING_SIZE); in function() local
A Dtst-memrchr-rtm.c32 char *p = memrchr (string1, 'c', STRING_SIZE); in prepare() local
43 char *p = memrchr (string1, 'c', STRING_SIZE); in function() local
A Dtst-strchr-rtm.c32 char *p = strchr (string1, 'c'); in prepare() local
43 char *p = strchr (string1, 'c'); in function() local
A Dtst-strrchr-rtm.c31 char *p = strrchr (string1, 'c'); in prepare() local
42 char *p = strrchr (string1, 'c'); in function() local
/sysdeps/ia64/nptl/
A Dpthread_spin_lock.c24 int *p = (int *) lock; in __pthread_spin_lock() local
/sysdeps/pthread/
A Dtst-unload.c26 void *p = dlopen (LIBPTHREAD_SO, RTLD_LAZY); in do_test() local

Completed in 15 milliseconds

1234567