OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lbits
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
bit_writer.c
258
vp8l_atype_t
lbits
= bw->bits_;
local
265
lbits
|= (vp8l_atype_t)bits << used;
283
*(vp8l_wtype_t*)bw->cur_ = (vp8l_wtype_t)WSWAP((vp8l_wtype_t)
lbits
);
285
lbits
>>= VP8L_WRITER_BITS;
289
bw->bits_ =
lbits
| ((vp8l_atype_t)bits << used);
/external/freetype/src/gzip/
infcodes.c
50
Byte
lbits
; /* ltree bits decoded per branch */
member in struct:inflate_codes_state
70
c->
lbits
= (Byte)bl;
108
r = inflate_fast(c->
lbits
, c->dbits, c->ltree, c->dtree, s, z);
117
c->sub.code.need = c->
lbits
;
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
134
uptr
lbits
= size & ((1 << (l - S)) - 1);
local
136
return kMidClass + (l1 << S) + hbits + (
lbits
> 0);
[
all
...]
Completed in 218 milliseconds