Home
last modified time | relevance | path

Searched refs:y32 (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/lib/libkll/encoding/
Dvarint.cpp33 const uint32_t y32 = v | (1 << 14) | (1 << 28); in Encode64() local
35 *(ptr++) = y32 >> 7; in Encode64()
37 *(ptr++) = y32 >> 21; in Encode64()