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

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
varmod-loop.exp 1 Parsing varmod-loop.mk:89: USE_8_DOLLARS= ${:U1:@var@${8_DOLLARS}@} ${8_DOLLARS} $$$$$$$$
2 Parsing varmod-loop.mk:90: .if ${USE_8_DOLLARS} != "\$\$\$\$ \$\$\$\$ \$\$\$\$"
5 Parsing varmod-loop.mk:94: SUBST_CONTAINING_LOOP:= ${USE_8_DOLLARS}
6 Parsing varmod-loop.mk:116: .if ${SUBST_CONTAINING_LOOP} != "\$\$ \$\$\$\$ \$\$\$\$"
9 Parsing varmod-loop.mk:119: .MAKEFLAGS: -d0
12 mod-loop-dollar:1:
13 mod-loop-dollar:${word}$:
14 mod-loop-dollar:$3$:
15 mod-loop-dollar:$${word}$$:
16 mod-loop-dollar:$$5$$
    [all...]
opt-debug-for.exp 1 For: new loop 2
4 For: loop body with outer = a:
9 For: loop body with inner = 1:
11 For: loop body with inner = 2:
13 For: loop body with outer = b:
18 For: loop body with inner = 1:
20 For: loop body with inner = 2:
directive-for-escape.exp 2 For: loop body with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~:
6 in .for loop from directive-for-escape.mk:20 with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
9 For: loop body with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~:
13 in .for loop from directive-for-escape.mk:32 with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
16 For: loop body with i = $:
19 For: loop body with i = ${V}:
22 For: loop body with i = ${V:=-with-modifier}:
25 For: loop body with i = $(V):
28 For: loop body with i = $(V:=-with-modifier):
32 For: loop body with i = $
    [all...]
directive-for-break.exp 1 make: directive-for-break.mk:45: break outside of for loop
3 in .for loop from directive-for-break.mk:63 with i = 1
directive-for-if.exp 2 in .for loop from directive-for-if.mk:46 with directive = if
4 in .for loop from directive-for-if.mk:46 with directive = ifdef
6 in .for loop from directive-for-if.mk:46 with directive = ifndef
varmod-loop-delete.exp 1 make -f varmod-loop-delete.mk delete-active-variable || true
2 make: varmod-loop-delete.mk:31: Cannot delete variable "VAR" while it is used
9 make -f varmod-loop-delete.mk delete-active-variable-in-target || true
directive-for-generating-endif.exp 2 in .for loop from directive-for-generating-endif.mk:20 with i = 3
4 in .for loop from directive-for-generating-endif.mk:20 with i = 2
6 in .for loop from directive-for-generating-endif.mk:20 with i = 1
directive-for-empty.exp 3 For: loop body with i = value:
directive-for.exp 17 make: directive-for.mk:166: Invalid character ":" in .for loop variable name
18 make: directive-for.mk:173: Invalid character "$" in .for loop variable name
19 make: directive-for.mk:185: Invalid character "$" in .for loop variable name
20 make: directive-for.mk:208: Missing iteration variables in .for loop
22 in .for loop from directive-for.mk:232 with var = value
26 in .for loop from directive-for.mk:261 with var = value
27 For: new loop 2
30 For: loop body with outer = o:
36 For: loop body with inner = i:
varmod-loop-varname.exp 1 make: varmod-loop-varname.mk:17: In the :@ modifier, the variable name "${:Ubar:S,b,v,}" must not contain a dollar
3 make: varmod-loop-varname.mk:87: In the :@ modifier, the variable name "v$" must not contain a dollar
5 make: varmod-loop-varname.mk:93: In the :@ modifier, the variable name "v$$" must not contain a dollar
7 make: varmod-loop-varname.mk:99: In the :@ modifier, the variable name "v$$$" must not contain a dollar
  /src/sys/arch/arm/arm32/
