Lines Matching defs:vu
127176 sqlite_uint64 vu = v;127178 *q++ = (unsigned char) ((vu & 0x7f) | 0x80);127179 vu >>= 7;127180 }while( vu!=0 );