HomeSort by relevance Sort by last modified time
    Searched refs:lbits (Results 1 - 7 of 7) sorted by null

  /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/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/webp/src/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);
  /system/core/libpixelflinger/
buffer.cpp 263 const int32_t lbits = GGL_COLOR_BITS - 8; local
264 p = downshift_component(p, r, hbits, lbits, f->rh, f->rl, 0, 1, -1);
265 p = downshift_component(p, g, hbits, lbits, f->gh, f->gl, 0, 1, -1);
266 p = downshift_component(p, b, hbits, lbits, f->bh, f->bl, 0, 1, -1);
267 p = downshift_component(p, a, hbits, lbits, f->ah, f->al, 0, 1, -1);
  /external/zopfli/src/zopfli/
squeeze.c 127 int lbits = ZopfliGetLengthExtraBits(litlen); local
133 return cost + dbits + lbits;
147 int lbits = ZopfliGetLengthExtraBits(litlen); local
150 return stats->ll_symbols[lsym] + lbits + stats->d_symbols[dsym] + dbits;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DoubleTest.java 283 long lbits = Double.doubleToLongBits(d.doubleValue()); local
284 double r = Double.longBitsToDouble(lbits);
394 long lbits = Double.doubleToLongBits(d.doubleValue()); local
395 double r = Double.longBitsToDouble(lbits);
    [all...]
  /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 274 milliseconds