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

/external/icu4c/layout/
H A DLayoutTables.h21 typedef le_int16 ByteOffset; typedef
/external/llvm/lib/Analysis/
H A DLoads.cpp57 uint64_t &ByteOffset,
66 ByteOffset += TD->getIndexedOffset(GEP->getPointerOperandType(),
89 uint64_t ByteOffset = 0; local
92 Base = getUnderlyingObjectWithOffset(V, TD, ByteOffset);
120 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
121 (Align == 0 || (ByteOffset % Align) == 0))
56 getUnderlyingObjectWithOffset(Value *V, const TargetData *TD, uint64_t &ByteOffset, unsigned MaxLookup = 6) argument
H A DConstantFolding.cpp272 /// constant being copied out of. ByteOffset is an offset into C. CurPtr is the
275 static bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, argument
278 assert(ByteOffset <= TD.getTypeAllocSize(C->getType()) &&
294 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
295 CurPtr[i] = (unsigned char)(Val >> (ByteOffset * 8));
296 ++ByteOffset;
304 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
308 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
315 unsigned Index = SL->getElementContainingOffset(ByteOffset);
317 ByteOffset
[all...]
/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c2567 INT8 ByteOffset = 0; local
2580 ByteOffset = (INT8) (addr - xx * tags_pow (2, BytePerPage));
2582 if (ByteOffset < 16)
2589 if ((ByteOffset < 16) && (BytePerPage < 16) && (PageAddr < 16))
2595 UINT8_TO_BE_STREAM (p, (PageAddr << 4 | ByteOffset));
2598 p_t2t->tlv_value[0] = PageAddr << 4 | ByteOffset;

Completed in 104 milliseconds