Searched defs:bs (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/bzip/ |
H A D | bzip2recover.c | 137 BitStream *bs = malloc ( sizeof(BitStream) ); local 138 if (bs == NULL) mallocFail ( sizeof(BitStream) ); 139 bs->handle = stream; 140 bs->buffer = 0; 141 bs->buffLive = 0; 142 bs->mode = 'r'; 143 return bs; 150 BitStream *bs = malloc ( sizeof(BitStream) ); local 151 if (bs == NULL) mallocFail ( sizeof(BitStream) ); 152 bs 161 bsPutBit( BitStream* bs, Int32 bit ) argument 223 bsPutUChar( BitStream* bs, UChar c ) argument 232 bsPutUInt32( BitStream* bs, UInt32 c ) argument [all...] |
/ast/src/lib/libast/vmalloc/ |
H A D | vmbest.c | 851 size_t s, bs; local 930 else if((bs = s&~BITS) < size) 937 memcpy(data, oldd, bs);
|
/ast/src/cmd/re/ |
H A D | testglob.c | 513 char* bs; local 1038 bs = s = ans; 1042 bs = s; 1056 bs = s = 0; 1066 quote(bs);
|
/ast/src/cmd/std/ |
H A D | dd.c | 98 #define operand_begin bs 136 Operand_t bs; member in struct:__anon225 187 "bs", 668 if (state.bs.value.number) 670 state.obs.value.number = state.bs.value.number; 671 state.bs.value.number = 0; 680 if (n = state.bs.value.number) 687 error(3, "%s requires %s or %s", state.iseek.name, state.bs.name, state.ibs.name); 691 error(3, "%s requires %s or %s", state.oseek.name, state.bs.name, state.obs.name); 718 state.bs [all...] |
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 1277 int bs= newpos.line && ep->e_plen>ep->e_winsz; local 1281 if(!ep->e_crlf || bs || (2*delta <= ((old-first)+(newpos.line?0:ep->e_plen))) )
|
Completed in 23 milliseconds