Searched refs:bl (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/codexlib/zip/ |
H A D | deflate.c | 160 int bl; /* number of bits decoded by tl[] */ member in struct:State_s 219 int bl; /* number of bits decoded by tl[] */ local 232 bl = state->bl; 240 NEEDBITS(state, (ulg)bl); 241 t = tl + GETBITS(bl); 415 state->bl = state->fixed_bl; 431 int bl; /* lookup bits for tl */ local 486 bl = 7; 487 if (i = huff(ll, 19, 19, NULL, NULL, &tl, &bl, stat [all...] |
H A D | implode.c | 119 int bl; member in struct:State_s 253 int bb, bl, bd; /* number of bits decoded by those */ local 259 bl = state->bl; 321 NEEDBITS(state, (ulg)bl); /* get coded length */ 322 t = tl + IGETBITS(state, bl); 394 int bb, bl, bd; /* number of bits decoded by those */ local 400 bl = state->bl; 461 NEEDBITS(state, (ulg)bl); /* ge 534 int bl, bd; /* number of bits decoded by tl[] and td[] */ local 662 int bl, bd; /* number of bits decoded by tl[] and td[] */ local [all...] |
/ast/src/lib/libast/uwin/ |
H A D | crypt.c | 277 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 279 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1 280 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1
|
/ast/src/lib/libcodex/ |
H A D | code-uu.c | 55 unsigned char* bl; member in struct:State_s 138 if ((state->bl - state->bp) < UUOUT * UUCHUNK || state->bp > state->buf + !!state->bb) 154 state->bl = state->bp + UUOUT * UUCHUNK; 245 state->bl = state->bp + UUOUT * UUCHUNK; 467 } while (state->bp < state->bl); 481 state->bl = state->bp + UUOUT * UUCHUNK;
|
Completed in 34 milliseconds