Searched refs:Index3 (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/utility/ |
D | efidecompress.c | 211 UINT16 Index3; in MakeTable() local 254 Index3 = (UINT16) (1U << TableBits); in MakeTable() 255 while (Index != Index3) { in MakeTable() 280 Index3 = Start[Len]; in MakeTable() 281 Pointer = &Table[Index3 >> JuBits]; in MakeTable() 290 if (Index3 & Mask) { in MakeTable() 296 Index3 <<= 1; in MakeTable()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 6077 SizeT Index3) { 6079 ((Index2 & 0x3) << 4) | ((Index3 & 0x3) << 6); 6086 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) { 6090 assert((Index0 & SrcBit) == (Index3 & SrcBit)); 6097 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); 6105 SizeT Index3) { 6108 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX)); 6117 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); 6131 SizeT Index3) { 6136 const SizeT Index3Bits = ((Index3 & SrcBit) == 0) ? 0 : (1 << 3); [all …]
|
D | IceTargetLoweringX86Base.h | 1183 SizeT Index3); 1187 SizeT Index2, SizeT Index3);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 117 struct Index3 { struct 147 std::vector<Index3> index3; 197 Index3 idx3; in Initialize()
|