HomeSort by relevance Sort by last modified time
    Searched defs:bigger (Results 1 - 4 of 4) sorted by null

  /external/stlport/test/unit/
func_test.cpp 26 static bool bigger(int i_);
35 bool FuncTest::bigger(int i_) function in class:FuncTest
49 int n = count_if(v.begin(), v.end(), bigger);
  /ndk/tests/device/test-gnustl-full/unit/
func_test.cpp 26 static bool bigger(int i_);
35 bool FuncTest::bigger(int i_) function in class:FuncTest
49 int n = count_if(v.begin(), v.end(), bigger);
  /ndk/tests/device/test-stlport/unit/
func_test.cpp 26 static bool bigger(int i_);
35 bool FuncTest::bigger(int i_) function in class:FuncTest
49 int n = count_if(v.begin(), v.end(), bigger);
  /external/libffi/src/mips/
n32.S 70 bge bytes, 4 * FFI_SIZEOF_ARG, bigger
74 bigger: label
97 # Is it bigger than 8 * FFI_SIZEOF_ARG?

Completed in 848 milliseconds