/external/e2fsprogs/intl/ |
xsize.h | 57 xsum (size_t size1, size_t size2) 59 size_t sum = size1 + size2; 68 xsum3 (size_t size1, size_t size2, size_t size3) 70 return xsum (xsum (size1, size2), size3); 78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) 80 return xsum (xsum (xsum (size1, size2), size3), size4); 88 xmax (size_t size1, size_t size2) 92 return (size1 >= size2 ? size1 : size2);
|
/external/stlport/test/unit/ |
collate_facets_test.cpp | 25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; local 27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 ); 28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 ); 31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 ); 32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 ); 45 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; local 47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 ); 48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 ); 51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 ); 52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 ) 92 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local 219 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local [all...] |
/external/skia/tests/ |
MatrixTest.cpp | 34 uint32_t size2 = m.flatten(buffer); local 35 REPORTER_ASSERT(reporter, size1 == size2); 40 REPORTER_ASSERT(reporter, size1 == size2); 45 REPORTER_ASSERT(reporter, size1 == size2);
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_stdstring.cpp | 301 uint32 size2 = oscl_strlen(str2); local 303 while ((*p != '\0') && (size >= size2)) 305 if (!oscl_strncmp(p, str2, size2)) 319 uint32 size2 = oscl_strlen(str2); local 321 while ((*p != '\0') && (size >= size2)) 323 if (!oscl_strncmp(p, str2, size2))
|
oscl_mem_basic_functions.inl | 43 OSCL_INLINE OSCL_COND_EXPORT_REF void* _oscl_calloc(int32 size1, int32 size2) 45 return calloc(size1, size2);
|
/packages/apps/Email/src/org/apache/commons/io/comparator/ |
SizeFileComparator.java | 117 long size2 = 0;
local 119 size2 = sumDirectoryContents && file2.exists() ? FileUtils.sizeOfDirectory(file2) : 0;
121 size2 = file2.length();
123 long result = size1 - size2;
|
/external/srec/srec/clib/ |
voc_read.c | 277 size_t size2 = 0; local 310 size2 = get_zipentry_size(ze); 311 buf2 = mmap(0, inflateSize(size2), PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0); 315 if (decompress_zipentry(ze, buf2, size2)) goto FAILED; 326 *size = size2; 333 if (buf2) munmap(buf2, inflateSize(size2));
|
/external/qemu/ |
charpipe.c | 182 int size2 = qemu_chr_can_read(peer->cs); local 184 if (size2 == 0) 187 if (size > size2) 188 size = size2;
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_mouse.c | 82 cursor->ph_cursor->size2.x = (short)w; 83 cursor->ph_cursor->size2.y = (short)h;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ |
ScreenDimensionQualifier.java | 119 public static ScreenDimensionQualifier getQualifier(String size1, String size2) { 122 int s2 = Integer.parseInt(size2);
|
/external/srec/srec/cfront/ |
sp_fft.c | 824 fft->size2 = size; 834 unsigned n = fft->size2; 852 int ii, size2; local 860 ASSERT(num <= (int)fft->size2); 861 size2 = fft->size2; 868 for (; ii < size2; ii++)
|
/dalvik/vm/ |
ReferenceTable.c | 169 int size2 = dvmObjectSizeInHeap(obj2); local 170 if (size1 != size2) { 171 return size1 - size2;
|
IndirectRefTable.c | 371 int size2 = dvmObjectSizeInHeap(obj2); local 372 if (size1 != size2) { 373 return size1 - size2;
|
/external/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 203 DWORD size2 = trim_size_t_to_DWORD(n2);
local 204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
208 n2 -= size2;
|
c_locale_win32.c | 1093 DWORD size2 = trim_size_t_to_DWORD(n2); local 1112 size_t size1, size2; local [all...] |
/dalvik/dx/src/com/android/dx/rop/type/ |
StdTypeList.java | 307 int size2 = list2.size(); local 308 int size = Math.min(size1, size2); 317 if (size1 == size2) { 319 } else if (size1 < size2) {
|
/packages/inputmethods/PinyinIME/jni/share/ |
dictbuilder.cpp | 93 size_t size2 = utf16_strlen(((const LemmaEntry*)p2)->hanzi_str); local 94 if (size1 < size2) 96 else if (size1 > size2) 125 size_t size2 = utf16_strlen(((const LemmaEntry*)p2)->hanzi_str); local 126 if (size1 < size2) 128 else if (size1 > size2)
|
/external/clearsilver/util/regex/ |
regex.c | 871 print_double_string (where, string1, size1, string2, size2) 876 int size2; 892 for (this_char = where - string2; this_char < size2; this_char++) [all...] |
/bionic/libc/bionic/ |
malloc_debug_common.c | 69 size_t size2 = e2->size & ~SIZE_FLAG_MASK; local 71 size_t alloc2 = nbAlloc2 * size2;
|
/external/skia/src/core/ |
SkScan_Path.cpp | 495 size_t size2; local 496 int maxCount2 = worst_case_edge_count(path, &size2); 498 SkASSERT(maxCount >= maxCount2 && size >= size2);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-flow-inline.h | [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 754 int size2 = ((ScriptElement *)elem2)->count; local 758 int result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2); 761 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2); 764 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
android.widget.RelativeLayout.groovy | 242 // size2 = (w - 2*size) / 3
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 1419 String size2 = mSize2.getText(); local [all...] |
/external/srec/srec/include/ |
sp_fft.h | 224 asr_uint32_t size2; member in struct:__anon5909
|