HomeSort by relevance Sort by last modified time
    Searched defs:vsize (Results 1 - 24 of 24) sorted by null

  /external/chromium/chrome/browser/
process_info_snapshot.h 58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry
69 vsize(0) {
83 // vsize --> comm_priv,
  /frameworks/compile/slang/
slang_rs_export_element.h 46 unsigned vsize; member in struct:slang::RSExportElement::__anon18500
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 335 unsigned int vsize = size * glSizeof(type); local
336 if (stride == 0) stride = vsize;
338 if (stride == vsize) {
341 for (unsigned int i = 0; i < datalen; i += vsize) {
342 memcpy(dst, src, vsize);
343 dst += vsize;
355 unsigned int vsize = size * glSizeof(type); local
356 if (stride == 0) stride = vsize;
358 if (stride == vsize) {
361 for (unsigned int i = 0; i < datalen; i += vsize) {
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LongVector.java 21 static final int VSIZE = 8;
26 objects = new ConstInfo[VSIZE][];
31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE; local
32 objects = new ConstInfo[vsize][];
52 ConstInfo[][] newObj = new ConstInfo[len + VSIZE][];
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 335 unsigned int vsize = size * glSizeof(type); local
336 if (stride == 0) stride = vsize;
338 if (stride == vsize) {
341 for (unsigned int i = 0; i < datalen; i += vsize) {
342 memcpy(dst, src, vsize);
343 dst += vsize;
355 unsigned int vsize = size * glSizeof(type); local
356 if (stride == 0) stride = vsize;
358 if (stride == vsize) {
361 for (unsigned int i = 0; i < datalen; i += vsize) {
    [all...]
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 144 int vsize = VertexSize(layout); local
171 poolState.fUsedPoolVertexBytes = 4 * vsize;
GrContext.cpp 757 size_t vsize = GrDrawTarget::VertexSize(layout); local
773 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
775 setInsetFan(fan0Pos, vsize, devRect, -GR_ScalarHalf, -GR_ScalarHalf);
776 setInsetFan(fan1Pos, vsize, devRect, GR_ScalarHalf, GR_ScalarHalf);
780 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
790 verts += 4 * vsize;
792 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
824 size_t vsize = GrDrawTarget::VertexSize(layout); local
840 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
841 GrPoint* fan2Pos = reinterpret_cast<GrPoint*>(verts + 8 * vsize);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 111 String vsize = poList2[3]; local
112 int vsizevalue = Integer.parseInt(vsize);
113 Log.v(TAG, "VSIZE = " + vsizevalue);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 666 int vsize = sizeof(v); local
667 int ret = btif_config_get("Remote Devices", kname, vname, v, &vsize, &vtype);
669 ret, kname, vname, v, vsize, vtype);
  /external/icu4c/common/
locid.cpp 320 int32_t vsize = 0; local
350 vsize = (int32_t)uprv_strlen(newVariant);
351 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
353 vsize--;
357 if( vsize > 0 )
359 size += vsize;
363 if ( vsize > 0 )
401 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
412 if ( vsize != 0
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 1150 int vsize = byteArrayToInt(p, 8); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 349 String vsize = poList2[3]; local
350 int vsizevalue = Integer.parseInt(vsize);
351 Log.v(TAG, "VSIZE = " + vsizevalue);
  /hardware/libhardware/include/hardware/
audio_effect.h 866 uint32_t vsize; \/\/ Value size member in struct:effect_param_s
    [all...]
  /tools/motodev/src/plugins/videos/libs/
mail.jar 

Completed in 1352 milliseconds