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/intel/compiler/
Dbrw_vec4.h225 EMIT1(CBIT)
Dbrw_vec4_builder.h405 ALU1(CBIT) in ALU2_ACC()
Dbrw_fs_builder.h459 ALU1(CBIT) in ALU2_ACC()
Dbrw_eu.h198 ALU1(CBIT)
Dbrw_vec4_visitor.cpp184 ALU1(CBIT) in ALU1()
Dbrw_vec4_nir.cpp1719 emit(CBIT(dst, op[0])); in nir_emit_alu()
Dbrw_eu_emit.c973 ALU1(CBIT) in ALU1()
Dbrw_fs_nir.cpp1308 bld.CBIT(result, op[0]); in nir_emit_alu()