Home
last modified time | relevance | path

Searched refs:got1 (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl14.c536 static int got1 = 0; variable
858 if (got1 != 1) in run_test()
861 got1 = 0; in run_test()
930 got1++; in catch1()
1109 if (got1 != 1) { in main()
1113 got1 = 0; in main()
/third_party/python/Lib/test/
H A Dtest_pow.py108 got1 = pow(a, b, prime)
110 if got1 != got2:
111 self.fail(f"{a=:x} {b1=:x} {b2=:x} {got1=:x} {got2=:x}")

Completed in 3 milliseconds