Lines Matching defs:vu
179980 sqlite_uint64 vu = v;179982 *q++ = (unsigned char) ((vu & 0x7f) | 0x80);179983 vu >>= 7;179984 }while( vu!=0 );