/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_dma.c | 452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize ) 454 GLuint bytes = vsize * nverts; 476 ASSERT( vsize == rmesa->swtcl.vertex_size * 4 );
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_dma.c | 452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize ) 454 GLuint bytes = vsize * nverts; 476 ASSERT( vsize == rmesa->swtcl.vertex_size * 4 );
|
/frameworks/av/media/libeffects/loudness/ |
EffectLoudnessEnhancer.cpp | 387 p->vsize = sizeof(int32_t); 402 if (p->psize != sizeof(uint32_t) || p->vsize != sizeof(uint32_t)) {
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 342 // USER PID PPID VSIZE RSS WCHAN PC NAME 363 String vsize = poList2[3]; local 364 int vsizevalue = Integer.parseInt(vsize); 365 Log.v(TAG, "VSIZE = " + vsizevalue);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawTarget.cpp | 659 size_t vsize = this->drawState()->getVertexSize(); local 660 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize); 666 vsize); 668 localMatrix->mapPointsWithStride(coords, vsize, 4); [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.cpp | 659 size_t vsize = this->drawState()->getVertexSize(); local 660 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize); 666 vsize); 668 localMatrix->mapPointsWithStride(coords, vsize, 4); [all...] |
/frameworks/av/media/libeffects/downmix/ |
EffectDownmix.c | 417 *(int32_t *)rep->data, rep->vsize); 418 rep->status = Downmix_getParameter(pDownmixer, *(int32_t *)rep->data, &rep->vsize, 420 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize; 432 cmd->vsize, cmd->data + sizeof(int32_t)); [all...] |
/hardware/libhardware/include/hardware/ |
audio_effect.h | 894 uint32_t vsize; \/\/ Value size member in struct:effect_param_s [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 612 p->vsize = sizeof(uint32_t); 618 p->vsize = sizeof(uint32_t); 624 p->vsize = sizeof(uint32_t); 637 if (p->psize != sizeof(uint32_t) || p->vsize != sizeof(uint32_t)) [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 673 p->status = android::Equalizer_getParameter(pEqualizer, (int32_t *)p->data, &p->vsize, 675 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
|
EffectReverb.c | 330 ALOGV("Reverb_Command EFFECT_CMD_GET_PARAM param %d, replySize %d",*(int32_t *)rep->data, rep->vsize); 331 rep->status = Reverb_getParameter(pReverb, *(int32_t *)rep->data, &rep->vsize, 333 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize; 344 cmd->vsize, cmd->data + sizeof(int32_t)); [all...] |
/frameworks/av/services/audioflinger/ |
AudioPolicyService.h | 273 // psize and vsize are rounded up to an int boundary for allocation 276 ((origParam->vsize + 3) & ~3); 281 // the actual param size, that is without rounding vsize.
|
AudioPolicyService.cpp | [all...] |
Effects.cpp | 382 p->vsize = sizeof(uint32_t); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 832 int vsize = sizeof(v); local 833 int ret = btif_config_get("Remote Devices", kname, vname, v, &vsize, &vtype); 835 ret, kname, vname, v, vsize, vtype);
|
/external/bison/doc/ |
refcard.tex | 146 \vsize 10in 164 \vsize 7.95in
|
/device/samsung/manta/voicefx/ |
eS305VoiceProcessing.cpp | 847 (size_t *)&p->vsize, 849 *replySize = sizeof(effect_param_t) + voffset + p->vsize; [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ProcessCpuTracker.java | 93 PROC_SPACE_TERM|PROC_OUT_LONG, // 23: vsize 194 // vsize capture when process first detected; can be used to 196 public long vsize; field in class:ProcessCpuTracker.Stats 452 st.vsize = procStats[PROCESS_FULL_STAT_VSIZE];
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_context.h | 817 GLuint vsize; /* vertex size plus header in urb registers */ member in struct:brw_context::__anon13172 [all...] |