Lines Matching defs:vu
116994 sqlite_uint64 vu = v;116996 *q++ = (unsigned char) ((vu & 0x7f) | 0x80);116997 vu >>= 7;116998 }while( vu!=0 );