Searched refs:opr (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.c369 u8 opr; local
385 opr = own_pool_ready > 0xff ? 0xff : own_pool_ready;
386 if (fwrite(&opr, 1, 1, f) != 1 ||
/external/wpa_supplicant_8/src/crypto/
H A Drandom.c369 u8 opr; local
385 opr = own_pool_ready > 0xff ? 0xff : own_pool_ready;
386 if (fwrite(&opr, 1, 1, f) != 1 ||
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.c369 u8 opr; local
385 opr = own_pool_ready > 0xff ? 0xff : own_pool_ready;
386 if (fwrite(&opr, 1, 1, f) != 1 ||
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp542 enum sm4_opcode op, operation *opr) const
549 if (opr) {
551 case SM4_TARGET_RAW_BUFFER: *opr = OP_LOAD; break;
552 case SM4_TARGET_STRUCTURED_BUFFER: *opr = OP_SULD; break;
554 *opr = OP_TEX;
1214 operation opr =
1219 Instruction *insn = new_Instruction(func, opr, TYPE_F32);
1223 if (opr == OP_PINTERP)
1572 Converter::handleSAMPLE(operation opr, Value *dst0[4])
1574 TexInstruction *texi = new_TexInstruction(func, opr);
[all...]
H A Dnv50_ir.cpp593 Instruction::Instruction(Function *fn, operation opr, DataType ty) argument
597 op = opr;

Completed in 195 milliseconds