Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 61) sorted by relevance

123

/sysdeps/mach/hurd/
A Dclose_range.c26 __close_range (unsigned int first, unsigned int last, in __close_range() argument
31 if (first > last) in __close_range()
39 for (i = first; i <= last && i < _hurd_dtablesize; i++) in __close_range()
A DSubdirs4 # first (and mach before hurd, at that). The before-compile additions in
9 first hurd
A Dshlib-versions11 # libc.so.0.3 is the first Hurd libc using libio.
/sysdeps/mips/mips64/
A Drshift.S42 ld $10,0($5) # load first limb
45 and $9,$6,4-1 # number of limbs in first loop
46 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
A Dlshift.S44 ld $10,-8($5) # load first limb
48 and $9,$6,4-1 # number of limbs in first loop
49 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
A Dadd_n.S47 and $9,$7,4-1 # number of limbs in first loop
48 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
A Dsub_n.S47 and $9,$7,4-1 # number of limbs in first loop
48 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
/sysdeps/pthread/
A Dtst-robust7.c28 static bool first = true; variable
50 if (first) in tf()
57 first = false; in tf()
/sysdeps/mach/
A DSubdirs4 # first (and mach before hurd, at that). The before-compile additions in
9 first mach
/sysdeps/arm/
A Dstrlen.S31 bic r1, r0, $3 @ addr of word containing first byte
32 ldr r2, [r1], $4 @ get the first word
64 tstne r2, $0x0000ff00 @ (if first three all non-zero, 4th
71 tstne r2, $0x00ff0000 @ (if first three all non-zero, 4th
/sysdeps/htl/
A Dtimer_routines.c365 struct list_head *first; in thread_func() local
369 first = list_first (&self->timer_queue); in thread_func()
370 if (first != list_null (&self->timer_queue)) in thread_func()
374 timer = timer_links2ptr (first); in thread_func()
388 list_unlink_ip (first); in thread_func()
408 first = list_first (&self->timer_queue); in thread_func()
409 if (first == list_null (&self->timer_queue)) in thread_func()
412 timer = timer_links2ptr (first); in thread_func()
/sysdeps/arm/armv6/
A Dstrrchr.S77 cmp r6, #0 @ Found EOS, first word
79 cmp r4, #0 @ Handle C, first word
91 @ Found EOS in second word; fold to first word.
93 mov r4, r5 @ Overwrite first word C found
94 mov r6, r7 @ Overwrite first word EOS found
97 4: sub r3, r3, #8 @ Decrement pointer to first word
A Dstrlen.S26 ldrb r2, [r0] @ load the first byte asap
76 @ Found something. Disambiguate between first and second words.
A Drawmemchr.S28 ldrb r2, [r0] @ load first byte asap
83 @ Found something. Disambiguate between first and second words.
/sysdeps/hurd/include/hurd/
A Dsigpreempt.h25 && (sigcode) >= (preemptor)->first && (sigcode) <= (preemptor)->last)
/sysdeps/generic/
A Dunwind-dw2.c616 _Unwind_Word first, second; in execute_stack_op() local
620 first = stack[stack_elt + 1]; in execute_stack_op()
625 result = second & first; in execute_stack_op()
631 result = second - first; in execute_stack_op()
637 result = second * first; in execute_stack_op()
640 result = second | first; in execute_stack_op()
643 result = second + first; in execute_stack_op()
646 result = second << first; in execute_stack_op()
649 result = second >> first; in execute_stack_op()
652 result = (_Unwind_Sword) second >> first; in execute_stack_op()
[all …]
/sysdeps/sparc/sparc64/
A Drshift.S33 ldx [%o1],%g2 ! load first limb
36 andcc %o2,4-1,%g4 ! number of limbs in first loop
38 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop
A Dlshift.S35 ldx [%o1-8],%g2 ! load first limb
39 andcc %o2,4-1,%g4 ! number of limbs in first loop
41 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop
/sysdeps/alpha/
A Dstxncpy.S71 mskql t0, a1, t0 # e0 : assemble the first output word
141 ldq_u t1, 0(a1) # e0 : load first src word
168 or t1, t4, t1 # e1 : first aligned src word complete
170 or t0, t1, t0 # e0 : first output word complete
179 stq_u t0, 0(a0) # e0 : store first output word
237 or t0, t1, t0 # e0 : first (partial) source word complete
238 cmpbge zero, t0, t7 # e0 : is the null in this first bit?
297 ldq_u t1, 0(a1) # e0 : load first source word
A Dstxcpy.S62 mskql t0, a1, t0 # e0 : assemble the first output word
112 ldq_u t1, 0(a1) # e0 : load first src word
158 stq_u t1, 0(a0) # e0 : store first output word
203 or t0, t1, t1 # e1 : first (partial) source word complete
205 cmpbge zero, t1, t7 # e0 : is the null in this first bit?
239 ldq_u t1, 0(a1) # e0 : load first source word
/sysdeps/sparc/sparc32/
A Drshift.S31 ld [%o1],%g2 ! load first limb
34 andcc %o2,4-1,%g4 ! number of limbs in first loop
36 be LOC(0) ! if multiple of 4 limbs, skip first loop
A Dlshift.S33 ld [%o1-4],%g2 ! load first limb
37 andcc %o2,4-1,%g4 ! number of limbs in first loop
39 be LOC(0) ! if multiple of 4 limbs, skip first loop
/sysdeps/alpha/alphaev67/
A Dstrlen.S36 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
A Dstrcat.S38 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
/sysdeps/alpha/alphaev6/
A Dstxncpy.S69 mskql t0, a1, t0 # U : assemble the first output word
165 ldq_u t1, 0(a1) # L : load first src word
197 or t1, t4, t1 # E : first aligned src word complete (stall)
199 or t0, t1, t0 # E : first output word complete (stall)
209 stq_u t0, 0(a0) # L : store first output word
270 or t0, t1, t0 # E : first (partial) source word complete
272 cmpbge zero, t0, t7 # E : is the null in this first bit? (stall)
334 ldq_u t1, 0(a1) # L : load first source word

Completed in 43 milliseconds

123