HomeSort by relevance Sort by last modified time
    Searched full:size2 (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
849 size2 = hw_format_size[i+1];
852 R300_VBPNTR_SIZE1(size2) | R300_VBPNTR_STRIDE1(vb2->stride));
875 size2 = hw_format_size[i+1];
895 R300_VBPNTR_SIZE1(size2) | R300_VBPNTR_STRIDE1(stride2));
    [all...]
  /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)))
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 252 (length != StunTransportPrefsAttribute::SIZE2))
515 SetLength(SIZE2);
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 177 // The maximum value of a size2 element in code_table_data
  /external/chromium_org/sdch/open-vcdiff/src/
instruction_map.h 177 // The maximum value of a size2 element in code_table_data
  /external/open-vcdiff/src/
instruction_map.h 177 // The maximum value of a size2 element in code_table_data
  /external/chromium_org/v8/src/
types.cc 484 int size2 = (type2->is_union() ? type2->as_union()->length() : 2); local
485 size = (size == 0 ? size2 : Min(size, size2));
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 103 int size2 = 0;
105 size2 += byteBuffer.limit();
107 return size1 - size2;
  /external/opencv/cxcore/src/
cxarray.cpp 1233 int i, size1 = mat->dim[0].size, size2 = 1; local
1239 size2 = mat->dim[1].size;
1243 roi_size->width = size2;
2854 int size1 = matnd->dim[0].size, size2 = 1; local
3033 int i, size1, size2; local
    [all...]
  /frameworks/base/core/jni/
android_os_Debug.cpp 729 size_t size2 = *rec2; local
731 if (size1 < size2) {
733 } else if (size1 > size2) {
  /external/chromium_org/third_party/libwebp/enc/
picture.c 854 #define SIZE2 (SIZE / 2)
893 const int off_uv = (y * pic->uv_stride + x) * SIZE2;
902 flatten(pic->u + off_uv, values[1], pic->uv_stride, SIZE2);
903 flatten(pic->v + off_uv, values[2], pic->uv_stride, SIZE2);
913 #undef SIZE2
    [all...]
  /external/webp/src/enc/
picture.c 854 #define SIZE2 (SIZE / 2)
893 const int off_uv = (y * pic->uv_stride + x) * SIZE2;
902 flatten(pic->u + off_uv, values[1], pic->uv_stride, SIZE2);
903 flatten(pic->v + off_uv, values[2], pic->uv_stride, SIZE2);
913 #undef SIZE2
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 410 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1; local
420 CV_CALL( dims2 = cvGetDims( hist2->bins, size2 ));
428 if( size1[i] != size2[i] )
660 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1; local
680 CV_CALL( dims2 = cvGetDims( dst->bins, size2 ));
685 if( size1[i] != size2[i] )
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 1093 DWORD size2 = trim_size_t_to_DWORD(n2); local
1112 size_t size1, size2; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 1093 DWORD size2 = trim_size_t_to_DWORD(n2); local
1112 size_t size1, size2; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 60 int size2 = t.localsTypes.length; local
61 localsTypes = new TypeData[size2];
62 copyFrom(size2, t.localsTypes, localsTypes);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 719 ScreenSizeQualifier size2 = config2.getScreenSizeQualifier(); local
721 ScreenSize ss2 = size2 != null ? size2.getValue() : ScreenSize.NORMAL;
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /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...]
  /bionic/libc/bionic/
malloc_debug_common.cpp 79 size_t size2 = e2->size & ~SIZE_FLAG_MASK; local
81 size_t alloc2 = nbAlloc2 * size2;
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp 1704 OpndSize size2 = size; local
1805 OpndSize size2 = size; local
    [all...]
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 309 const int size2 = problem->ParameterBlockLocalSize(block_pair.second); local
310 num_nonzeros += size1 * size2;

Completed in 816 milliseconds

1 2 34 5 6 7