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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbe.c208 }else if( fg & MEM_Int ){
326 #define Integerify(P) if(((P)->flags&MEM_Int)==0){ hardIntegerify(P); }
337 pStack->flags = MEM_Int;
350 }else if( pStack->flags & MEM_Int ){
695 pTos->flags = MEM_Int;
1027 }else if( (pTos->flags & pNos->flags & MEM_Int)==MEM_Int ){
1050 pTos->flags = MEM_Int;
1195 pTos->flags = MEM_Int;
1226 if( (pTos->flags & (MEM_Int|MEM_Rea
[all...]
H A DvdbeInt.h130 #define MEM_Int 0x0004 /* Value is an integer */ macro
H A Dvdbeaux.c449 p->s.flags = MEM_Int;

Completed in 27 milliseconds