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

  /external/syslinux/lzo/src/
stats1a.h 68 unsigned lbits; member in struct:__anon38516
  /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/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/syslinux/memdisk/
inflate.c 59 lbits and dbits tuning parameters.
235 This results of this trade are in the variables lbits and dbits
236 below. lbits is the number of bits the first level table for literal/
250 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
255 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
812 bl = lbits;
  /external/webp/src/utils/
bit_writer_utils.c 298 vp8l_atype_t lbits = bw->bits_; local
305 lbits |= (vp8l_atype_t)bits << used;
323 *(vp8l_wtype_t*)bw->cur_ = (vp8l_wtype_t)WSWAP((vp8l_wtype_t)lbits);
325 lbits >>= VP8L_WRITER_BITS;
328 bw->bits_ = lbits | ((vp8l_atype_t)bits << used);
  /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);
410 long lbits = Double.doubleToLongBits(d.doubleValue()); local
411 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...]
  /bionic/libc/kernel/uapi/linux/
xfrm.h 302 __u8 lbits; member in struct:xfrmu_spdhthresh
  /external/iproute2/include/uapi/linux/
xfrm.h 359 __u8 lbits; member in struct:xfrmu_spdhthresh
  /external/kernel-headers/original/uapi/linux/
xfrm.h 359 __u8 lbits; member in struct:xfrmu_spdhthresh
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 2184 milliseconds