Searched refs:pOffset (Results 1 - 13 of 13) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpUtils.c33 uint32_t *pOffset,
39 uint32_t offset = *pOffset;
42 if ((psRawData == NULL) || (pOffset == NULL) || (pType == NULL) || (psValueBuffer == NULL))
77 *pOffset = offset;
83 uint32_t *pOffset,
88 uint32_t offset = *pOffset;
92 if ((psValueBuffer == NULL) || (pOffset == NULL) || (pValue == NULL))
124 *pOffset = offset;
32 phFriNfc_Llcp_DecodeTLV( phNfc_sData_t *psRawData, uint32_t *pOffset, uint8_t *pType, phNfc_sData_t *psValueBuffer ) argument
82 phFriNfc_Llcp_EncodeTLV( phNfc_sData_t *psValueBuffer, uint32_t *pOffset, uint8_t type, uint8_t length, uint8_t *pValue) argument
H A DphFriNfc_LlcpUtils.h63 uint32_t *pOffset,
68 uint32_t *pOffset,
/external/sonivox/arm-fm-22k/host_src/
H A Deas.h1051 * pOffset - pointer to variable to store offset to sequence
1056 EAS_RESULT EAS_SearchFile (EAS_DATA_HANDLE pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas.h1051 * pOffset - pointer to variable to store offset to sequence
1056 EAS_RESULT EAS_SearchFile (EAS_DATA_HANDLE pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
/external/sonivox/arm-wt-22k/host_src/
H A Deas.h1051 * pOffset - pointer to variable to store offset to sequence
1056 EAS_RESULT EAS_SearchFile (EAS_DATA_HANDLE pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_public.c2561 * pOffset - pointer to variable to store offset to sequence
2566 EAS_RESULT EAS_SearchFile (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset) argument
2572 *pOffset = -1;
2584 result = EAS_HWFilePos(pEASData->hwInstData, fileHandle, pOffset);
2587 *pOffset -= len;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_public.c2561 * pOffset - pointer to variable to store offset to sequence
2566 EAS_RESULT EAS_SearchFile (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset) argument
2572 *pOffset = -1;
2584 result = EAS_HWFilePos(pEASData->hwInstData, fileHandle, pOffset);
2587 *pOffset -= len;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_public.c2565 * pOffset - pointer to variable to store offset to sequence
2570 EAS_RESULT EAS_SearchFile (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset) argument
2576 *pOffset = -1;
2588 result = EAS_HWFilePos(pEASData->hwInstData, fileHandle, pOffset);
2591 *pOffset -= len;
/external/chromium/third_party/icu/source/common/
H A Ducnvscsu.c961 getDynamicOffset(uint32_t c, uint32_t *pOffset) { argument
966 *pOffset=fixedOffsets[i];
979 *pOffset=c&0x7fffff80;
983 *pOffset=c&0x7fffff80;
/external/icu4c/common/
H A Ducnvscsu.c961 getDynamicOffset(uint32_t c, uint32_t *pOffset) { argument
966 *pOffset=fixedOffsets[i];
979 *pOffset=c&0x7fffff80;
983 *pOffset=c&0x7fffff80;
/external/bluetooth/bluez/lib/
H A Dsdp.c2051 sdp_data_t *pOffset = pEncoding->next; local
2052 if (pEncoding && pOffset) {
2061 lang->base_offset = pOffset->val.uint16;
2067 curr_data = pOffset->next;
/external/sqlite/dist/
H A Dsqlite3.c.orig9511 Expr *pOffset; /* OFFSET expression. NULL means not used. */
[all...]
H A Dsqlite3.c9516 Expr *pOffset; /* OFFSET expression. NULL means not used. */ member in struct:Select
32849 pager_playback_one_page( Pager *pPager, int isMainJrnl, int isUnsync, i64 *pOffset, int isSavepnt, Bitvec *pDone ) argument
70762 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
80802 Expr *pLimit, *pOffset; /* Saved values of p->nLimit and p->nOffset */ local
80897 Expr *pLimit, *pOffset; local
90898 Expr *pOffset; /* The OFFSET expression. NULL if there is none */ member in struct:LimitVal
[all...]

Completed in 248 milliseconds