Searched refs:Bytes (Results 26 - 50 of 90) sorted by relevance

1234

/external/llvm/include/llvm/MC/
H A DMCContext.h453 /// @param Bytes The number of bytes to allocate. Calculated by the compiler.
458 inline void *operator new(size_t Bytes, llvm::MCContext &C, argument
460 return C.Allocate(Bytes, Alignment);
487 /// @param Bytes The number of bytes to allocate. Calculated by the compiler.
492 inline void *operator new[](size_t Bytes, llvm::MCContext& C, argument
494 return C.Allocate(Bytes, Alignment);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h111 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { argument
113 assert((curpos + Bytes) <= size);
118 for (int i = Num; i < Bytes; ++i) {
278 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
H A DNVPTXAsmPrinter.cpp2113 void NVPTXAsmPrinter::bufferLEByte(const Constant *CPV, int Bytes, argument
2120 if (s < Bytes)
2121 s = Bytes;
2135 aggBuffer->addBytes(ptr, 1, Bytes);
2139 aggBuffer->addBytes(ptr, 2, Bytes);
2144 aggBuffer->addBytes(ptr, 4, Bytes);
2151 aggBuffer->addBytes(ptr, 4, Bytes);
2166 aggBuffer->addBytes(ptr, 8, Bytes);
2173 aggBuffer->addBytes(ptr, 8, Bytes);
2195 aggBuffer->addBytes(ptr, 4, Bytes);
2241 int Bytes; local
[all...]
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c21 } Bytes; member in union:_LDT_ENTRY::__anon33252
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp141 const uint8_t *Bytes; member in class:BufferMemoryObject
145 Bytes(bytes), Length(length)
163 *byte = Bytes[addr];
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp141 const uint8_t *Bytes; member in class:BufferMemoryObject
145 Bytes(bytes), Length(length)
163 *byte = Bytes[addr];
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp794 unsigned Bytes, unsigned Limit,
813 if (Bytes == 0 || (Limit && Bytes >= Limit))
820 (MI->getOperand(2).getImm() * Scale) == Bytes &&
829 unsigned Bytes, unsigned Limit,
847 if (Bytes == 0 || (Limit && Bytes >= Limit))
855 (MI->getOperand(2).getImm() * Scale) == Bytes &&
993 unsigned Bytes = getLSMultipleTransferSize(MI); local
1015 isMatchingDecrement(PrevMBBI, Base, Bytes,
793 isMatchingDecrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
828 isMatchingIncrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
1133 unsigned Bytes = getLSMultipleTransferSize(MI); local
1994 unsigned Bytes = getLSMultipleTransferSize(Op); local
[all...]
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp707 uint8_t Bytes[4]; local
709 // We want to read exactly 4 Bytes of data.
710 if (region.readBytes(address, 4, Bytes) == -1) {
717 insn = (Bytes[3] << 0) |
718 (Bytes[2] << 8) |
719 (Bytes[1] << 16) |
720 (Bytes[0] << 24);
728 insn = (Bytes[2] << 0) |
729 (Bytes[3] << 8) |
730 (Bytes[
[all...]
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp54 uint8_t Bytes[4]; local
56 // We want to read exactly 2 Bytes of data.
57 if (region.readBytes(address, 2, Bytes) == -1) {
62 insn = (Bytes[0] << 0) | (Bytes[1] << 8);
70 uint8_t Bytes[4]; local
72 // We want to read exactly 4 Bytes of data.
73 if (region.readBytes(address, 4, Bytes) == -1) {
78 insn = (Bytes[0] << 0) | (Bytes[
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp377 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); local
379 return Bytes;
384 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), local
387 return Bytes;
420 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); local
422 return Bytes;
427 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); local
429 return Bytes;
440 unsigned Bytes = 2+EmitVBRValue(Val, OS); local
442 return Bytes;
[all...]
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp333 uint8_t Bytes[4];
335 if (Region.readBytes(Address, Size, Bytes) == -1) {
341 uint32_t Inst = (Bytes[0] << 24) |
342 (Bytes[1] << 16) |
343 (Bytes[2] << 8) |
344 (Bytes[3] << 0);
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp222 uint8_t Bytes[4]; local
224 // We want to read exactly 4 Bytes of data.
225 if (region.readBytes(address, 4, Bytes) == -1) {
231 insn = (Bytes[3] << 0) |
232 (Bytes[2] << 8) |
233 (Bytes[1] << 16) |
234 (Bytes[0] << 24);
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c892 IN ULONG Bytes,
905 ASSERT(0 == (Bytes % 512));
916 &IoStatusBlock, Buffer, Bytes, &Offset, NULL);
921 &IoStatusBlock, Buffer, Bytes, &Offset, NULL);
947 IN ULONG Bytes,
952 return _BlockIo(Handle, Offset, Bytes, (PCHAR)Buffer, FALSE, Errno);
960 IN ULONG Bytes,
965 return _BlockIo(Handle, Offset, Bytes, Buffer, TRUE, Errno);
889 _BlockIo( IN HANDLE Handle, IN LARGE_INTEGER Offset, IN ULONG Bytes, IN OUT PCHAR Buffer, IN BOOLEAN Read, OUT unsigned* Errno ) argument
944 _RawWrite( IN HANDLE Handle, IN LARGE_INTEGER Offset, IN ULONG Bytes, OUT const CHAR* Buffer, OUT unsigned* Errno ) argument
957 _RawRead( IN HANDLE Handle, IN LARGE_INTEGER Offset, IN ULONG Bytes, IN PCHAR Buffer, OUT unsigned* Errno ) argument
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h77 unsigned char Bytes[4] = { local
82 Out.append(&Bytes[0], &Bytes[4]);
/external/chromium_org/ui/gl/
H A Dgl_image_memory.cc193 size_t GLImageMemory::Bytes() const { function in class:gfx::GLImageMemory
/external/guava/guava-tests/test/com/google/common/primitives/
H A DByteArrayAsListTest.java37 * Test suite covering {@link Bytes#asList(byte[])}.
49 return Bytes.asList(temp);
56 .named("Bytes.asList"),
59 .named("Bytes.asList, head subList"),
62 .named("Bytes.asList, tail subList"),
65 .named("Bytes.asList, middle subList")
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks195 0x08 32 Bytes Sized Writes
196 0x10 64 Bytes Sized Writes
197 0x20 32 Bytes Sized Reads
198 0x40 64 Bytes Sized Reads
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl242 # storage: Bytes consumed.
276 statline {Bytes of storage consumed} $storage
277 statline {Bytes of payload} $payload $payload_percent
407 statline {Bytes of user payload stored} $user_payload $user_percent
499 Bytes of user payload stored
515 Bytes of storage consumed
521 Bytes of payload
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp557 void R600MCCodeEmitter::EmitTwoBytes(unsigned int Bytes, argument
559 OS.write((uint8_t) (Bytes & 0xff));
560 OS.write((uint8_t) ((Bytes >> 8) & 0xff));
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp557 void R600MCCodeEmitter::EmitTwoBytes(unsigned int Bytes, argument
559 OS.write((uint8_t) (Bytes & 0xff));
560 OS.write((uint8_t) ((Bytes >> 8) & 0xff));
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp142 if (eb->Bytes[0] & 1) {
143 transpIndex = (unsigned char)eb->Bytes[3];
175 * @param width Bytes per row in the source image.
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp142 if (eb->Bytes[0] & 1) {
143 transpIndex = (unsigned char)eb->Bytes[3];
176 * @param width Bytes per row in the source image.
/external/giflib/
H A Dgif_lib.h54 GifByteType *Bytes; /* on malloc(3) heap */ member in struct:ExtensionBlock
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp480 StringRef Bytes; local
481 if (error(Section.getContents(Bytes)))
483 StringRefMemoryObject memoryObject(Bytes, SectionAddr);
521 DumpBytes(StringRef(Bytes.data() + Index, Size));
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc390 HANDLE_TYPE( BYTES, Bytes, string);
419 HANDLE_TYPE( BYTES, Bytes, *string_value);

Completed in 2123 milliseconds

1234