Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwbinn.c583 uint64 vuint; in compress_int() local
607 vuint = *(uint64*) psource; in compress_int()
610 vuint = *(unsigned int*) psource; in compress_int()
613 vuint = *(unsigned short*) psource; in compress_int()
619 vuint = vint; in compress_int()
633 if (vuint <= UINT8_MAX) { in compress_int()
635 } else if (vuint <= UINT16_MAX) { in compress_int()
637 } else if (vuint <= UINT32_MAX) { in compress_int()
Diwbinn.h242 unsigned int vuint; member