/src/usr.bin/make/unit-tests/ |
directive-elif.mk | 6 # detected if the conditional branch directly above it is taken. In all other 17 # Misspelling '.elsif' below an .if branch that is not taken. 19 . info This branch is not taken. 23 # Since the .if condition evaluated to false, this whole branch is not taken. 26 . info This branch is not taken. 27 # Even if the misspelling were detected, the branch would not be taken 32 # Misspelling '.elsif' below an .if branch that is not taken. 34 . info This branch is not taken. 37 # to false, this whole branch is not taken. 40 # If the misspelling were detected, this branch would be taken [all...] |
directive-elif.exp | 2 make: directive-elif.mk:54: This branch is taken. 4 make: directive-elif.mk:66: This branch is taken. 5 make: directive-elif.mk:73: This branch is taken. 8 make: directive-elif.mk:98: This branch is taken because of the .else. 11 make: directive-elif.mk:132: What happens on misspelling in a taken branch?
|
suff-incomplete.mk | 20 # Its commands are taken from a .DEFAULT target, if there is any.
|
escape.mk | 28 # this implies that <backslash> should be taken literally everywhere 33 # The "\" is not taken literally, and the "#" does not begin a comment. 58 # Embedded backslash in variable should be taken literally. 72 # Double backslash in variable should be taken as two literal backslashes. 111 # Both backslashes should be taken literally, and the newline is NOT escaped. 138 # First two should be taken literally, and last should escape the newline.
|
varmod-ifelse.mk | 13 # The variable name of the expression is expanded and then taken as the 102 # this expansion is then taken as the condition. To force the 212 # parsed differently, depending on whether the branch was taken or not. When 213 # the branch was taken, the parser recognized that in the modifier ':S,}},,', 214 # the '}}' were ordinary characters. When the branch was not taken, the 266 # Since the condition is taken from the variable name of the expression, not
|
cond-undef-lint.mk | 22 # Since the condition fails to evaluate, neither of the branches is taken.
|
varmod-remember.mk | 10 # from where it is taken later in the same expression.
|
varmod-mtime.mk | 21 # touching files using the '-t' option, which is taken once when make is
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/ |
nouveau_nvkm_subdev_ltc_gf100.c | 134 s64 taken; local in function:gf100_ltc_invalidate 137 taken = nvkm_wait_msec(device, 2000, 0x70004, 0x00000003, 0x00000000); 139 if (taken > 0) 140 nvkm_debug(<c->subdev, "LTC invalidate took %"PRId64" ns\n", taken); 147 s64 taken; local in function:gf100_ltc_flush 150 taken = nvkm_wait_msec(device, 2000, 0x70010, 0x00000003, 0x00000000); 152 if (taken > 0) 153 nvkm_debug(<c->subdev, "LTC flush took %"PRId64" ns\n", taken);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
aperture_gm.c | 246 unsigned long request, avail, max, taken; local in function:alloc_resource 256 taken = gvt->gm.vgpu_allocated_low_gm_size; 257 avail = max - taken; 267 taken = gvt->gm.vgpu_allocated_high_gm_size; 268 avail = max - taken; 278 taken = gvt->fence.vgpu_allocated_fence_num; 279 avail = max - taken; 294 gvt_err("request %luMB avail %luMB max %luMB taken %luMB\n", 296 BYTES_TO_MB(max), BYTES_TO_MB(taken));
|
/src/sys/arch/m68k/060sp/dist/ |
fpsp.doc | 180 exception taken ---> enter _060_fpsp_snan --| 188 exception taken ---> enter _060_fpsp_operr --| 196 exception taken ---> enter _060_fpsp_dz --| 204 exception taken ---> enter _060_fpsp_inex --| 213 exception taken ---> enter _060_fpsp_ovfl --| 225 exception taken ---> enter _060_fpsp_unfl --| 238 exception taken ---> enter _060_fpsp_fline --| 275 exception taken ---> enter _060_fpsp_unsupp --| 297 exception taken ---> enter _060_fpsp_effadd --|
|
isp.doc | 45 This exception is taken when any of the integer instructions 218 exception taken ---> enter _060_isp_unimp --|
|
ilsp.doc | 141 will be taken. Although the exception stack frame will not
|
/src/sys/arch/vax/vax/ |
ka6400.c | 252 static int got = 0, taken = 0; variable in typeref:typename:int 321 if (got == taken) 324 ret = rxbuf[taken++]; 325 if (taken == RXBUF) 326 taken = 0;
|
ka88.c | 234 static int got = 0, taken = 0; variable in typeref:typename:int 354 if (got == taken) 357 ret = rxbuf[taken++]; 358 if (taken == RXBUF) 359 taken = 0;
|
ka820.c | 439 static int got = 0, taken = 0; variable in typeref:typename:int 468 if (got == taken) 471 ret = rxbuf[taken++]; 472 if (taken == RXBUF) 473 taken = 0;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
intel-ixp43x-kixrp435.dts | 37 /* CHECKME: ethernet set-up taken from Gateworks Cambria */
|
bcm2711-rpi-4-b.dts | 80 * Parts taken from rpi_SCH_4b_4p0_reduced.pdf and
|
meson8b-ec100.dts | 244 * otherwise power is taken from the coin cell battery.
|
/src/sys/arch/hp300/dev/ |
frodo.c | 319 int line, taken = 0; local in function:frodointr 335 if (taken++ > 100)
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/bitmain/ |
bm1880-sophon-edge.dts | 19 * Line names are taken from the schematic "sophon-edge-schematics"
|
/src/sys/arch/sparc64/sparc64/ |
copy.S | 1007 membar #Sync ! Make sure all traps are taken 1109 membar #Sync ! Make sure all traps are taken 1122 membar #Sync ! Make sure all traps are taken 1131 membar #Sync ! Make sure all traps are taken
|
/src/sys/external/isc/libsodium/dist/m4/ |
lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/actions/ |
s900-bubblegum-96.dts | 75 * Line names are taken from the schematic "Schematics Bubblegum96"
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ |
hi3670-hikey970.dts | 84 * Line names are taken from "hikey970-schematics.pdf" from HiSilicon.
|