Searched refs:bl (Results 1 – 5 of 5) sorted by relevance
/system/keymaster/ |
D | ocb.c | 178 static inline block double_block(block bl) { in double_block() argument 180 __m128i tmp = _mm_srai_epi32(bl, 31); in double_block() 183 bl = _mm_slli_epi32(bl, 1); in double_block() 184 return _mm_xor_si128(bl, tmp); in double_block() 197 block bl; in gen_offset() member 201 return rval.bl; in gen_offset() 755 block bl; in gen_offset_from_nonce() member 776 if (unequal_blocks(tmp.bl, ctx->cached_Top)) { /* Cached? */ in gen_offset_from_nonce() 777 ctx->cached_Top = tmp.bl; /* Update cache, KtopStr */ in gen_offset_from_nonce() 792 block bl; in process_ad() member [all …]
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | readsamplesjoint.inc | 60 OI_UINT bl = common->frameInfo.nrof_blocks; 110 } while (--bl);
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | format.h | 116 uint8_t bl; // blue low bit position member
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 1502 blender_32to16 bl(c); in scanline_t32cb16blend_dither() local 1506 bl.write(s, di.dst, dither); in scanline_t32cb16blend_dither() 1514 blender_32to16 bl(c); in scanline_t32cb16blend_clamp() local 1520 bl.write(s, di.dst); in scanline_t32cb16blend_clamp() 1527 bl.write(s, di.dst); in scanline_t32cb16blend_clamp() 1537 blender_32to16 bl(c); in scanline_t32cb16blend_clamp_dither() local 1542 bl.write(s, di.dst, dither); in scanline_t32cb16blend_clamp_dither() 1550 blender_32to16_modulate bl(c); in scanline_t32cb16blend_clamp_mod() local 1555 bl.write(s, di.dst); in scanline_t32cb16blend_clamp_mod() 1563 blender_32to16_modulate bl(c); in scanline_t32cb16blend_clamp_mod_dither() local [all …]
|
D | buffer.cpp | 266 p = downshift_component(p, b, hbits, lbits, f->bh, f->bl, 0, 1, -1); in ggl_pack_color()
|