| /src/tests/usr.bin/xlint/lint1/ |
| msg_302.c | 26 int local[5], *indirect = local; local 46 return indirect;
|
| /src/usr.bin/make/unit-tests/ |
| var-op-expand.mk | 71 # expression with an indirect modifier referring to an undefined variable 83 # expression with an indirect modifier referring to another variable that 195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT' 199 INDIRECT:= ${LATER:S,value,replaced,} 200 .if ${INDIRECT} != "" 204 .if ${INDIRECT} != "late-replaced" 210 # evaluating the variable 'INDIRECT'. Nothing surprising here. 213 INDIRECT:= ${LATER:S,value,replaced,} 214 .if ${INDIRECT:tl} != "" 219 .if ${INDIRECT:tl} != "uppercase-replaced 272 indirect:= ${INDIRECT:tl} macro [all...] |
| directive-include-guard.mk | 224 CASES+= variable-ifndef-indirect 225 LINES.variable-ifndef-indirect= \ 229 # expect: Parse_PushInput: variable-ifndef-indirect.tmp:1 230 # expect: Parse_PushInput: variable-ifndef-indirect.tmp:1 234 CASES+= variable-if-indirect 235 LINES.variable-if-indirect= \ 239 # expect: Parse_PushInput: variable-if-indirect.tmp:1 240 # expect: Parse_PushInput: variable-if-indirect.tmp:1 246 CASES+= variable-assign-indirect 247 LINES.variable-assign-indirect= [all...] |
| varmod-assign.mk | 127 APPEND.indirect= indirect $${:Unot expanded} 128 APPEND.dollar= $${APPEND.indirect} 132 .if ${APPEND.var} != "previous indirect \${:Unot expanded}" 153 VARNAME= VAR.$${param} # Indirect variable name because of the '$',
|
| Makefile | 141 TESTS+= deptgt-begin-fail-indirect 147 TESTS+= deptgt-end-fail-indirect 232 TESTS+= jobs-error-indirect 282 TESTS+= opt-keep-going-indirect 379 TESTS+= varmod-indirect 515 FLAGS.jobs-error-indirect= # none, especially not -k
|
| /src/sys/arch/arm/acpi/ |
| acpi_pci_layerscape_gen4.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 98 const bool indirect = reg >= INDIRECT_ADDR_BOUNDARY; local 99 const u_int page_index = indirect ? REG_TO_PAGE_INDEX(reg) : 0; 100 const bus_size_t page_addr = indirect ? REG_TO_PAGE_ADDR(reg) : reg; 110 const bool indirect = reg >= INDIRECT_ADDR_BOUNDARY; local 111 const u_int page_index = indirect ? REG_TO_PAGE_INDEX(reg) : 0; 112 const bus_size_t page_addr = indirect ? REG_TO_PAGE_ADDR(reg) : reg;
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| r128_state.c | 645 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end); 651 /* Indirect buffer data must be an even number of 664 /* Fire off the indirect buffer */ 677 /* Emit the indirect buffer age */ 827 /* Dispatch the indirect buffer. 1551 drm_r128_indirect_t *indirect = data; local 1564 indirect->idx, indirect->start, indirect->end, 1565 indirect->discard) [all...] |
| radeon_state.c | 1582 /* Indirect buffer data must be an even number of 1593 /* Fire off the indirect buffer */ 1784 /* Dispatch the indirect buffer. 2456 drm_radeon_indirect_t *indirect = data; local 2467 indirect->idx, indirect->start, indirect->end, 2468 indirect->discard); 2470 if (indirect->idx < 0 || indirect->idx >= dma->buf_count) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/r128/ |
| r128_state.c | 651 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end); 657 /* Indirect buffer data must be an even number of 670 /* Fire off the indirect buffer */ 683 /* Emit the indirect buffer age */ 832 /* Dispatch the indirect buffer. 1523 drm_r128_indirect_t *indirect = data; local 1533 indirect->idx, indirect->start, indirect->end, 1534 indirect->discard) [all...] |
| /src/sys/arch/arm/cortex/ |
| gicv3_its.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 846 bool indirect = false; local 877 indirect = 879 if (indirect) { 880 DPRINTF(("ITS: indirect\n")); 902 itstab->tab_indirect = indirect; 935 if (indirect) { 956 indirect ? ", indirect" : "");
|
| /src/usr.bin/midiplay/ |
| midiplay.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 54 struct track *indirect; /* for fast swaps in heap code */ member in struct:track 549 tracks[t].indirect = &tracks[t]; /* -> self for now */ 573 BuildHeap(tracks, ntrks); /* tracks[0].indirect is always next */ 575 tp = tracks[0].indirect; 840 #define DTIME(i) (t[i].indirect->delta) 842 struct track *_t = t[i].indirect; \ 843 t[i].indirect = t[j].indirect; \ 844 t[j].indirect = _t; [all...] |
| /src/sys/dev/pci/ |
| mlyreg.h | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 50 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 481 struct mly_sg_transfer indirect; member in union:mly_cmd_transfer
|