Searched refs:lbits (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/utils/ |
D | bit_writer.c | 271 vp8l_atype_t lbits = bw->bits_; in VP8LPutBitsInternal() local 278 lbits |= (vp8l_atype_t)bits << used; in VP8LPutBitsInternal() 296 *(vp8l_wtype_t*)bw->cur_ = (vp8l_wtype_t)WSWAP((vp8l_wtype_t)lbits); in VP8LPutBitsInternal() 298 lbits >>= VP8L_WRITER_BITS; in VP8LPutBitsInternal() 301 bw->bits_ = lbits | ((vp8l_atype_t)bits << used); in VP8LPutBitsInternal()
|
/external/freetype/src/gzip/ |
D | infcodes.c | 50 Byte lbits; /* ltree bits decoded per branch */ member 70 c->lbits = (Byte)bl; in inflate_codes_new() 108 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); in inflate_codes() 117 c->sub.code.need = c->lbits; in inflate_codes()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
D | infcodes.c | 50 Byte lbits; /* ltree bits decoded per branch */ member 70 c->lbits = (Byte)bl; in inflate_codes_new() 108 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); in inflate_codes() 117 c->sub.code.need = c->lbits; in inflate_codes()
|
/external/zopfli/src/zopfli/ |
D | squeeze.c | 127 int lbits = ZopfliGetLengthExtraBits(litlen); in GetCostFixed() local 133 return cost + dbits + lbits; in GetCostFixed() 147 int lbits = ZopfliGetLengthExtraBits(litlen); in GetCostStat() local 150 return stats->ll_symbols[lsym] + lbits + stats->d_symbols[dsym] + dbits; in GetCostStat()
|
/external/iproute2/ip/ |
D | xfrm_policy.c | 981 fprintf(fp," local %d", th->lbits); in print_spdinfo() 994 fprintf(fp," local %d", th->lbits); in print_spdinfo() 1033 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 32) in xfrm_spd_setinfo() 1048 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 128) in xfrm_spd_setinfo()
|
/external/iproute2/include/linux/ |
D | xfrm.h | 355 __u8 lbits; member
|
/external/kernel-headers/original/uapi/linux/ |
D | xfrm.h | 355 __u8 lbits; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 134 uptr lbits = size & ((1 << (l - S)) - 1); in ClassID() local 136 return kMidClass + (l1 << S) + hbits + (lbits > 0); in ClassID()
|