Searched refs:current (Results 1 – 14 of 14) sorted by relevance
/sysdeps/alpha/ |
A D | memchr.c | 45 current = ldq_u (s); in __memchr() 72 found = find (current, c) & ~mask; in __memchr() 89 current = *s_align; in __memchr() 90 found = find (current, c); in __memchr() 107 current = next; \ in __memchr() 109 found = find (current, c); \ in __memchr() 114 current = next; \ in __memchr() 115 found = find (current, c); \ in __memchr() 141 current = *s_align; in __memchr() 144 found = find (current, c); in __memchr() [all …]
|
A D | stxcpy.S | 182 extqh t2, a1, t1 # e0 : extract high bits for current word 186 or t0, t1, t1 # e0 : current dst word now complete 188 stq_u t1, -8(a0) # e0 : save the current word
|
A D | stxncpy.S | 214 or t0, t1, t0 # e0 : current dst word now complete 216 stq_u t0, 0(a0) # e0 : save the current word 224 extqh t2, a1, t0 # e0 : extract low bits for current word
|
A D | strncmp.S | 202 cmpbge zero, t0, t7 # .. e1 : eos in current s1 word 205 beq a2, $eoc # .. e1 : eoc in current s1 word
|
A D | strcmp.S | 145 cmpbge zero, t0, t7 # .. e1 : find zero in current s1 word
|
/sysdeps/sparc/ |
A D | backtrace.c | 87 struct layout *current; in __backtrace() local 92 current = (struct layout *) (fp + BACKTRACE_STACK_BIAS); in __backtrace() 102 array[count] = current->return_address; in __backtrace() 103 if (!current->next) in __backtrace() 105 current = (struct layout *) (current->next + BACKTRACE_STACK_BIAS); in __backtrace()
|
/sysdeps/unix/sysv/linux/ |
A D | tst-getdents64.c | 122 char *current = data.buffer; in do_test_by_size() local 124 while (current != end) in do_test_by_size() 127 memcpy (&entry, current, sizeof (entry)); in do_test_by_size() 148 TEST_VERIFY_EXIT (entry.d_reclen <= end - current); in do_test_by_size() 149 current += entry.d_reclen; in do_test_by_size()
|
A D | tst-skeleton-thread-affinity.c | 54 int current = sched_getcpu (); in thread_burn_one_cpu() local 58 cpu, current); in thread_burn_one_cpu()
|
A D | syscall-names.list | 24 # The list of system calls is current as of Linux 5.15.
|
/sysdeps/alpha/alphaev6/ |
A D | stxcpy.S | 195 extqh t2, a1, t1 # U : extract high bits for current word 200 or t0, t1, t1 # E : current dst word now complete 202 stq_u t1, -8(a0) # L : save the current word (stall)
|
A D | stxncpy.S | 245 or t0, t1, t0 # E : current dst word now complete 250 stq_u t0, -8(a0) # L : save the current word
|
/sysdeps/generic/ |
A D | unwind-dw2.c | 1242 uw_install_context_1 (struct _Unwind_Context *current, in uw_install_context_1() argument 1261 void *c = current->reg[i]; in uw_install_context_1() 1280 return target_cfa - current->cfa + target->args_size; in uw_install_context_1() 1282 return current->cfa - target_cfa - target->args_size; in uw_install_context_1()
|
/sysdeps/i386/ |
A D | configure.ac | 15 # operations required to support the current NPTL implementation. While it is
|
A D | configure | 15 # operations required to support the current NPTL implementation. While it is
|
Completed in 13 milliseconds