Home
last modified time | relevance | path

Searched refs:CBIT (Results 1 – 10 of 10) sorted by relevance

/external/vboot_reference/utility/
Defidecompress.c52 #define CBIT 9 macro
472 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
475 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
519 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
Deficompress.c67 #define CBIT 9 macro
1058 PutBits(CBIT, n); in WriteCLen()
1081 PutBits(CBIT, Count - 20); in WriteCLen()
1152 PutBits(CBIT, 0); in SendBlock()
1153 PutBits(CBIT, Root); in SendBlock()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h225 EMIT1(CBIT)
Dbrw_vec4_builder.h406 ALU1(CBIT) in ALU2_ACC()
Dbrw_fs_builder.h460 ALU1(CBIT) in ALU2_ACC()
Dbrw_eu.h186 ALU1(CBIT)
Dbrw_vec4_visitor.cpp184 ALU1(CBIT) in ALU1()
Dbrw_vec4_nir.cpp1831 emit(CBIT(dst, op[0])); in nir_emit_alu()
Dbrw_eu_emit.c1066 ALU1(CBIT) in ALU2()
Dbrw_fs_nir.cpp1214 bld.CBIT(result, op[0]); in nir_emit_alu()