Home
last modified time | relevance | path

Searched defs:Byte (Results 1 – 24 of 24) sorted by relevance

/external/llvm/include/llvm/Support/
DLEB128.h26 uint8_t Byte = Value & 0x7f; in encodeSLEB128() local
41 uint8_t Byte = Value & 0x7f; variable
62 uint8_t Byte = Value & 0x7f; variable
/external/llvm/include/llvm/CodeGen/
DJITCodeEmitter.h178 uint8_t Byte = Value & 0x7f; variable
186 uint8_t Byte = (PadTo > 1) ? 0x80 : 0x0; variable
199 uint8_t Byte = Value & 0x7f; in emitSLEB128Bytes() local
DMachineCodeEmitter.h182 uint8_t Byte = Value & 0x7f; in emitULEB128Bytes() local
196 uint8_t Byte = Value & 0x7f; in emitSLEB128Bytes() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h36 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte()
/external/kernel-headers/original/linux/
Dzconf.h52 typedef unsigned char Byte; /* 8 bits */ typedef
/external/llvm/lib/MC/
DMCAsmInfo.cpp112 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
/external/clang/test/Analysis/
Dcasts.c54 typedef unsigned char Byte; typedef
/external/qemu/distrib/zlib-1.2.3/
Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DRegisterType.java98 Byte, enumConstant
/external/zlib/
Dzconf.h125 # define Byte z_Byte macro
365 typedef unsigned char Byte; /* 8 bits */ typedef
/external/zlib/src/
Dzconf.h125 # define Byte z_Byte macro
365 typedef unsigned char Byte; /* 8 bits */ typedef
Dzconf.h.in125 # define Byte z_Byte macro
365 typedef unsigned char Byte; /* 8 bits */ typedef
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp765 uint8_t Byte = *I++; in emitTable() local
785 uint8_t Byte = *I++; in emitTable() local
802 uint8_t Byte = *I++; in emitTable() local
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h69 unsigned Byte = Reg / 8; in contains() local
/external/llvm/utils/yaml2obj/
Dyaml2obj.cpp107 typename ContainerOut::value_type Byte; in hexStringToByteArray() local
/external/bison/lib/
Dhash.c399 # define HASH_ONE_CHAR(Value, Byte) \ in hash_string() argument
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DVertexBuffer.java258 Byte(1), enumConstant
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1605 uint8_t Byte = static_cast<uint8_t>(Value); in isRepeatedByteSequence() local
1617 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM); in isRepeatedByteSequence() local
/external/icu4c/i18n/
DdecNumberLocal.h69 #define Byte int8_t macro
/external/tcpdump/
Ddecnet.h30 typedef unsigned char Byte[1]; /* single byte field */ typedef
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1326 APInt Byte(I->getType()->getPrimitiveSizeInBits(), 255); in CollectBSwapParts() local
/external/freetype/src/raster/
Dftraster.c306 typedef unsigned char Byte, *PByte; typedef
/external/v8/src/
Dobjects-inl.h4354 EXTERNAL_ELEMENTS_CHECK(Byte, EXTERNAL_BYTE_ARRAY_TYPE) in EXTERNAL_ELEMENTS_CHECK() argument