/frameworks/compile/mclinker/lib/LD/ |
EhFrameReader.cpp | 47 uint64_t pOffset, 51 result.file_off = pOffset;
|
/external/chromium_org/third_party/sqlite/src/src/ |
select.c | 31 sqlite3ExprDelete(db, p->pOffset); 60 Expr *pOffset /* OFFSET value. NULL means no offset */ 66 assert( db->mallocFailed || !pOffset || pLimit ); /* OFFSET implies LIMIT */ 83 pNew->pOffset = pOffset; 84 assert( pOffset==0 || pLimit!=0 ); [all...] |
parse.y | 71 Expr *pOffset; /* The OFFSET expression. NULL if there is none */ 425 A = sqlite3SelectNew(pParse,W,X,Y,P,Q,Z,D,L.pLimit,L.pOffset); 617 // sqlite3ExprDelete(pParse->db, $$.pOffset); 619 limit_opt(A) ::= . {A.pLimit = 0; A.pOffset = 0;} 620 limit_opt(A) ::= LIMIT expr(X). {A.pLimit = X.pExpr; A.pOffset = 0;} 622 {A.pLimit = X.pExpr; A.pOffset = Y.pExpr;} 624 {A.pOffset = X.pExpr; A.pLimit = Y.pExpr;} 632 W = sqlite3LimitWhere(pParse, X, W, O, L.pLimit, L.pOffset, "DELETE"); 655 W = sqlite3LimitWhere(pParse, X, W, O, L.pLimit, L.pOffset, "UPDATE"); [all...] |
/frameworks/compile/mclinker/lib/Support/ |
Space.cpp | 41 inline static Space::Type policy(off_t pOffset, size_t pLength)
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMRelocator.cpp | 771 ARMRelocator::DWord pOffset) 773 uint32_t sign = ((pOffset & 0x80000000U) >> 31); 774 return (pUpper16 & ~0x7ffU) | ((pOffset >> 12) & 0x3ffU) | (sign << 10); 779 ARMRelocator::DWord pOffset) 781 uint32_t sign = ((pOffset & 0x80000000U) >> 31); 783 ((((pOffset >> 23) & 1) ^ !sign) << 13) | 784 ((((pOffset >> 22) & 1) ^ !sign) << 11) | 785 ((pOffset >> 1) & 0x7ffU)); [all...] |
/dalvik/libdex/ |
ZipArchive.cpp | 555 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset, 606 if (pOffset != NULL) { 659 *pOffset = dataOffset;
|
/frameworks/base/libs/androidfw/ |
ZipFileRO.cpp | 509 size_t* pCompLen, off64_t* pOffset, long* pModWhen, long* pCrc32) const 562 if (pOffset != NULL) { 655 *pOffset = dataOffset;
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport.c | 110 uint32_t *pOffset, 115 uint32_t nTlvOffset = *pOffset; 144 *pOffset = nTlvOffset; 151 uint32_t *pOffset, 156 uint32_t nTlvStartOffset = *pOffset; 160 pOffset, 172 pOffset, 184 *pOffset = nTlvStartOffset; [all...] |
/external/sonivox/arm-fm-22k/host_src/ |
eas.h | [all...] |
/external/sonivox/arm-hybrid-22k/host_src/ |
eas.h | [all...] |
/external/sonivox/arm-wt-22k/host_src/ |
eas.h | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVC.h | 715 * [in] pOffset Pointer to current bit position in the byte pointed 722 * [out] pOffset *pOffset is updated after each block is decoded 734 OMX_S32* pOffset, [all...] |
omxVC.h | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVC.h | 715 * [in] pOffset Pointer to current bit position in the byte pointed 722 * [out] pOffset *pOffset is updated after each block is decoded 734 OMX_S32* pOffset, [all...] |
omxVC.h | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
armVC.h | 715 * [in] pOffset Pointer to current bit position in the byte pointed 722 * [out] pOffset *pOffset is updated after each block is decoded 734 OMX_S32* pOffset, [all...] |
omxVC.h | [all...] |
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 370 Fragment* IRBuilder::CreateRegion(Input& pInput, size_t pOffset, size_t pLength) 380 MemoryRegion* region = pInput.memArea()->request(pOffset, pLength); 673 uint32_t pOffset, 685 FragmentRef* frag_ref = FragmentRef::Create(*pSection.getLink(), pOffset);
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_public.c | [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_public.c | [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_public.c | [all...] |
/dalvik/vm/compiler/codegen/x86/ |
CodegenInterface.cpp | [all...] |
/art/runtime/verifier/ |
method_verifier.h | 410 bool GetBranchOffset(uint32_t cur_offset, int32_t* pOffset, bool* pConditional,
|
/external/chromium_org/third_party/icu/source/common/ |
ucnvscsu.c | [all...] |
/external/icu4c/common/ |
ucnvscsu.c | [all...] |