Searched refs:zNum (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c20632 ** Compare the 19-character string zNum against the text representation
20634 ** if zNum is less than, equal to, or greater than the string.
20635 ** Note that zNum must contain exactly 19 characters.
20645 static int compare2pow63(const char *zNum, int incr){ argument
20651 c = (zNum[i*incr]-pow63[i])*10;
20654 c = zNum[18*incr] - '8';
20664 ** Convert zNum to a 64-bit signed integer.
20666 ** If the zNum value is representable as a 64-bit twos-complement
20669 ** If zNum is exactly 9223372036854665808, return 2. This special
20673 ** If zNum i
20680 sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc) argument
20749 sqlite3GetInt32(const char *zNum, int *pValue) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c22685 ** Compare the 19-character string zNum against the text representation
22687 ** if zNum is less than, equal to, or greater than the string.
22688 ** Note that zNum must contain exactly 19 characters.
22698 static int compare2pow63(const char *zNum, int incr){ argument
22704 c = (zNum[i*incr]-pow63[i])*10;
22707 c = zNum[18*incr] - '8';
22716 ** Convert zNum to a 64-bit signed integer. zNum must be decimal. This
22719 ** If the zNum value is representable as a 64-bit twos-complement
22722 ** If zNum i
22734 sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc) argument
22847 sqlite3GetInt32(const char *zNum, int *pValue) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c22685 ** Compare the 19-character string zNum against the text representation
22687 ** if zNum is less than, equal to, or greater than the string.
22688 ** Note that zNum must contain exactly 19 characters.
22698 static int compare2pow63(const char *zNum, int incr){ argument
22704 c = (zNum[i*incr]-pow63[i])*10;
22707 c = zNum[18*incr] - '8';
22716 ** Convert zNum to a 64-bit signed integer. zNum must be decimal. This
22719 ** If the zNum value is representable as a 64-bit twos-complement
22722 ** If zNum i
22734 sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc) argument
22847 sqlite3GetInt32(const char *zNum, int *pValue) argument
[all...]

Completed in 1131 milliseconds