Lines Matching defs:vu
127156 sqlite_uint64 vu = v;127158 *q++ = (unsigned char) ((vu & 0x7f) | 0x80);127159 vu >>= 7;127160 }while( vu!=0 );