Searched defs:BINSTR_SZ (Results 1 – 2 of 2) sorted by relevance
/kvm-unit-tests/lib/ | ||
H A D | libcflat.h | 154 #define BINSTR_SZ (sizeof(unsigned long) * 8 + sizeof(unsigned long) * 2) macro |
H A D | printf.c | 453 void binstr(unsigned long x, char out[BINSTR_SZ]) in binstr() |