/sysdeps/aarch64/ |
A D | memset.S | 40 cmp count, 96 42 cmp count, 16 56 2: cbz count, 3f 87 cmp count, 256 97 subs count, count, 64 129 subs count, count, 64 152 subs count, count, 128 175 subs count, count, 64 179 subs count, count, zva_len 183 subs count, count, zva_len [all …]
|
A D | __mtag_tag_region.S | 36 #define count x1 macro 46 add dstend, dstin, count 48 cmp count, 96 51 tbnz count, 6, L(set96) 54 lsr tmp, count, 5 56 cbz count, L(end) 75 cmp count, 160 88 sub count, count, 128 /* Adjust count and bias for loop. */ 94 subs count, count, 64 102 sub count, count, 64 /* Adjust count for loop. */ [all …]
|
A D | __mtag_tag_zero_region.S | 36 #define count x1 macro 46 add dstend, dstin, count 48 cmp count, 96 51 tbnz count, 6, L(set96) 54 lsr tmp, count, 5 56 cbz count, L(end) 75 cmp count, 160 88 sub count, count, 128 /* Adjust count and bias for loop. */ 94 subs count, count, 64 102 sub count, count, 64 /* Adjust count for loop. */ [all …]
|
A D | memcpy.S | 29 #define count x2 macro 82 cmp count, 128 84 cmp count, 32 88 cmp count, 16 135 cmp count, 64 148 cmp count, 96 171 add count, count, tmp1 /* Count is now 16 too large. */ 189 subs count, count, 64 245 sub count, count, tmp1 252 subs count, count, 128 [all …]
|
/sysdeps/aarch64/multiarch/ |
A D | memset_kunpeng.S | 40 cmp count, 128 43 cmp count, 16 50 tbz count, 5, 1f 73 tbz count, 2, 2f 77 2: cbz count, 3f 79 tbz count, 1, 3f 89 sub count, count, 64 + 16 + 1 /* Adjust count and bias for loop. */ 92 subs count, count, 64 96 subs count, count, 64 100 subs count, count, 64 [all …]
|
A D | memset_base64.S | 48 cmp count, 96 50 cmp count, 16 54 tbz count, 3, 1f 60 1: tbz count, 2, 2f 64 2: cbz count, 3f 66 tbz count, 1, 3f 76 tbz count, 5, 1f 109 sub count, count, 64+16+1 120 subs count, count, 64 158 sub count, count, 128+64+64+1 [all …]
|
A D | memcpy_falkor.S | 28 #define count x2 macro 80 cmp count, 32 84 cmp count, 128 114 cmp count, 16 168 sub count, count, 64 + 16 173 add count, count, tmp1 179 subs count, count, 64 254 subs count, count, 32 289 sub count, count, tmp1 292 sub count, count, 32 + 32 [all …]
|
A D | memcpy_advsimd.S | 30 #define count x2 macro 73 cmp count, 128 75 cmp count, 32 79 cmp count, 16 123 cmp count, 64 133 cmp count, 96 153 add count, count, tmp1 /* Count is now 16 too large. */ 166 subs count, count, 64 217 sub count, count, tmp1 222 subs count, count, 128 [all …]
|
A D | memset_a64fx.S | 77 cmp count, tmp1 92 cmp count, L1_SIZE 97 sub count, count, tmp1 108 subs count, count, tmp1 110 add count, count, tmp1 116 cmp count, tmp2 140 sub count, count, CACHE_LINE_SIZE * 2 157 add count, count, tmp2 160 sub count, count, CACHE_LINE_SIZE * 2 164 subs count, count, CACHE_LINE_SIZE [all …]
|
A D | memcpy_thunderx2.S | 222 add count, count, tmp1 260 add count, count, tmp1 268 subs count, count, 64+64+16 288 subs count, count, 128 298 subs count, count, 64 304 subs count, count, 64 363 sub count, count, 32 389 subs count, count, 64;\ 422 sub count, count, tmp1 427 subs count, count, 128 [all …]
|
A D | memcpy_thunderx.S | 35 #define count x2 macro 89 cmp count, 96 105 cmp count, 16 107 cmp count, 96 128 cmp count, 8 147 cbz count, 2f 215 subs count, count, 64 242 subs count, count, 64 278 sub count, count, tmp1 285 subs count, count, 128 [all …]
|
A D | memset_falkor.S | 37 sub count, dstend, dst /* Count is now 128 too large. */ 38 sub count, count, 128+64+64 /* Adjust count and bias for loop. */ 42 subs count, count, 64
|
/sysdeps/mach/hurd/i386/sys/ |
A D | io.h | 133 insb (unsigned short int port, void *addr, unsigned long int count) in insb() argument 136 "=c" (count):"d" (port), "0" (addr), "1" (count)); in insb() 140 insw (unsigned short int port, void *addr, unsigned long int count) in insw() argument 143 "=c" (count):"d" (port), "0" (addr), "1" (count)); in insw() 147 insl (unsigned short int port, void *addr, unsigned long int count) in insl() argument 150 "=c" (count):"d" (port), "0" (addr), "1" (count)); in insl() 154 outsb (unsigned short int port, const void *addr, unsigned long int count) in outsb() argument 157 "=c" (count):"d" (port), "0" (addr), "1" (count)); in outsb() 161 outsw (unsigned short int port, const void *addr, unsigned long int count) in outsw() argument 164 "=c" (count):"d" (port), "0" (addr), "1" (count)); in outsw() [all …]
|
/sysdeps/pthread/ |
A D | tst-spin4.c | 5 static int count = 0; variable 22 tmp = count; in thread_add_one() 24 count = tmp + 1; in thread_add_one() 67 tmp = count; in do_test() 69 count = tmp + 1; in do_test() 99 if (count != 3) in do_test() 101 printf ("count is %d, should be 3\n", count); in do_test()
|
/sysdeps/mips/ |
A D | tst-mode-switch-1.c | 77 int count = sysconf (_SC_NPROCESSORS_ONLN); in do_test() local 78 if (count <= 0) in do_test() 79 count = 1; in do_test() 80 count *= 4; in do_test() 82 pthread_t th[count]; in do_test() 86 for (i = 0; i < count; ++i) in do_test() 105 for (i = 0; i < count; ++i) in do_test()
|
A D | tst-mode-switch-2.c | 83 int count = sysconf (_SC_NPROCESSORS_ONLN); in do_test() local 84 if (count <= 0) in do_test() 85 count = 1; in do_test() 86 count *= 4; in do_test() 88 pthread_t th[count]; in do_test() 92 if (pthread_barrier_init (&barr_ready, NULL, count + 1) != 0) in do_test() 98 if (pthread_barrier_init (&barr_cont, NULL, count + 1) != 0) in do_test() 104 for (i = 0; i < count; ++i) in do_test() 145 for (i = 0; i < count; ++i) in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | pwritev.c | 26 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev() argument 28 return SYSCALL_CANCEL (pwritev, fd, vector, count, LO_HI_LONG (offset)); in pwritev() 34 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev() argument 36 ssize_t result = SYSCALL_CANCEL (pwritev, fd, vector, count, in pwritev() 40 return __atomic_pwritev_replacement (fd, vector, count, offset); in pwritev()
|
A D | preadv.c | 26 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv() argument 28 return SYSCALL_CANCEL (preadv, fd, vector, count, LO_HI_LONG (offset)); in preadv() 34 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv() argument 36 ssize_t result = SYSCALL_CANCEL (preadv, fd, vector, count, in preadv() 40 return __atomic_preadv_replacement (fd, vector, count, offset); in preadv()
|
A D | preadv64.c | 24 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64() argument 26 return SYSCALL_CANCEL (preadv, fd, vector, count, LO_HI_LONG (offset)); in preadv64() 32 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64() argument 34 ssize_t result = SYSCALL_CANCEL (preadv, fd, vector, count, in preadv64() 38 return __atomic_preadv64_replacement (fd, vector, count, offset); in preadv64()
|
A D | pwritev64.c | 24 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64() argument 26 return SYSCALL_CANCEL (pwritev, fd, vector, count, LO_HI_LONG (offset)); in pwritev64() 32 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64() argument 34 ssize_t result = SYSCALL_CANCEL (pwritev, fd, vector, count, in pwritev64() 38 return __atomic_pwritev64_replacement (fd, vector, count, offset); in pwritev64()
|
A D | pwritev2.c | 25 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2() argument 29 ssize_t result = SYSCALL_CANCEL (pwritev2, fd, vector, count, in pwritev2() 49 return __writev (fd, vector, count); in pwritev2() 51 return pwritev (fd, vector, count, offset); in pwritev2()
|
A D | preadv2.c | 25 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2() argument 28 ssize_t result = SYSCALL_CANCEL (preadv2, fd, vector, count, in preadv2() 48 return __readv (fd, vector, count); in preadv2() 50 return preadv (fd, vector, count, offset); in preadv2()
|
A D | tst-readdir64-compat.c | 57 size_t count = 0; in do_test() local 63 FAIL_EXIT1 ("readdir64 entry %zu: %m\n", count); in do_test() 71 printf ("info: inode number overflow at entry %zu\n", count); in do_test() 75 FAIL_EXIT1 ("compat readdir64 entry %zu: %m\n", count); in do_test() 100 ++count; in do_test() 102 printf ("info: %zu directory entries found\n", count); in do_test() 103 TEST_VERIFY (count >= 3); /* ".", "..", and some source files. */ in do_test()
|
/sysdeps/microblaze/ |
A D | backtrace.c | 115 int count; in __backtrace() local 129 for (count = 1; count < size; count++) in __backtrace() 135 array[count] = (void *) pc; in __backtrace() 137 return count; in __backtrace() 139 return count; in __backtrace()
|
/sysdeps/mach/hurd/ |
A D | clock.c | 31 mach_msg_type_number_t count; in clock() local 35 count = TASK_BASIC_INFO_COUNT; in clock() 37 (task_info_t) &bi, &count); in clock() 41 count = TASK_THREAD_TIMES_INFO_COUNT; in clock() 43 (task_info_t) &tti, &count); in clock()
|