/external/chromium/sdch/open-vcdiff/src/ |
instruction_map_test.cc | 37 unsigned char size2, 50 unsigned char size2, 128 unsigned char size2, 135 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2; 148 EXPECT_EQ(size, g_exercise_code_table_->size2[found_opcode]); 159 EXPECT_EQ(0, g_exercise_code_table_->size2[found_opcode]); 170 unsigned char size2, 177 size2,
|
decodetable_test.cc | 46 unsigned char size2, 53 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2; 128 EXPECT_EQ(g_exercise_code_table_->size2[opcode], size); 404 (g_exercise_code_table_->size2[opcode] == 0)) {
|
decodetable.cc | 70 instruction_size = code_table_data_->size2[opcode];
|
encodetable_test.cc | 55 unsigned char size2, 62 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
|
/external/llvm/test/Transforms/GVN/ |
2009-01-21-SortInvalidation.ll | 8 define fastcc i32 @byte_re_match_2_internal(%struct.re_pattern_buffer* nocapture %bufp, i8* %string1, i32 %size1, i8* %string2, i32 %size2, i32 %pos, %struct.re_registers* %regs, i32 %stop) nounwind {
|
/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.15/src/video/photon/ |
SDL_ph_mouse.c | 82 cursor->ph_cursor->size2.x = (short)w; 83 cursor->ph_cursor->size2.y = (short)h;
|
/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++)
|
/external/javassist/src/main/javassist/ |
CtClassType.java | 540 int size1, size2; local 553 size2 = 0; 557 size2 = anno2.length; 561 Object[] result = new Object[size1 + size2]; 565 for (int j = 0; j < size2; j++) 578 for (int j = 0; j < size2; j++) { 606 int size1, size2; local 619 size2 = 0; 623 size2 = anno2.length; 627 result[i] = new Object[size1 + size2]; [all...] |
/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;
|
/ndk/sources/cxx-stl/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;
|
/dalvik/dexgen/src/com/android/dexgen/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) {
|
/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) {
|
/external/dexmaker/src/dx/java/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) {
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
AMRWB_E_SAMPLE.c | 66 int size2 = (int)fread(dst, sizeof(signed char), size,inFile); local 67 return size2;
|
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/ |
FolderConfiguration.java | 480 int size2 = ((ScreenDimensionQualifier) sizeQ).getValue2(); local 483 if (size1 < size2) { 485 size1 = size2; 486 size2 = a; 491 int dp2 = (int) Math.ceil(size2 * Density.DEFAULT_DENSITY / density.getDpiValue());
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 384 size_t size2 = *rec2; local 386 if (size1 < size2) { 388 } 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/chromium/third_party/libjingle/source/talk/p2p/base/ |
stun.h | 328 enum { SIZE1 = 4, SIZE2 = 12 }; 331 static const uint16 SIZE2 = 12;
|
stun.cc | 252 (length != StunTransportPrefsAttribute::SIZE2)) 515 SetLength(SIZE2);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow-inline.h | 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2] 1168 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the 1175 unsigned HOST_WIDE_INT size2) 1178 && (size2 == (unsigned HOST_WIDE_INT)-1 1179 || pos1 < (pos2 + size2)))
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow-inline.h | 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2] 1168 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the 1175 unsigned HOST_WIDE_INT size2) 1178 && (size2 == (unsigned HOST_WIDE_INT)-1 1179 || pos1 < (pos2 + size2)))
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow-inline.h | 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2] 1168 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the 1175 unsigned HOST_WIDE_INT size2) 1178 && (size2 == (unsigned HOST_WIDE_INT)-1 1179 || pos1 < (pos2 + size2)))
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow-inline.h | 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2] 1168 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the 1175 unsigned HOST_WIDE_INT size2) 1178 && (size2 == (unsigned HOST_WIDE_INT)-1 1179 || pos1 < (pos2 + size2)))
|
/bionic/libc/bionic/ |
malloc_debug_common.cpp | 76 size_t size2 = e2->size & ~SIZE_FLAG_MASK; local 78 size_t alloc2 = nbAlloc2 * size2;
|