/external/llvm/lib/MC/ |
D | MCObjectWriter.cpp | 24 uint8_t Byte = Value & 0x7f; in EncodeSLEB128() local 39 uint8_t Byte = Value & 0x7f; in EncodeULEB128() local
|
D | MCAsmInfo.cpp | 121 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
|
/external/llvm/include/llvm/CodeGen/ |
D | JITCodeEmitter.h | 178 uint8_t Byte = Value & 0x7f; variable 186 uint8_t Byte = (PadTo > 1) ? 0x80 : 0x0; variable 199 uint8_t Byte = Value & 0x7f; in emitSLEB128Bytes() local
|
D | MachineCodeEmitter.h | 182 uint8_t Byte = Value & 0x7f; in emitULEB128Bytes() local 196 uint8_t Byte = Value & 0x7f; in emitSLEB128Bytes() local
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.h | 36 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte()
|
/external/kernel-headers/original/linux/ |
D | zconf.h | 52 typedef unsigned char Byte; /* 8 bits */ typedef
|
/external/clang/test/Analysis/ |
D | casts.c | 54 typedef unsigned char Byte; typedef
|
/external/zlib/ |
D | zconf.in.h | 50 # define Byte z_Byte macro 261 typedef unsigned char Byte; /* 8 bits */ typedef
|
D | zconf.h.in | 123 # define Byte z_Byte macro 365 typedef unsigned char Byte; /* 8 bits */ typedef
|
D | zconf.h | 123 # define Byte z_Byte macro 365 typedef unsigned char Byte; /* 8 bits */ typedef
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zconf.h | 50 # define Byte z_Byte macro 261 typedef unsigned char Byte; /* 8 bits */ typedef
|
/external/qemu/distrib/zlib-1.2.3/ |
D | zconf.h | 50 # define Byte z_Byte macro 261 typedef unsigned char Byte; /* 8 bits */ typedef
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | RegisterType.java | 98 Byte, enumConstant
|
/external/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 69 unsigned Byte = Reg / 8; in contains() local
|
/external/bison/lib/ |
D | hash.c | 399 # define HASH_ONE_CHAR(Value, Byte) \ in hash_string() argument
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | VertexBuffer.java | 258 Byte(1), enumConstant
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1617 uint8_t Byte = static_cast<uint8_t>(Value); in isRepeatedByteSequence() local 1629 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM); in isRepeatedByteSequence() local
|
/external/icu4c/i18n/ |
D | decNumberLocal.h | 69 #define Byte int8_t macro
|
/external/tcpdump/ |
D | decnet.h | 30 typedef unsigned char Byte[1]; /* single byte field */ typedef
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1322 APInt Byte(I->getType()->getPrimitiveSizeInBits(), 255); in CollectBSwapParts() local
|
/external/freetype/src/raster/ |
D | ftraster.c | 306 typedef unsigned char Byte, *PByte; typedef
|
/external/v8/src/ |
D | objects-inl.h | 4354 EXTERNAL_ELEMENTS_CHECK(Byte, EXTERNAL_BYTE_ARRAY_TYPE) in EXTERNAL_ELEMENTS_CHECK() argument
|