Searched refs:T (Results 1 – 2 of 2) sorted by relevance
/sunrpc/ |
A D | tst-xdrmem.c | 47 T(int, 0) \ in do_test() 54 T(int, 0x123) \ in do_test() 55 T(u_int, 0) \ in do_test() 61 T(long, 0) \ in do_test() 66 T(u_long, 0) \ in do_test() 70 T(hyper, 0) \ in do_test() 131 T(bool, 0) \ in do_test() 132 T(bool, 1) \ in do_test() 133 T(enum, 0) \ in do_test() 155 #undef T in do_test() [all …]
|
A D | tst-xdrmem2.c | 47 #define T(type, val) \ in do_test() macro 56 T(int, 127) in do_test() 60 T(u_short, 31) in do_test() 68 T(u_short, 36) in do_test() 70 #undef T in do_test() 76 #define T(type, val) \ in do_test() macro 91 T(int, 127) in do_test() 95 T(u_short, 36) in do_test() 103 T(u_short, 36) in do_test() 105 #undef T in do_test()
|
Completed in 6 milliseconds