Home
last modified time | relevance | path

Searched defs:BINSTR_SZ (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/
H A Dlibcflat.h154 #define BINSTR_SZ (sizeof(unsigned long) * 8 + sizeof(unsigned long) * 2) macro
H A Dprintf.c453 void binstr(unsigned long x, char out[BINSTR_SZ]) in binstr()