/sysdeps/mach/hurd/ |
A D | close_range.c | 26 __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 D | Subdirs | 4 # first (and mach before hurd, at that). The before-compile additions in 9 first hurd
|
A D | shlib-versions | 11 # libc.so.0.3 is the first Hurd libc using libio.
|
/sysdeps/mips/mips64/ |
A D | rshift.S | 42 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 D | lshift.S | 44 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 D | add_n.S | 47 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 D | sub_n.S | 47 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 D | tst-robust7.c | 28 static bool first = true; variable 50 if (first) in tf() 57 first = false; in tf()
|
/sysdeps/mach/ |
A D | Subdirs | 4 # first (and mach before hurd, at that). The before-compile additions in 9 first mach
|
/sysdeps/arm/ |
A D | strlen.S | 31 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 D | timer_routines.c | 365 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 D | strrchr.S | 77 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 D | strlen.S | 26 ldrb r2, [r0] @ load the first byte asap 76 @ Found something. Disambiguate between first and second words.
|
A D | rawmemchr.S | 28 ldrb r2, [r0] @ load first byte asap 83 @ Found something. Disambiguate between first and second words.
|
/sysdeps/hurd/include/hurd/ |
A D | sigpreempt.h | 25 && (sigcode) >= (preemptor)->first && (sigcode) <= (preemptor)->last)
|
/sysdeps/generic/ |
A D | unwind-dw2.c | 616 _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 D | rshift.S | 33 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 D | lshift.S | 35 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 D | stxncpy.S | 71 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 D | stxcpy.S | 62 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 D | rshift.S | 31 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 D | lshift.S | 33 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 D | strlen.S | 36 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
A D | strcat.S | 38 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
|
/sysdeps/alpha/alphaev6/ |
A D | stxncpy.S | 69 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
|