HomeSort by: relevance | last modified time | path
    Searched defs:FIRST (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fission-macro.c 18 #define FIRST 1
  /src/usr.bin/hexdump/
hexdump.h 71 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
  /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/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/usr.bin/gzip/
zuncompress.c 63 #define FIRST 257 /* First free entry. */
97 code_int zs_free_ent; /* First unused entry. */
183 zs->zs_free_ent = 0; /* First unused entry. */
253 /* As above, initialize the first 256 entries in the table. */
259 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256;
271 zs->zs_free_ent = FIRST;
374 /* Get to the first byte. */
378 /* Get first part (low order bits). */
  /src/sys/net/
bsd-comp.c 75 * The compression ratio is checked at the first end of a packet
173 #define FIRST 257 /* first free entry */
203 db->max_ent = FIRST-1;
505 * the protocol becomes the first byte to compress.
684 * the protocol becomes the first byte to "compress".
1004 * If not first code in a packet, and
  /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/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/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/gcc/dist/libcpp/
internal.h 152 #define FIRST(c) ((c)->u.iso.first)
177 /* This is the value of cpp_context::tokens_kind if u.iso.first
180 /* This is the value of cpp_context::tokens_kind if u.iso.first
204 union utoken first; member in struct:cpp_context::__anon14195::__anon14196
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 151 #define FIRST(c) ((c)->u.iso.first)
176 /* This is the value of cpp_context::tokens_kind if u.iso.first
179 /* This is the value of cpp_context::tokens_kind if u.iso.first
203 union utoken first; member in struct:cpp_context::__anon16609::__anon16610
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 101 // first candidate access.
104 // To form a pair, we do so by moving the first access down and the second
693 // Return the first dataflow hazard after INSN.
798 // starts, i.e. (*r1.last < *r2.first || *r2.last < *r1.first).
800 return *r1.last >= *r2.first && *r2.last >= *r1.first;
854 FIRST,
880 : m_state (state::FIRST), m_insns { insns[0], insns[1] },
887 case state::FIRST
1687 insn_info *first = (*i1 < *i2) ? i1 : i2; local
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 1399 enum {FIRST, SECOND, NUM_MODIFIERS};
1419 /// Set the first schedule modifier.
1423 Modifiers[FIRST] = M;
1433 /// Set location of the first schedule modifier.
1435 ModifiersLoc[FIRST] = Loc;
1447 if (Modifiers[FIRST] == OMPC_SCHEDULE_MODIFIER_unknown)
1448 Modifiers[FIRST] = M;
1487 /// \param M1 The first modifier applied to 'schedule' clause.
1488 /// \param M1Loc Location of the first modifier
1501 Modifiers[FIRST] = M1
    [all...]

Completed in 57 milliseconds