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

/external/qemu/android/
H A Duser-config.c160 auserConfig_getWindowPos( AUserConfig* uconfig, int *pX, int *pY ) argument
162 *pX = uconfig->windowX;
/external/zlib/contrib/minizip/
H A Dunzip.c237 uLong *pX));
241 uLong *pX)
255 *pX = x;
257 *pX = 0;
264 uLong *pX));
268 uLong *pX)
290 *pX = x;
292 *pX = 0;
299 ZPOS64_T *pX));
304 ZPOS64_T *pX)
239 unz64local_getShort(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX) argument
266 unz64local_getLong(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX) argument
302 unz64local_getLong64(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX) argument
[all...]
H A Dzip.c371 local int zip64local_getShort OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX));
373 local int zip64local_getShort (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) argument
387 *pX = x;
389 *pX = 0;
393 local int zip64local_getLong OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX));
395 local int zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) argument
417 *pX = x;
419 *pX = 0;
423 local int zip64local_getLong64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX));
426 local int zip64local_getLong64 (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52742 Btree *pX; member in struct:vdbeExecUnion::OP_OpenWrite_stack_vars
52973 Mem *pX; member in struct:vdbeExecUnion::OP_VUpdate_stack_vars
60295 Expr *pX = pEList->a[i].pExpr; local
61937 sqlite3FindInIndex(Parse *pParse, Expr *pX, int *prNotFound) argument
63300 Expr *pX; /* The X expression */ local
87322 Expr *pX = pTerm->pExpr; local
89402 Expr *pX = pTerm->pExpr; local
89698 Expr *pX; /* The expression that defines the start bound */ local
89727 Expr *pX; local
[all...]

Completed in 185 milliseconds