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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
signull.c 32 typedef long code_t (void); typedef
34 code_t *volatile code;
38 code_t *volatile desc = (code_t *) (void *) zero;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
signull.c 32 typedef long code_t (void); typedef
34 code_t *volatile code;
38 code_t *volatile desc = (code_t *) (void *) zero;
  /src/common/dist/zlib/examples/
enough.c 101 the symbols in a flat code. The code_t type identifies where the bit-pattern
117 typedef uintmax_t code_t; // type for bit pattern counting typedef
284 int most = (((code_t)left << (g.max - len)) - syms) /
285 (((code_t)1 << (g.max - len)) - 1);
421 int most = (((code_t)left << (g.max - len)) - syms) /
422 (((code_t)1 << (g.max - len)) - 1);
527 // determine the number of bits in a code_t
529 for (code_t word = 1; word; word <<= 1)
533 if (g.max > bits || (code_t)(syms - 2) >= ((code_t)-1 >> (g.max - 1)))
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
enough.c 101 the symbols in a flat code. The code_t type identifies where the bit-pattern
117 typedef uintmax_t code_t; // type for bit pattern counting typedef
284 int most = (((code_t)left << (g.max - len)) - syms) /
285 (((code_t)1 << (g.max - len)) - 1);
421 int most = (((code_t)left << (g.max - len)) - syms) /
422 (((code_t)1 << (g.max - len)) - 1);
527 // determine the number of bits in a code_t
529 for (code_t word = 1; word; word <<= 1)
533 if (g.max > bits || (code_t)(syms - 2) >= ((code_t)-1 >> (g.max - 1)))
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
enough.c 101 the symbols in a flat code. The code_t type identifies where the bit-pattern
117 typedef uintmax_t code_t; // type for bit pattern counting typedef
284 int most = (((code_t)left << (g.max - len)) - syms) /
285 (((code_t)1 << (g.max - len)) - 1);
421 int most = (((code_t)left << (g.max - len)) - syms) /
422 (((code_t)1 << (g.max - len)) - 1);
527 // determine the number of bits in a code_t
529 for (code_t word = 1; word; word <<= 1)
533 if (g.max > bits || (code_t)(syms - 2) >= ((code_t)-1 >> (g.max - 1)))
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
enough.c 101 the symbols in a flat code. The code_t type identifies where the bit-pattern
117 typedef uintmax_t code_t; // type for bit pattern counting typedef
284 int most = (((code_t)left << (g.max - len)) - syms) /
285 (((code_t)1 << (g.max - len)) - 1);
421 int most = (((code_t)left << (g.max - len)) - syms) /
422 (((code_t)1 << (g.max - len)) - 1);
527 // determine the number of bits in a code_t
529 for (code_t word = 1; word; word <<= 1)
533 if (g.max > bits || (code_t)(syms - 2) >= ((code_t)-1 >> (g.max - 1)))
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
enough.c 101 the symbols in a flat code. The code_t type identifies where the bit-pattern
117 typedef uintmax_t code_t; // type for bit pattern counting typedef
284 int most = (((code_t)left << (g.max - len)) - syms) /
285 (((code_t)1 << (g.max - len)) - 1);
421 int most = (((code_t)left << (g.max - len)) - syms) /
422 (((code_t)1 << (g.max - len)) - 1);
527 // determine the number of bits in a code_t
529 for (code_t word = 1; word; word <<= 1)
533 if (g.max > bits || (code_t)(syms - 2) >= ((code_t)-1 >> (g.max - 1)))
    [all...]

Completed in 115 milliseconds