Searched refs:size1 (Results 1 – 5 of 5) sorted by relevance
87 int size1 = 0; in encode() local191 size1 = (int)strlen(VOAMRWB_RFC3267_HEADER_INFO); in encode()192 memcpy(outBuf, VOAMRWB_RFC3267_HEADER_INFO, size1); in encode()193 outBuf += size1; in encode()217 fwrite(OutputBuf, 1, outData.Length + size1, fdst); in encode()
251 public int compare(Size size1, Size size2) { in compare() argument252 return (size1.width() == size2.width() ? size1.height() - size2.height() : in compare()253 size1.width() - size2.width()); in compare()
1315 final int size1 = 1 + r.nextInt(maxSize / size0); in runCorrectness2D() local1317 testSizesList.add(new int[]{size0, size1}); in runCorrectness2D()1318 testSizesList.add(new int[]{size1, size0}); in runCorrectness2D()1392 final int size1 = 1 + r.nextInt(Math.min(1 << j, maxSize / size0)); in runCorrectness3D() local1393 final int size2 = 1 + r.nextInt(maxSize / (size0 * size1)); in runCorrectness3D()1395 testSizesList.add(new int[]{size0, size1, size2}); in runCorrectness3D()1396 testSizesList.add(new int[]{size0, size2, size1}); in runCorrectness3D()1397 testSizesList.add(new int[]{size1, size0, size2}); in runCorrectness3D()1398 testSizesList.add(new int[]{size1, size2, size0}); in runCorrectness3D()1399 testSizesList.add(new int[]{size2, size0, size1}); in runCorrectness3D()[all …]
851 size_t size1 = *rec1; in compareHeapRecords() local854 if (size1 < size2) { in compareHeapRecords()856 } else if (size1 > size2) { in compareHeapRecords()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...