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

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fission-macro.c 18 #define FIRST 1
expand-psymtabs.c 20 #ifdef FIRST
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fission-macro.c 18 #define FIRST 1
expand-psymtabs.c 20 #ifdef FIRST
  /src/external/bsd/bzip2/dist/
bzmore 40 FIRST=1
43 if test $FIRST -eq 0; then
58 FIRST=0
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.h 39 architectures ignoring the first 32bits leaving bit 32 as the most
53 MASK*(FIRST, LAST): `*' bit constant with bits [FIRST .. LAST]
54 set. The <MACRO> (no size) version permits FIRST >= LAST and
55 generates a wrapped bit mask vis ([0..LAST] | [FIRST..LSB]).
57 LSMASK*(FIRST, LAST): Like MASK - LS bit is zero.
59 MSMASK*(FIRST, LAST): Like MASK - LS bit is zero.
61 MASKED*(VALUE, FIRST, LAST): Masks out all but bits [FIRST
64 LSMASKED*(VALUE, FIRST, LAST): Like MASKED - LS bit is zero
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-bits.h 39 architectures ignoring the first 32bits leaving bit 32 as the most
53 MASK*(FIRST, LAST): `*' bit constant with bits [FIRST .. LAST]
54 set. The <MACRO> (no size) version permits FIRST >= LAST and
55 generates a wrapped bit mask vis ([0..LAST] | [FIRST..LSB]).
57 LSMASK*(FIRST, LAST): Like MASK - LS bit is zero.
59 MSMASK*(FIRST, LAST): Like MASK - LS bit is zero.
61 MASKED*(VALUE, FIRST, LAST): Masks out all but bits [FIRST
64 LSMASKED*(VALUE, FIRST, LAST): Like MASKED - LS bit is zero
    [all...]
  /src/external/bsd/flex/dist/examples/manual/
front.lex 27 ALL|FIRST|LAST copy_and_return(CONDITIONAL)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix.h 45 first local allocated. Otherwise, it is the offset to the BEGINNING
46 of the first local allocated.
87 /* On AIX, initialisers specified with -binitfini are called in breadth-first
228 /* AIX increases natural record alignment to doubleword if the first
247 registers and memory. FIRST is nonzero if this is the only
249 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
250 (!(FIRST) ? PAD_UPWARD : targetm.calls.function_arg_padding (MODE, TYPE))
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix.h 45 first local allocated. Otherwise, it is the offset to the BEGINNING
46 of the first local allocated.
87 /* On AIX, initialisers specified with -binitfini are called in breadth-first
228 /* AIX increases natural record alignment to doubleword if the first
249 registers and memory. FIRST is nonzero if this is the only
251 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
252 (!(FIRST) ? PAD_UPWARD : targetm.calls.function_arg_padding (MODE, TYPE))
  /src/bin/sh/
mkoptions.sh 48 FIRST=true
176 if $FIRST
187 FIRST=false
  /src/usr.bin/hexdump/
hexdump.h 71 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
display.c 60 enum _vflag vflag = FIRST;
282 if (vflag == ALL || vflag == FIRST ||
284 if (vflag == DUP || vflag == FIRST)
  /src/external/gpl3/binutils/dist/gas/config/
tc-mep.h 117 next instruction is expected to be the first or second instruction in
119 typedef enum exp_par_insn_{FIRST, SECOND} EXP_PAR_INSN;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mep.h 117 next instruction is expected to be the first or second instruction in
119 typedef enum exp_par_insn_{FIRST, SECOND} EXP_PAR_INSN;
  /src/external/gpl3/gdb/dist/sim/ppc/
bits.h 36 architectures ignoring the first 32bits having bit 32 as the most
41 MASK*(FIRST, LAST): Create a constant bit mask of the specified
42 size with bits [FIRST .. LAST] set.
44 MASKED*(VALUE, FIRST, LAST): Masks out all but bits [FIRST
47 LSMASKED*(VALUE, FIRST, LAST): Like MASKED - LS bit is zero.
49 EXTRACTED*(VALUE, FIRST, LAST): Masks out bits [FIRST .. LAST] but
53 LSEXTRACTED*(VALUE, FIRST, LAST): Same as extracted - LS bit is
63 INSERTED*(VALUE, FIRST, LAST): Takes VALUE and `inserts' the (LAS
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
bits.h 36 architectures ignoring the first 32bits having bit 32 as the most
41 MASK*(FIRST, LAST): Create a constant bit mask of the specified
42 size with bits [FIRST .. LAST] set.
44 MASKED*(VALUE, FIRST, LAST): Masks out all but bits [FIRST
47 LSMASKED*(VALUE, FIRST, LAST): Like MASKED - LS bit is zero.
49 EXTRACTED*(VALUE, FIRST, LAST): Masks out bits [FIRST .. LAST] but
53 LSEXTRACTED*(VALUE, FIRST, LAST): Same as extracted - LS bit is
63 INSERTED*(VALUE, FIRST, LAST): Takes VALUE and `inserts' the (LAS
    [all...]
  /src/usr.bin/compress/
zopen.c 111 code_int zs_free_ent; /* First unused entry. */
198 #define FIRST 257 /* First free entry. */
226 * secondary probe. Here, the modular division first probe is gives way
271 free_ent = ((block_compress) ? FIRST : 256);
378 /* Get to the first byte. */
382 * Since ocode is always >= 8 bits, only need to mask the first
493 /* As above, initialize the first 256 entries in the table. */
499 free_ent = block_compress ? FIRST : 256;
509 free_ent = FIRST;
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_compress.c 85 #define FIRST 257 /* First free entry. */
96 int first_free; /* First unused entry. */
192 state->first_free = FIRST;
252 * Since ocode is always >= 8 bits, only need to mask the first
404 state->first_free = FIRST;
  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc.h 33 #define FIRST IA64_OPCODE_FIRST
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc.h 33 #define FIRST IA64_OPCODE_FIRST
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-opc.h 33 #define FIRST IA64_OPCODE_FIRST
  /src/external/gpl3/gdb/dist/opcodes/
ia64-opc.h 33 #define FIRST IA64_OPCODE_FIRST
  /src/usr.bin/make/unit-tests/
varmod-assign.mk 14 # operator '?=' only has an effect for the first time, therefore the variable
15 # FIRST ends up with the value 1.
16 .if "${1 2 3:L:@i@${FIRST::?=$i}@} first=${FIRST}" != " first=1"
45 .if "${FIRST}, ${LAST}, ${APPENDED}, ${RAN}" != "1, 3, 1 2 3, <3>"
138 # enclosed in parentheses. In such a case, parsing stops at the first ')',
139 # not at the first '}'.
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.h 144 40 First Pseudo Register
293 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
294 (nios2_block_reg_padding ((MODE), (TYPE), (FIRST)))

Completed in 77 milliseconds

1 2 3