intr.c 59 int loop; local
61 for (loop = 0; loop < NIPL; ++loop) {
62 spl_masks[loop] = 0xffffffff;
80 int loop; local
82 for (loop = 0; loop < NIPL; ++loop)
83 printf("spl_masks[%d]=%08x\n", loop, spl_masks[loop])
    [all...]
  /src/sys/arch/arm/iomd/
makemodes.awk 194 # Loop round all the modespecs on the command line
227 # Now loop round all the modes we parsed and find the matches
228 for (loop = 0; loop < mode; loop = loop + 1) {
230 if (modespec[1] != modes[loop, 1]) continue;
231 if (modespec[2] != modes[loop, 2]) continue;
235 ht = split(modes[loop, 4], htimings, ",");
237 vt = split(modes[loop, 5], vtimings, ",")
    [all...]
  /src/usr.bin/sed/TEST/
math.sed 31 # main loop, process operators (*, + and () )
32 : loop
35 b loop
43 b loop
48 b loop
68 b loop
81 b loop
103 b loop
107 b loop
111 b loop
    [all...]
  /src/sys/arch/acorn32/podulebus/
podulebus.c 184 int loop; local
202 for (loop = 0; loop < size; ++loop) {
203 if (loop < PODULE_DESCRIPTION_LENGTH) {
204 podule->description[loop] =
205 podule->read_rom(podule->sync_base, (addr + loop)*4);
206 podule->description[loop + 1] = 0;
219 for (loop = 0; loop < size; ++loop)
308 int loop; local
409 int loop; local
    [all...]
  /src/sys/arch/acorn32/acorn32/
rpc_machdep.c 256 * This code stops the kernel entering an endless loop of reboot
394 int loop; local
513 for (loop = 0, physmem = 0; loop < bootconfig.dramblocks; ++loop) {
515 printf("0x%x + 0x%0x, type = 0x%08x\n", bootconfig.dram[loop].address,
516 bootconfig.dram[loop].pages * PAGE_SIZE,
517 bootconfig.dram[loop].flags);
519 if (bootconfig.dram[loop].address < physical_start)
520 physical_start = bootconfig.dram[loop].address
1090 int loop; local
    [all...]
  /src/games/phantasia/
io.c 118 int loop; /* counter */ local
134 for (loop = 0; loop < 80; ++loop) { /* save line on screen */
135 move(4, loop);
136 line[loop] = inch();
174 volatile int loop; /* counter */ local
180 for (loop = 3; loop; --loop)
    [all...]
  /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
177 loop = (len + 8 - 1) >> 3;
204 } while (--loop);
  /src/sys/arch/acorn32/eb7500atx/
eb7500atx_machdep.c 262 * This code stops the kernel entering an endless loop of reboot
361 int loop; local
463 for (loop = 0, physmem = 0; loop < bootconfig.dramblocks; ++loop) {
464 if (bootconfig.dram[loop].address < physical_start)
465 physical_start = bootconfig.dram[loop].address;
466 memoryblock_end = bootconfig.dram[loop].address +
467 bootconfig.dram[loop].pages * PAGE_SIZE;
470 physmem += bootconfig.dram[loop].pages
    [all...]
  /src/sys/arch/evbppc/stand/wii/
start.S 50 loop: b loop /* not reached */ label
  /src/sys/arch/hpcarm/hpcarm/
pxa2x0_hpc_machdep.c 231 int loop; local
273 loop = ((Elf_Ehdr *)&end)->e_shnum;
275 for (; loop; loop--, sh++)
303 for (loop = 0; loop < bootconfig.dramblocks; ++loop)
304 physmem += bootconfig.dram[loop].pages;
353 for (loop = 0; loop <= NUM_KERNEL_PTS; ++loop)
    [all...]
sa11x0_hpc_machdep.c 183 int loop; local
217 loop = ((Elf_Ehdr *)&end)->e_shnum;
218 for (; loop; loop--, sh++)
246 for (loop = 0; loop < bootconfig.dramblocks; ++loop)
247 physmem += bootconfig.dram[loop].pages;
300 for (loop = 0; loop < NUM_KERNEL_PTS; ++loop)
    [all...]
  /src/sys/arch/arm/arm/
disksubr_acorn.c 247 int loop; local
279 for (loop = 0; loop < NRISCIX_PARTITIONS; ++loop)
281 loop, rpt->partitions[loop].rp_name,
282 rpt->partitions[loop].rp_start,
283 rpt->partitions[loop].rp_length,
284 rpt->partitions[loop].rp_type);
286 for (loop = 0; loop < NRISCIX_PARTITIONS; ++loop)
    [all...]
  /src/sys/modules/if_loop/
Makefile 8 IOCONF= loop.ioconf
  /src/usr.bin/what/
what.c 106 loop: if (c != '@')
109 goto loop;
111 goto loop;
113 goto loop;
  /src/sys/arch/arm/imx/
imx23_rtc.c 114 unsigned int loop; local
122 loop = 0;
124 (loop < RTC_SOFT_RST_LOOP))
125 loop++;
140 loop = 0;
142 (loop < RTC_SOFT_RST_LOOP))
143 loop++;

Completed in 687 milliseconds

1 2 3 4 5 6 7 8 91011>>