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

/external/webkit/Source/WebCore/platform/graphics/
H A DFloatPoint.cpp90 float pOffset = 0; local
91 float pSlope = findSlope(p1, p2, pOffset);
106 intersection.setY(pSlope * intersection.x() + pOffset);
111 intersection.setX((dOffset - pOffset) / (pSlope - dSlope));
112 intersection.setY(pSlope * intersection.x() + pOffset);
/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;
93 if ((psValueBuffer == NULL) || (pOffset == NULL) || (pValue == NULL))
125 *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,
H A DphFriNfc_LlcpTransport.c109 uint32_t *pOffset,
114 uint32_t nTlvOffset = *pOffset;
143 *pOffset = nTlvOffset;
150 uint32_t *pOffset,
155 uint32_t nTlvStartOffset = *pOffset;
159 pOffset,
171 pOffset,
183 *pOffset = nTlvStartOffset;
108 phFriNfc_LlcpTransport_EncodeSdreqTlv(phNfc_sData_t *psTlvData, uint32_t *pOffset, uint8_t nTid, phNfc_sData_t *psServiceName) argument
149 phFriNfc_LlcpTransport_EncodeSdresTlv(phNfc_sData_t *psTlvData, uint32_t *pOffset, uint8_t nTid, uint8_t nSap) argument
/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/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.c2021 sdp_data_t *pOffset; local
2027 pOffset = pEncoding->next;
2028 if (!pOffset)
2039 lang->base_offset = pOffset->val.uint16;
2045 curr_data = pOffset->next;
/external/sqlite/dist/orig/
H A Dsqlite3.c10960 Expr *pOffset; /* OFFSET expression. NULL means not used. */ member in struct:Select
40522 pager_playback_one_page( Pager *pPager, i64 *pOffset, Bitvec *pDone, int isMainJrnl, int isSavepnt ) argument
85602 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
96177 Expr *pLimit, *pOffset; /* Saved values of p->nLimit and p->nOffset */ local
96275 Expr *pLimit, *pOffset; local
107822 Expr *pOffset; /* The OFFSET expression. NULL if there is none */ member in struct:LimitVal
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10960 Expr *pOffset; /* OFFSET expression. NULL means not used. */ member in struct:Select
40533 pager_playback_one_page( Pager *pPager, i64 *pOffset, Bitvec *pDone, int isMainJrnl, int isSavepnt ) argument
85613 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
96188 Expr *pLimit, *pOffset; /* Saved values of p->nLimit and p->nOffset */ local
96286 Expr *pLimit, *pOffset; local
107833 Expr *pOffset; /* The OFFSET expression. NULL if there is none */ member in struct:LimitVal
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 582 milliseconds