Searched defs:breakout (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
H A Dset_roi.cc96 // Check the breakout thresholds
98 unsigned int breakout = local
101 if (threshold[i] != breakout) {
102 EXPECT_EQ(threshold[i], breakout) << "breakout threshold error";
/external/ltp/testcases/kernel/syscalls/gettimeofday/
H A Dgettimeofday02.c66 void breakout(int sig) function
91 signal(SIGALRM, breakout);

Completed in 149 milliseconds