Home
last modified time | relevance | path

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

/external/pcre/dist2/
DRunTest145 checkresult() function
189 checkresult $? EBC "$opt"
492 checkresult $? 1 "$opt"
504 checkresult $? 2 "$opt"
592 checkresult $? 4 "$opt"
604 checkresult $? 5 "$opt"
614 checkresult $? 6 ""
623 checkresult $? 7 ""
641 checkresult $? 8-$bits-$link_size ""
654 checkresult $? 9 "$opt"
[all …]
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dfind_std_program.m497 checkresult="yes"
109 checkresult="no"
115 AC_MSG_RESULT($checkresult)
/external/ltp/testcases/realtime/func/thread_clock/
Dtc-2.c134 int checkresult(float proctime) in checkresult() function
213 retval = checkresult(myts.tv_sec + ((float)myts.tv_nsec / NS_PER_SEC)); in main()