Searched defs:ByteOffset (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/layout/
H A DLayoutTables.h21 typedef le_int16 ByteOffset; typedef
/external/llvm/lib/Analysis/
H A DLoads.cpp58 int64_t ByteOffset = 0; local
60 Base = GetPointerBaseWithConstantOffset(V, ByteOffset, TD);
62 if (ByteOffset < 0) // out of bounds
91 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
92 (Align == 0 || (ByteOffset % Align) == 0))
H A DConstantFolding.cpp254 /// constant being copied out of. ByteOffset is an offset into C. CurPtr is the
257 static bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, argument
260 assert(ByteOffset <= TD.getTypeAllocSize(C->getType()) &&
276 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
277 int n = ByteOffset;
281 ++ByteOffset;
289 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
293 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
297 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
304 unsigned Index = SL->getElementContainingOffset(ByteOffset);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp361 unsigned ByteOffset = DwordOffset * 4; local
366 assert(isInt<16>(ByteOffset));
369 DAG.getConstant(ByteOffset, MVT::i32), // PTR
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp361 unsigned ByteOffset = DwordOffset * 4; local
366 assert(isInt<16>(ByteOffset));
369 DAG.getConstant(ByteOffset, MVT::i32), // PTR
/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c2553 INT8 ByteOffset = 0; local
2566 ByteOffset = (INT8) (addr - xx * tags_pow (2, BytePerPage));
2568 if (ByteOffset < 16)
2575 if ((ByteOffset < 16) && (BytePerPage < 16) && (PageAddr < 16))
2581 UINT8_TO_BE_STREAM (p, (PageAddr << 4 | ByteOffset));
2584 p_t2t->tlv_value[0] = PageAddr << 4 | ByteOffset;
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp782 unsigned ByteOffset = DwordOffset * 4; local
787 assert(isInt<16>(ByteOffset));
790 DAG.getConstant(ByteOffset, MVT::i32), // PTR
/external/chromium_org/v8/src/
H A Dapi.cc6481 size_t v8::ArrayBufferView::ByteOffset() { function in class:v8::v8::ArrayBufferView

Completed in 1190 milliseconds