Searched refs:val (Results 1 – 3 of 3) sorted by relevance
47 #define T(type, val) \ in do_test() argument48 v_##type = val; \ in do_test()52 " " #val " failed"); \ in do_test()76 #define T(type, val) \ in do_test() argument81 " " #val " failed"); \ in do_test()84 if (v_##type != val) \ in do_test()87 "type " #type " " #val); \ in do_test()
144 #define T(type, val) \ in do_test() argument145 v_##type = val; \ in do_test()149 " " #val " failed"); \ in do_test()152 #define S(type, val) T(type, val) in do_test() argument162 #define T(type, val) \ in do_test() argument167 " " #val " failed"); \ in do_test()170 if (v_##type != val) \ in do_test()173 "type " #type " " #val); \ in do_test()176 #define S(type, val) \ in do_test() argument181 " " #val " failed"); \ in do_test()[all …]
189 unsigned val; in bin2hex() local193 val = binnum[i]; in bin2hex()194 hexnum[i * 2] = hex[val >> 4]; in bin2hex()195 hexnum[i * 2 + 1] = hex[val & 0xf]; in bin2hex()
Completed in 7 milliseconds