Searched refs:opr (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RewriteUnaryMinusOperatorInt.cpp | 73 TIntermTyped *opr = node->getOperand(); in visitUnary() local 74 if (!opr->getType().isScalarInt()) in visitUnary() 81 TIntermUnary *bitwiseNot = new TIntermUnary(EOpBitwiseNot, opr, nullptr); in visitUnary() 82 bitwiseNot->setLine(opr->getLine()); in visitUnary() 86 if (opr->getType().getBasicType() == EbtInt) in visitUnary() 94 TType *oneType = new TType(opr->getType()); in visitUnary() 98 oneNode->setLine(opr->getLine()); in visitUnary() 102 add->setLine(opr->getLine()); in visitUnary()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | random.c | 407 u8 opr; in random_write_entropy() local 423 opr = own_pool_ready > 0xff ? 0xff : own_pool_ready; in random_write_entropy() 424 if (fwrite(&opr, 1, 1, f) != 1 || in random_write_entropy()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | random.c | 407 u8 opr; in random_write_entropy() local 423 opr = own_pool_ready > 0xff ? 0xff : own_pool_ready; in random_write_entropy() 424 if (fwrite(&opr, 1, 1, f) != 1 || in random_write_entropy()
|
/third_party/backends/backend/ |
H A D | coolscan.c | 2292 unsigned char *opr,*opg,*opb,*opi; in RGBIfix() local 2303 opr=orgbimat+x*4; in RGBIfix() 2304 opg=opr+1; in RGBIfix() 2312 (*opr)=(*pr); in RGBIfix() 2360 unsigned short *opr,*opg,*opb,*opi; in RGBIfix16() local 2371 opr=orgbimat+x*4; in RGBIfix16() 2372 opg=opr+1; in RGBIfix16() 2375 (*opr)=(((*pr)&0x00ff)<<8)+(((*pr)&0xff00)>>8); in RGBIfix16() 2455 unsigned char *opr,*opg,*opb,*opi; 2510 opr [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 603 Instruction::Instruction(Function *fn, operation opr, DataType ty) in Instruction() argument 607 op = opr; in Instruction()
|
Completed in 7 milliseconds