/sysdeps/unix/sysv/linux/riscv/ |
A D | flush-icache.c | 34 __riscv_flush_icache_syscall (void *start, void *end, unsigned long int flags) in __riscv_flush_icache_syscall() argument 36 return INLINE_SYSCALL (riscv_flush_icache, 3, start, end, flags); in __riscv_flush_icache_syscall() 61 __riscv_flush_icache (void *start, void *end, unsigned long int flags) 73 return func (start, end, flags);
|
/sysdeps/mach/hurd/ |
A D | getentropy.c | 40 void *end = buffer + length; in getentropy() local 41 while (buffer < end) in getentropy() 44 ssize_t bytes = __getrandom (buffer, end - buffer, 0); in getentropy()
|
A D | mremap.c | 40 vm_address_t end; in __mremap() local 80 end = begin + len; in __mremap() 83 ((new_vm_addr + new_len > vm_addr && new_vm_addr < end))) in __mremap() 114 &end, new_len - len, 0, 0, in __mremap() 125 __vm_deallocate (__mach_task_self (), end, new_len - len); in __mremap()
|
/sysdeps/unix/sysv/linux/ |
A D | getentropy.c | 41 void *end = buffer + length; in getentropy() local 42 while (buffer < end) in getentropy() 45 ssize_t bytes = INLINE_SYSCALL_CALL (getrandom, buffer, end - buffer, 0); in getentropy()
|
A D | tst-affinity-pid.c | 35 const void *end = buffer + length; in write_fully() local 36 while (buffer < end) in write_fully() 39 (write (fd, buffer, end - buffer)); in write_fully() 56 const void *end = buffer + length; in read_fully() local 57 while (buffer < end) in read_fully() 60 (read (fd, buffer, end - buffer)); in read_fully()
|
A D | closefrom_fallback.c | 68 char *begin = buffer, *end = buffer + ret; in __closefrom_fallback() local 69 while (begin != end) in __closefrom_fallback()
|
A D | tst-getdents64.c | 123 char *end = data.buffer + ret; in do_test_by_size() local 124 while (current != end) in do_test_by_size() 148 TEST_VERIFY_EXIT (entry.d_reclen <= end - current); in do_test_by_size()
|
A D | getdents64.c | 90 char *end = buf + retval; 91 while (p < end)
|
/sysdeps/aarch64/ |
A D | memrchr.S | 41 #define end x8 macro 64 add end, srcin, cntin 65 sub endm1, end, 1 73 neg shift, end, lsl 2 87 sub tmp, end, src 101 cbnz synd, L(end) 107 b.ls L(end) 111 L(end):
|
A D | strnlen.S | 95 cbnz synd, L(end) 100 b.ls L(end) 105 L(end):
|
/sysdeps/unix/mips/ |
A D | sysdep.h | 39 .end function; \ 45 #define PSEUDO_END(sym) cfi_endproc; .end sym; .size sym,.-sym 56 #define PSEUDO_END_NOERRNO(sym) cfi_endproc; .end sym; .size sym,.-sym 69 #define PSEUDO_END_ERRVAL(sym) cfi_endproc; .end sym; .size sym,.-sym
|
/sysdeps/posix/ |
A D | sprofil.c | 47 size_t end; member 68 .end = ~(size_t) 0 114 if (pc >= r->start && pc < r->end) in profil_count() 125 if (pc >= r->start && pc < r->end) in profil_count() 199 if (start >= end) in insert() 218 r[i].end = end; in insert() 240 size_t start, end; in add_region() local 249 end = index_to_pc (nsamples, p->pr_off, p->pr_scale, prof_uint); in add_region() 256 if (end < prof_info.region[i].start) in add_region() 262 start = prof_info.region[i].end; in add_region() [all …]
|
A D | preadv_common.c | 65 goto end; in PREADV() 82 end: in PREADV()
|
/sysdeps/x86_64/fpu/ |
A D | bench-libmvec-skeleton.c | 37 timing_t start, end; in main() local 80 TIMING_NOW (end); in main() 82 TIMING_DIFF (cur, start, end); in main()
|
/sysdeps/sparc/sparc64/ |
A D | sub_n.S | 34 add %o1,%g1,%o1 ! make s1_ptr point at end 35 add %o2,%g1,%o2 ! make s2_ptr point at end 36 add %o0,%g1,%o0 ! make res_ptr point at end
|
A D | add_n.S | 37 add %o1,%g1,%o1 ! make s1_ptr point at end 38 add %o2,%g1,%o2 ! make s2_ptr point at end 39 add %o0,%g1,%o0 ! make res_ptr point at end
|
/sysdeps/i386/i586/ |
A D | strcpy.S | 63 jz L(end) 70 jz L(end) 77 jz L(end) 140 L(end): movb %ah, (%edi)
|
/sysdeps/mips/ |
A D | add_n.S | 67 L(L0): beq $7,$0,L(end) 114 L(end): addu $11,$11,$2
|
A D | tst-undefined-weak-lib.S | 40 .end x
|
/sysdeps/mips/mips64/ |
A D | lshift.S | 43 daddu $5,$5,$2 # make r5 point at end of src 46 daddu $4,$4,$2 # make r4 point at end of res
|
/sysdeps/ieee754/flt-32/ |
A D | lgamma_negf.c | 221 size_t end = poly_end[j]; in __lgamma_negf() local 222 float g = poly_coeff[end]; in __lgamma_negf() 224 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negf()
|
/sysdeps/alpha/nptl/ |
A D | pthread_spin_trylock.S | 45 .end __pthread_spin_trylock
|
A D | pthread_spin_lock.S | 44 .end __pthread_spin_lock
|
/sysdeps/powerpc/powerpc64/power7/ |
A D | strstr.S | 120 ble cr7, L(end) 308 b L(end) 336 b L(end) 352 ble cr7, L(end) 444 beq cr7, L(end) 457 ble cr7, L(end) 474 b L(end) 505 b L(end) 510 b L(end) 515 b L(end) [all …]
|
/sysdeps/sparc/sparc32/ |
A D | lshift.S | 32 add %o1,%g1,%o1 ! make %o1 point at end of src 35 add %o0,%g1,%o0 ! make %o0 point at end of res 57 be LOC(end) 90 LOC(end):
|