Home
last modified time | relevance | path

Searched refs:kByte (Results 1 – 25 of 33) sorted by relevance

12

/external/v8/src/interpreter/
Dbytecode-operands.h78 kByte = 1, enumerator
88 V(ScalableSignedByte, true, false, OperandSize::kByte) \
89 V(ScalableUnsignedByte, true, true, OperandSize::kByte) \
90 V(FixedUnsignedByte, false, true, OperandSize::kByte) \
Dbytecode-array-writer.cc215 case OperandSize::kByte: in EmitBytecode()
278 constant_array_builder()->DiscardReservedEntry(OperandSize::kByte); in PatchJumpWith8BitOperand()
285 OperandSize::kByte, Smi::FromInt(delta)); in PatchJumpWith8BitOperand()
287 OperandSize::kByte); in PatchJumpWith8BitOperand()
411 case OperandSize::kByte: in EmitJump()
Dbytecode-decoder.cc42 case OperandSize::kByte: in DecodeSignedOperand()
60 case OperandSize::kByte: in DecodeUnsignedOperand()
Dbytecode-operands.cc55 case OperandSize::kByte: in OperandSizeToString()
Dbytecode-register.cc89 return OperandSize::kByte; in SizeOfOperand()
Dconstant-array-builder.cc141 new (zone) ConstantArraySlice(zone, 0, k8BitCapacity, OperandSize::kByte); in ConstantArrayBuilder()
288 case OperandSize::kByte: in OperandSizeToSlice()
Dinterpreter-assembler.cc360 DCHECK_EQ(OperandSize::kByte, Bytecodes::GetOperandSize( in BytecodeOperandUnsignedByte()
370 DCHECK_EQ(OperandSize::kByte, Bytecodes::GetOperandSize( in BytecodeOperandSignedByte()
506 case OperandSize::kByte: in BytecodeSignedOperand()
524 case OperandSize::kByte: in BytecodeUnsignedOperand()
549 DCHECK_EQ(operand_size, OperandSize::kByte); in BytecodeOperandFlag()
645 DCHECK_EQ(operand_size, OperandSize::kByte); in BytecodeOperandIntrinsicId()
Dbytecodes.h905 return OperandSize::kByte; in SizeForUnsignedOperand()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix_unittest.cc129 constexpr char kByte = '!'; in WriteByte() local
131 WriteFileDescriptor(write_file_descriptor(), &kByte, sizeof(kByte))); in WriteByte()
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.h26 enum class ColorType { kNone, kByte, kHalf, kLast = kHalf }; enumerator
DGrFillRectOp.cpp179 fWideColor ? ColorType::kHalf : ColorType::kByte, in onPrepareDraws()
DGrTextureOp.cpp357 VertexSpec vertexSpec(quadType, wideColor ? ColorType::kHalf : ColorType::kByte, in onPrepareDraws()
DGrQuadPerEdgeAA.cpp722 if (ColorType::kByte == spec.colorType()) { in initializeAttrs()
/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.h26 enum class ColorType { kNone, kByte, kHalf, kLast = kHalf }; enumerator
DGrFillRectOp.cpp156 fColorType = ColorType::kByte; in finalize()
172 fColorType = ColorType::kByte; in finalize()
DGrQuadPerEdgeAA.cpp690 return ColorType::kByte; in MinColorType()
1010 if (ColorType::kByte == spec.colorType()) { in initializeAttrs()
DGrTextureOp.cpp376 fColorType = static_cast<unsigned>(allOpaque ? ColorType::kNone : ColorType::kByte); in TextureOp()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc1193 case kByte: in ShiftOfOperandSize()
1255 EmitSIMDqqq(B21 | B8 | B4, kByte, qd, qm, qm); in vmovq()
1308 EmitSIMDqqq(B24 | B8 | B4, kByte, qd, qn, qm);
1313 EmitSIMDqqq(B21 | B8 | B4, kByte, qd, qn, qm);
1318 EmitSIMDqqq(B21 | B20 | B8 | B4, kByte, qd, qn, qm); in vornq()
1324 EmitSIMDqqq(B8 | B4, kByte, qd, qn, qm);
1384 case kByte: in vdup()
1421 EmitSIMDqqq(B24 | B23 | B21 | B20 | B19 | B17 | B8 | B7, kByte, qd, Q0, qm); in vzipqw()
2451 return kByte; in OperandSizeFor()
2456 return kByte; in OperandSizeFor()
[all …]
/external/u-boot/doc/
DREADME.nand-boot-ppc44021 has to fit into 4kByte. It sets up the CPU and configures the SDRAM
/external/icu/icu4c/source/data/unit/
Den.txt934 dnam{"kByte"}
1677 dnam{"kByte"}
Dast.txt930 dnam{"kByte"}
1673 dnam{"kByte"}
Dmr.txt1306 dnam{"kByte"}
Dps.txt1065 dnam{"kByte"}
Dur.txt1251 dnam{"kByte"}
Did.txt1124 dnam{"kByte"}

12