HomeSort by: relevance | last modified time | path
    Searched defs:loop (Results 1 - 25 of 143) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/evbppc/dht/
locore.S 191 loop: b loop /* XXX not reached */ label
  /src/sys/arch/amigappc/amigappc/
locore.S 242 loop: label
243 b loop /* not reached */
  /src/sys/arch/arm/arm32/
intr.c 59 int loop; local in function:set_spl_masks
61 for (loop = 0; loop < NIPL; ++loop) {
62 spl_masks[loop] = 0xffffffff;
80 int loop; local in function:dump_spl_masks
82 for (loop = 0; loop < NIPL; ++loop)
83 printf("spl_masks[%d]=%08x\n", loop, spl_masks[loop])
    [all...]
  /src/sys/arch/evbppc/pmppc/
pmppc_locore.S 117 loop: b loop /* XXX not reached */ label
  /src/sys/arch/evbppc/virtex/
virtex_start.S 181 loop: /* UNREACHED */ label
182 b loop
  /src/sys/arch/ibmnws/ibmnws/
locore.S 143 loop: label
144 b loop /* not reached */
  /src/sys/arch/powerpc/ibm4xx/openbios/
locore.S 200 loop: b loop /* XXX not reached */ label
  /src/sys/arch/sandpoint/sandpoint/
locore.S 127 loop: b loop /* not reached */ label
  /src/usr.bin/make/unit-tests/
lint.mk 18 all: mod-loop-varname
20 mod-loop-varname:
varmod-loop.mk 1 # $NetBSD: varmod-loop.mk,v 1.26 2024/06/02 15:31:26 rillig Exp $
25 all: mod-loop-dollar
30 # target. Because of this, after the loop has finished, '$@' is
42 mod-loop-dollar:
51 # for the loop variable. These modifiers influence each other.
55 # loop. This is different from the .for loops, which substitute the
59 # loop variable to the value it had before the loop. This would result in
65 # During the loop, the variable is actually defined and nonempty.
66 # If the loop were implemented in the same way as the .for loop, the variabl
    [all...]
  /src/sys/arch/evbppc/wii/
wii_locore.S 134 loop: b loop /* XXX not reached */ label
  /src/sys/arch/evbppc/ev64260/
ev64260_locore.S 231 loop: b loop /* XXX not reached */ label
  /src/sys/arch/evbppc/mpc85xx/
mpc85xx_start.S 268 loop: b loop /* XXX not reached */ label
  /src/sys/arch/evbppc/obs405/
obs200_locore.S 201 loop: b loop /* XXX not reached */ label
  /src/lib/libc/db/hash/
hash_func.c 109 * units. On the first time through the loop we get the "leftover bytes"
120 size_t loop;
128 loop = (len + 8 - 1) >> 3;
155 } while (--loop);
167 size_t loop; local in function:hash4
177 loop = (len + 8 - 1) >> 3;
204 } while (--loop);
  /src/sys/arch/bebox/bebox/
locore.S 176 loop: b loop /* XXX not reached */ label
  /src/sys/arch/hppa/spmath/
divu.S 159 hibit: ldo 32(0),tp ; initialize loop counter
161 loop: addc rem,rem,rem ; shift in high bit of dvdl label
168 addib,> -1,tp,loop ; inc. counter; finished?
  /src/sys/arch/hppa/stand/common/
srt0.S 120 loop: addib,>,n -16,%r21,loop ; Decrement by cache line size (16). label
150 forever: ; Loop until bus reset takes effect.
  /src/sys/arch/prep/prep/
locore.S 152 loop: label
153 b loop /* not reached */
  /src/sys/arch/rs6000/rs6000/
locore.S 157 loop: label
158 b loop /* not reached */
  /src/sys/external/bsd/sljit/dist/doc/tutorial/
loop.c 22 static int loop(long a, long b) function in typeref:typename:int
75 return loop(4, 5);
  /src/common/lib/libc/arch/powerpc/string/
memcmp.S 110 /* The following section prior to loop: figures out whether */
112 /* The main loop count is then set up to reflect the number of */
134 mtctr %r10 /* dword count for loop */
137 b in /* To the loop */
139 loop: /* main loop */ label
156 bdnz+ loop /* Do more DW's if cnt > 0 */
181 * the full-word compare loop.
184 li %r3, 8 /* loop count */
199 lbz %r6, 0(%r11) /* byte copy loop */
    [all...]
  /src/sys/arch/vax/boot/boot/
consio2.S 42 loop: # do { label
45 beql loop # } while (R0 == 0)
  /src/sys/arch/x68k/stand/xxboot/
ashldi3.S 39 loop: label
46 jpl loop
memcpy.S 65 | and also loop counter.
67 loop: label
81 jcc loop | goto exit

Completed in 68 milliseconds

1 2 3 4 5 6