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

1 2 3 4 5

  /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 '$',
  /src/external/gpl3/gcc/dist/gcc/c/
c-lang.h 66 int indirect; variable
  /src/external/gpl3/gdb/dist/gdb/
arm-wince-tdep.c 42 ULONGEST indirect; local
59 indirect = read_memory_unsigned_integer (pc + 8, 4, byte_order);
60 if (indirect == 0)
63 bound_minimal_symbol indsym = lookup_minimal_symbol_by_pc (indirect);
71 next_pc = read_memory_unsigned_integer (indirect, 4, byte_order);
  /src/external/gpl3/gdb.old/dist/gdb/
arm-wince-tdep.c 42 ULONGEST indirect; local
60 indirect = read_memory_unsigned_integer (pc + 8, 4, byte_order);
61 if (indirect == 0)
64 indsym = lookup_minimal_symbol_by_pc (indirect);
72 next_pc = read_memory_unsigned_integer (indirect, 4, byte_order);
  /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/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp 250 bool indirect = false; local
252 indirect = false;
298 indirect = true;
322 } while (indirect);
  /src/external/gpl3/binutils/dist/opcodes/
m68hc11-dis.c 71 int* indirect, int mov_insn, int pc_offset,
80 if (indirect)
81 *indirect = 0;
134 /* [n,r] 16-bits offset indexed indirect. */
152 if (indirect)
153 *indirect = 1;
210 if (indirect)
211 *indirect = 1;
594 int indirect; local
602 status = print_indexed_operand (memaddr + pos, info, &indirect,
    [all...]
opc2c.c 100 struct Indirect * last_ind;
139 typedef struct Indirect
144 struct Indirect * ind;
147 } Indirect;
149 Indirect indirect[256]; variable
247 dump_lines (opcode * op, int level, Indirect * ind)
352 store_opcode_bits (opcode * op, int byte, Indirect * ind)
376 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect));
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
m68hc11-dis.c 71 int* indirect, int mov_insn, int pc_offset,
80 if (indirect)
81 *indirect = 0;
134 /* [n,r] 16-bits offset indexed indirect. */
152 if (indirect)
153 *indirect = 1;
210 if (indirect)
211 *indirect = 1;
594 int indirect; local
602 status = print_indexed_operand (memaddr + pos, info, &indirect,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
coroutine-passes.cc 139 tree indirect = fold_build2 (MEM_REF, fntype_ptr, ptr, local
142 gassign *get_fptr = gimple_build_assign (f_ptr_tmp, indirect);
162 tree indirect local
165 gassign *get_dptr = gimple_build_assign (d_ptr_tmp, indirect);
cgraphclones.cc 803 cgraph_edge *indirect = edge->speculative_call_indirect_edge (); local
814 indirect->speculative = false;
861 master didn't. Either we promoted indirect call into direct
  /src/external/gpl3/gcc.old/dist/gcc/
coroutine-passes.cc 139 tree indirect = fold_build2 (MEM_REF, fntype_ptr, ptr, local
142 gassign *get_fptr = gimple_build_assign (f_ptr_tmp, indirect);
162 tree indirect local
165 gassign *get_dptr = gimple_build_assign (d_ptr_tmp, indirect);
cgraphclones.cc 790 cgraph_edge *indirect = edge->speculative_call_indirect_edge (); local
801 indirect->speculative = false;
848 master didn't. Either we promoted indirect call into direct
  /src/external/gpl3/gdb/dist/opcodes/
m68hc11-dis.c 71 int* indirect, int mov_insn, int pc_offset,
80 if (indirect)
81 *indirect = 0;
134 /* [n,r] 16-bits offset indexed indirect. */
152 if (indirect)
153 *indirect = 1;
210 if (indirect)
211 *indirect = 1;
594 int indirect; local
602 status = print_indexed_operand (memaddr + pos, info, &indirect,
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
m68hc11-dis.c 71 int* indirect, int mov_insn, int pc_offset,
80 if (indirect)
81 *indirect = 0;
134 /* [n,r] 16-bits offset indexed indirect. */
152 if (indirect)
153 *indirect = 1;
210 if (indirect)
211 *indirect = 1;
594 int indirect; local
602 status = print_indexed_operand (memaddr + pos, info, &indirect,
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch_loop.c 348 const int32_t *indirect; local
366 indirect = (const int32_t *)
375 indirect = (const int32_t *)
  /src/external/gpl2/texinfo/dist/info/
nodes.c 452 /* If this isn't an indirect tags table, just remember the nodes
467 /* This is an indirect tags table. Build TAGS member. */
468 SEARCH_BINDING indirect;
470 indirect.start = tags_table_begin;
471 indirect.end = 0;
472 indirect.buffer = binding.buffer;
473 indirect.flags = S_FoldCase;
475 position = search_backward (INDIRECT_TAGS_TABLE_LABEL, &indirect);
483 indirect.start = position;
484 indirect.end = tags_table_begin
464 SEARCH_BINDING indirect; local
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
fnmatch_loop.c 351 const int32_t *indirect; local
369 indirect = (const int32_t *)
378 indirect = (const int32_t *)
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch_loop.c 364 const int32_t *indirect; local
375 indirect = (const int32_t *)
384 indirect = (const int32_t *)
388 idx = FINDIDX (table, indirect, extra, &cp, 1);
398 idx2 = FINDIDX (table, indirect, extra,
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch_loop.c 364 const int32_t *indirect; local
375 indirect = (const int32_t *)
384 indirect = (const int32_t *)
388 idx = FINDIDX (table, indirect, extra, &cp, 1);
398 idx2 = FINDIDX (table, indirect, extra,
  /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...]
  /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...]

Completed in 267 milliseconds

1 2 3 4 5