Searched refs:_compareLong (Results 1 – 1 of 1) sorted by relevance
76 _compareLong(int32_t a, int32_t b) { in _compareLong() function244 if(_compareLong(1001, 1002) == TRUE || in TestOtherAPI()245 _compareLong(1001, 1001) != TRUE || in TestOtherAPI()246 _compareLong(1001, 0) == TRUE ) { in TestOtherAPI()