Searched refs:lbits (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A 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()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_writer_utils.c | 299 vp8l_atype_t lbits = bw->bits_; in VP8LPutBitsInternal() local 306 lbits |= (vp8l_atype_t)bits << used; in VP8LPutBitsInternal() 324 *(vp8l_wtype_t*)bw->cur_ = (vp8l_wtype_t)WSWAP((vp8l_wtype_t)lbits); in VP8LPutBitsInternal() 326 lbits >>= VP8L_WRITER_BITS; in VP8LPutBitsInternal() 329 bw->bits_ = lbits | ((vp8l_atype_t)bits << used); in VP8LPutBitsInternal()
|
/third_party/ffmpeg/libavcodec/ |
H A D | gdv.c | 353 int lbits = 0; in decompress_68() local 357 lbits += 1; in decompress_68() 358 val = read_bits32(&bits, gb, lbits); in decompress_68() 360 if (val != ((1 << lbits) - 1)) { in decompress_68() 363 if (lbits >= 16) in decompress_68()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 338 size_t lbits, len; in kmac_final() local 346 lbits = (kctx->xof_mode ? 0 : (kctx->out_len * 8)); in kmac_final() 348 ok = right_encode(encoded_outlen, sizeof(encoded_outlen), &len, lbits) in kmac_final()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 338 size_t lbits, len; in kmac_final() local 346 lbits = (kctx->xof_mode ? 0 : (kctx->out_len * 8)); in kmac_final() 348 ok = right_encode(encoded_outlen, sizeof(encoded_outlen), &len, lbits) in kmac_final()
|
Completed in 5 milliseconds