Searched refs:try (Results 1 – 1 of 1) sorted by relevance
/string/ |
A D | test-ffs.c | 23 void try (const char *name, long long int param, int value, int expected) in try() function 41 try (#fct, 0, fct ((type) 0), 0); \ in do_test() 43 try (#fct, 1ll << i, fct (((type) 1) << i), i + 1); \ in do_test() 45 try (#fct, (~((type) 0) >> i) << i, fct ((~((type) 0) >> i) << i), i + 1);\ in do_test() 46 try (#fct, 0x80008000, fct ((type) 0x80008000), 16) in do_test()
|
Completed in 4 milliseconds