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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp1018 CPDF_Number* pNum = CPDF_Number::Create(iOptIndex); local
1019 if (pNum == NULL) {
1022 pArray->InsertAt(i, pNum);
/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.cpp1111 uint16_t pNum = 1;
1113 e = SF.Caller.arg_end(); i != e; ++i, ++pNum) {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c20667 ** integer, then write that value into *pNum and return 0.
20680 SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ argument
20704 *pNum = SMALLEST_INT64;
20706 *pNum = -(i64)u;
20708 *pNum = (i64)u;
20735 assert( (*pNum)==SMALLEST_INT64 );
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c22720 ** integer, then write that value into *pNum and return 0.
22734 SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ argument
22769 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64;
22771 *pNum = -(i64)u;
22773 *pNum = (i64)u;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c22720 ** integer, then write that value into *pNum and return 0.
22734 SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ argument
22769 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64;
22771 *pNum = -(i64)u;
22773 *pNum = (i64)u;
[all...]

Completed in 487 milliseconds