Home
last modified time | relevance | path

Searched refs:val (Results 1 – 3 of 3) sorted by relevance

/sunrpc/
A Dtst-xdrmem2.c47 #define T(type, val) \ in do_test() argument
48 v_##type = val; \ in do_test()
52 " " #val " failed"); \ in do_test()
76 #define T(type, val) \ in do_test() argument
81 " " #val " failed"); \ in do_test()
84 if (v_##type != val) \ in do_test()
87 "type " #type " " #val); \ in do_test()
A Dtst-xdrmem.c144 #define T(type, val) \ in do_test() argument
145 v_##type = val; \ in do_test()
149 " " #val " failed"); \ in do_test()
152 #define S(type, val) T(type, val) in do_test() argument
162 #define T(type, val) \ in do_test() argument
167 " " #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() argument
181 " " #val " failed"); \ in do_test()
[all …]
A Dxcrypt.c189 unsigned val; in bin2hex() local
193 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