Searched defs:to_binary (Results 1 – 4 of 4) sorted by relevance
38 static int to_binary(int x) { /* 0-15 -> 0000-1111 */ in to_binary() function
37 static int to_binary(int x) { /* 0-15 -> 0000-1111 */ in to_binary() function
12 fn to_binary(s: &'static str) -> Vec<u8> { in to_binary() function
150 static void to_binary(char *buf, size_t buflen, uint32_t val) in to_binary() function