Home
last modified time | relevance | path

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

/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c77 bool approx(int i_one, int i_two) in approx() argument
80 double two = i_two, two_bump = two * 0.01; in approx()
93 bool le(int i_one, int i_two) in le() argument
95 if (i_one <= i_two) in le()