HomeSort by: relevance | last modified time | path
    Searched refs:loop (Results 1 - 25 of 363) 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
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:
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
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:
directive-for-errors.mk 16 # A slash is not whitespace, therefore this is not parsed as a .for loop.
20 # because ForEval does not detect the .for loop as such, so parsing
36 # The '$$' was not replaced with the values '1' or '3' from the .for loop,
40 # error everywhere outside a .for loop.
43 # expect+1: Invalid character "$" in .for loop variable name
48 # If there are no variables, there is no point in expanding the .for loop
49 # since this would end up in an endless loop, consuming 0 of the 3 values in
51 # expect+1: Missing iteration variables in .for loop
61 # among the variables, therefore the loop is not expanded at all, it is
72 . info Would be reached if there were items to loop over
    [all...]
  /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/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 in function:podulechunkdirectory
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 in function:podulescan
409 int loop; local in function:podulebusattach
    [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 in function:initarm
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 in function:rpc_sa110_cc_setup
    [all...]
  /src/games/phantasia/
io.c 118 int loop; /* counter */ local in function:interrupt
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 in function:getanswer
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 in function:hash4
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 in function:initarm
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/hpcarm/hpcarm/
pxa2x0_hpc_machdep.c 231 int loop; local in function:init_pxa2x0
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 in function:init_sa11x0
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 in function:filecore_label_read
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 163 unsigned int loop; local in function:rtc_reset
171 loop = 0;
173 (loop < RTC_SOFT_RST_LOOP))
174 loop++;
188 loop = 0;
190 (loop < RTC_SOFT_RST_LOOP))
191 loop++;
  /src/sys/arch/evbarm/ixm1200/
ixm1200_machdep.c 308 int loop; local in function:initarm
355 loop = ((Elf_Ehdr *)&end)->e_shnum;
356 for(; loop; loop--, sh++)
406 for (loop = 0; loop <= NUM_KERNEL_PTS; ++loop) {
480 for (loop = 0; loop < KERNEL_PT_KERNEL_NUM; loop++
741 int loop; local in function:ixdp_ixp12x0_cc_setup
    [all...]

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>