Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c79 bool approx(int i_one, int i_two) in approx() argument
86 double two = i_two, two_bump = two * 0.1; in approx()
99 bool le(int i_one, int i_two) in le() argument
101 if (i_one <= i_two) in le()