Searched refs:FLAG_SIGNED (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c102 #define FLAG_SIGNED 1 /* True if the value to convert is signed */ macro
393 if( infop->flags & FLAG_SIGNED ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18600 #define FLAG_SIGNED 1 /* True if the value to convert is signed */ macro
18891 if( infop->flags & FLAG_SIGNED ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19429 #define FLAG_SIGNED 1 /* True if the value to convert is signed */ macro
19683 if( infop->flags & FLAG_SIGNED ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19429 #define FLAG_SIGNED 1 /* True if the value to convert is signed */ macro
19683 if( infop->flags & FLAG_SIGNED ){
[all...]

Completed in 617 milliseconds