Searched refs:pNum (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/src/
H A D_cvipp.h745 const float* pVal2, const int* pNum, int length ))
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1128 uint16_t pNum = 1;
1130 e = SF.Caller.arg_end(); i != e; ++i, ++pNum) {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c20682 ** integer, then write that value into *pNum and return 0.
20695 SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ argument
20719 *pNum = SMALLEST_INT64;
20721 *pNum = -(i64)u;
20723 *pNum = (i64)u;
20750 assert( (*pNum)==SMALLEST_INT64 );
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c21498 ** integer, then write that value into *pNum and return 0.
21511 SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ argument
21535 *pNum = SMALLEST_INT64;
21537 *pNum = -(i64)u;
21539 *pNum = (i64)u;
21566 assert( (*pNum)==SMALLEST_INT64 );
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21498 ** integer, then write that value into *pNum and return 0.
21511 SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ argument
21535 *pNum = SMALLEST_INT64;
21537 *pNum = -(i64)u;
21539 *pNum = (i64)u;
21566 assert( (*pNum)==SMALLEST_INT64 );
[all...]

Completed in 2808 milliseconds