Home
last modified time | relevance | path

Searched refs:current (Results 1 – 14 of 14) sorted by relevance

/sysdeps/alpha/
A Dmemchr.c45 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 Dstxcpy.S182 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 Dstxncpy.S214 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 Dstrncmp.S202 cmpbge zero, t0, t7 # .. e1 : eos in current s1 word
205 beq a2, $eoc # .. e1 : eoc in current s1 word
A Dstrcmp.S145 cmpbge zero, t0, t7 # .. e1 : find zero in current s1 word
/sysdeps/sparc/
A Dbacktrace.c87 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 Dtst-getdents64.c122 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 Dtst-skeleton-thread-affinity.c54 int current = sched_getcpu (); in thread_burn_one_cpu() local
58 cpu, current); in thread_burn_one_cpu()
A Dsyscall-names.list24 # The list of system calls is current as of Linux 5.15.
/sysdeps/alpha/alphaev6/
A Dstxcpy.S195 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 Dstxncpy.S245 or t0, t1, t0 # E : current dst word now complete
250 stq_u t0, -8(a0) # L : save the current word
/sysdeps/generic/
A Dunwind-dw2.c1242 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 Dconfigure.ac15 # operations required to support the current NPTL implementation. While it is
A Dconfigure15 # operations required to support the current NPTL implementation. While it is

Completed in 13 milliseconds