Symbol: BITS
crypto/libressl/apps/openssl/req.c
752
if (!NCONF_get_number(req_conf, SECTION, BITS, &req_config.newkey)) {
games/battlestar/extern.h
215
#define NUMOFWORDS ((NUMOFOBJECTS + BITS - 1) / BITS)
games/battlestar/extern.h
50
#define testbit(array, index) (array[index/BITS] & (1U << (index % BITS)))
games/battlestar/extern.h
51
#define setbit(array, index) (array[index/BITS] |= (1U << (index % BITS)))
games/battlestar/extern.h
52
#define clearbit(array, index) (array[index/BITS] &= ~(1U << (index % BITS)))
sbin/hammer2/zlib/hammer2_zlib_inflate.c
588
if (((BITS(8) << 8) + (hold >> 8)) % 31) {
sbin/hammer2/zlib/hammer2_zlib_inflate.c
593
if (BITS(4) != Z_DEFLATED) {
sbin/hammer2/zlib/hammer2_zlib_inflate.c
599
len = BITS(4) + 8;
sbin/hammer2/zlib/hammer2_zlib_inflate.c
637
state->last = BITS(1);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
639
switch (BITS(2)) {
sbin/hammer2/zlib/hammer2_zlib_inflate.c
703
state->nlen = BITS(5) + 257;
sbin/hammer2/zlib/hammer2_zlib_inflate.c
705
state->ndist = BITS(5) + 1;
sbin/hammer2/zlib/hammer2_zlib_inflate.c
707
state->ncode = BITS(4) + 4;
sbin/hammer2/zlib/hammer2_zlib_inflate.c
723
state->lens[order[state->have++]] = (unsigned short)BITS(3);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
745
here = state->lencode[BITS(state->lenbits)];
sbin/hammer2/zlib/hammer2_zlib_inflate.c
763
copy = 3 + BITS(2);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
770
copy = 3 + BITS(3);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
777
copy = 11 + BITS(7);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
840
here = state->lencode[BITS(state->lenbits)];
sbin/hammer2/zlib/hammer2_zlib_inflate.c
848
(BITS(last.bits + last.op) >> last.bits)];
sbin/hammer2/zlib/hammer2_zlib_inflate.c
882
state->length += BITS(state->extra);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
892
here = state->distcode[BITS(state->distbits)];
sbin/hammer2/zlib/hammer2_zlib_inflate.c
900
(BITS(last.bits + last.op) >> last.bits)];
sbin/hammer2/zlib/hammer2_zlib_inflate.c
921
state->offset += BITS(state->extra);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
593
if (((BITS(8) << 8) + (hold >> 8)) % 31) {
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
598
if (BITS(4) != Z_DEFLATED) {
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
604
len = BITS(4) + 8;
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
639
state->last = BITS(1);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
641
switch (BITS(2)) {
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
703
state->nlen = BITS(5) + 257;
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
705
state->ndist = BITS(5) + 1;
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
707
state->ncode = BITS(4) + 4;
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
722
state->lens[order[state->have++]] = (unsigned short)BITS(3);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
743
here = state->lencode[BITS(state->lenbits)];
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
761
copy = 3 + BITS(2);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
768
copy = 3 + BITS(3);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
775
copy = 11 + BITS(7);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
836
here = state->lencode[BITS(state->lenbits)];
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
844
(BITS(last.bits + last.op) >> last.bits)];
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
877
state->length += BITS(state->extra);
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
886
here = state->distcode[BITS(state->distbits)];
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
894
(BITS(last.bits + last.op) >> last.bits)];
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
914
state->offset += BITS(state->extra);
usr.bin/compress/zopen.c
120
char_type zs_buf[BITS];
usr.bin/compress/zopen.c
133
char_type zs_gbuf[BITS];
usr.bin/compress/zopen.c
186
#define de_stack ((char_type *)&tab_suffixof(1 << BITS))
usr.bin/compress/zopen.c
486
if (maxbits > BITS) {
usr.bin/compress/zopen.c
684
bits < 0 || bits > BITS) {
usr.bin/compress/zopen.c
692
maxbits = bits ? bits : BITS; /* User settable max # bits/code. */
usr.bin/gzip/zuncompress.c
110
char_type zs_buf[BITS];
usr.bin/gzip/zuncompress.c
123
char_type zs_gbuf[BITS];
usr.bin/gzip/zuncompress.c
249
if (zs->zs_maxbits > BITS || zs->zs_maxbits < 12) {
usr.bin/gzip/zuncompress.c
44
#define de_stack ((char_type *)&tab_suffixof(1 << BITS))
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
593
if (((BITS(8) << 8) + (hold >> 8)) % 31) {
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
598
if (BITS(4) != Z_DEFLATED) {
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
604
len = BITS(4) + 8;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
639
state->last = BITS(1);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
641
switch (BITS(2)) {
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
703
state->nlen = BITS(5) + 257;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
705
state->ndist = BITS(5) + 1;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
707
state->ncode = BITS(4) + 4;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
722
state->lens[order[state->have++]] = (unsigned short)BITS(3);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
743
here = state->lencode[BITS(state->lenbits)];
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
761
copy = 3 + BITS(2);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
768
copy = 3 + BITS(3);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
775
copy = 11 + BITS(7);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
836
here = state->lencode[BITS(state->lenbits)];
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
844
(BITS(last.bits + last.op) >> last.bits)];
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
877
state->length += BITS(state->extra);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
886
here = state->distcode[BITS(state->distbits)];
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
894
(BITS(last.bits + last.op) >> last.bits)];
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
914
state->offset += BITS(state->extra);