Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp18 uint8_t Bytes[4] = { in TEST() local
38 uint8_t Bytes[4] = { in TEST() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp66 unsigned Bytes = data.getU16(&Offset); in parse() local
99 unsigned Bytes = data.getU16(&Offset); in parse() local
/external/llvm/lib/Support/
Dcircular_raw_ostream.cpp26 unsigned Bytes = in write_impl() local
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp395 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher() local
402 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher() local
438 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); in EmitMatcher() local
445 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); in EmitMatcher() local
458 unsigned Bytes = 2+EmitVBRValue(Val, OS); in EmitMatcher() local
/external/llvm/unittests/MC/
DDisassembler.cpp29 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local
/external/elfutils/libelf/
Dgelf_xlate.c92 #define INLINE2(Bytes, FName, TName) \ argument
94 #define INLINE3(Bytes, FName, TName) \ argument
/external/llvm/lib/Target/AVR/
DAVRMachineFunctionInfo.h65 void setCalleeSavedFrameSize(unsigned Bytes) { CalleeSavedFrameSize = Bytes; } in setCalleeSavedFrameSize()
/external/guava/guava/src/com/google/common/primitives/
DBytes.java51 public final class Bytes { class
52 private Bytes() {} in Bytes() method in Bytes
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp100 ArrayRef<uint8_t> Bytes; member
114 ArrayRef<uint8_t> Bytes = R->Bytes; in regionReader() local
141 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c892 IN ULONG Bytes, in _BlockIo()
947 IN ULONG Bytes, in _RawWrite()
960 IN ULONG Bytes, in _RawRead()
/external/llvm/tools/llvm-mc/
DDisassembler.cpp35 const ByteArrayTy &Bytes, in PrintInsts()
/external/llvm/include/llvm/Transforms/IPO/
DLowerBitSets.h179 std::vector<uint8_t> Bytes; member
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp91 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset() local
192 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp() local
DSystemZISelLowering.cpp3342 unsigned char Bytes[SystemZ::VectorBytes]; member
3418 static bool matchPermute(const SmallVectorImpl<int> &Bytes, const Permute &P, in matchPermute()
3442 static const Permute *matchPermute(const SmallVectorImpl<int> &Bytes, in matchPermute()
3455 static bool matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute()
3477 static const Permute *matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute()
3488 SmallVectorImpl<int> &Bytes) { in getVPermMask()
3505 static bool getShuffleInput(const SmallVectorImpl<int> &Bytes, unsigned Start, in getShuffleInput()
3528 static bool isShlDoublePermute(const SmallVectorImpl<int> &Bytes, in isShlDoublePermute()
3586 const SmallVectorImpl<int> &Bytes) { in getGeneralPermuteNode()
3621 SmallVector<int, SystemZ::VectorBytes> Bytes; member
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp141 const uint8_t *Bytes; member in BufferMemoryObject
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes()
/external/llvm/lib/IR/
DAttributes.cpp92 uint64_t Bytes) { in getWithDereferenceableBytes()
98 uint64_t Bytes) { in getWithDereferenceableOrNullBytes()
1259 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr()
1267 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr()
DFunction.cpp357 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr()
363 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr()
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
739 MCInst &instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
/external/valgrind/none/tests/x86-linux/
Dseg_override.c21 } Bytes; member
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp246 uint64_t Bytes = endian::byte_swap<uint64_t, little>(TableStart.second); in writeBuffer() local
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp270 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
289 ArrayRef<uint8_t> Bytes, in getInstruction()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp239 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, in LLVMDisasmInstruction()
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp51 using Bytes = std::vector<uint8_t>; typedef
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
Dipaddr.py387 Bytes = bytes variable
389 class Bytes(str): class

123