HomeSort by relevance Sort by last modified time
    Searched refs:bigger (Results 1 - 7 of 7) 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);
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 258 String[] bigger = new String[required + 16];
259 System.arraycopy(arr, 0, bigger, 0, arr.length);
260 return bigger;
626 char[] bigger = new char[txtPos * 4 / 3 + 4];
627 System.arraycopy(txtBuf, 0, bigger, 0, txtPos);
628 txtBuf = bigger;
734 int[] bigger = new int[depth + 4];
735 System.arraycopy(nspCounts, 0, bigger, 0, nspCounts.length);
736 nspCounts = bigger;
    [all...]
  /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?
  /external/dropbear/libtommath/
bn.tex 605 This will grow the array of digits of $a$ to $size$. If the \textit{alloc} parameter is already bigger than
716 /* set the number to 654321 (note this is bigger than 127) */
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 572 milliseconds