Lines Matching defs:vu
116958 sqlite_uint64 vu = v;116960 *q++ = (unsigned char) ((vu & 0x7f) | 0x80);116961 vu >>= 7;116962 }while( vu!=0 );