Lines Matching refs:vu
186489 sqlite_uint64 vu = v;186491 *q++ = (unsigned char) ((vu & 0x7f) | 0x80);186492 vu >>= 7;186493 }while( vu!=0 );