Searched refs:code_t (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsignull.c32 typedef long code_t (void); typedef
34 code_t *volatile code;
38 code_t *volatile desc = (code_t *) (void *) zero;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsignull.c32 typedef long code_t (void); typedef
34 code_t *volatile code;
38 code_t *volatile desc = (code_t *) (void *) zero;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Denough.c98 needed to represent the symbols in a flat code. The code_t type identifies
111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) /
235 (((code_t)1 << (max - len)) - 1);
370 most = (((code_t)left << (max - len)) - syms) /
371 (((code_t)1 << (max - len)) - 1);
464 code_t word; /* for counting bits in code_t */
493 /* determine the number of bits in a code_t */
498 if (max > n || (code_t)(sym
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Denough.c101 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)
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Denough.c101 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)
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Denough.c101 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)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Denough.c101 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)
[all...]

Completed in 229 milliseconds