/external/chromium/chrome/browser/ |
process_info_snapshot.h | 58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry 69 vsize(0) { 83 // vsize --> comm_priv,
|
process_info_snapshot_mac_unittest.cc | 37 EXPECT_GT(proc_info.vsize, 0u); 80 EXPECT_GE(proc_info.vsize, 1024u); // Sanity check: our |vsize| is presumably 92 EXPECT_GT(proc_info.vsize, 0u); // Its |vsize| should be nonzero though.
|
process_info_snapshot_mac.cc | 169 in >> proc_info.vsize; 171 proc_info.vsize *= 1024; 179 if (!proc_info.pid || ! proc_info.vsize) { 203 "vsize"); // Total virtual memory 220 // PID RSIZE RSHRD RPRVT VSIZE 267 proc_info.vsize = values[3]; 287 "^llllllllllllllllllll"); // Total virtual memory (VSIZE) 304 // PID RSIZE RSHRD RPRVT VSIZE 336 proc_info.vsize = values[3]; 437 usage->priv = proc_info.vsize / 1024 [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][];
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_urb.c | 103 brw->urb.gs_start = brw->urb.nr_vs_entries * brw->urb.vsize; 104 brw->urb.clip_start = brw->urb.gs_start + brw->urb.nr_gs_entries * brw->urb.vsize; 105 brw->urb.sf_start = brw->urb.clip_start + brw->urb.nr_clip_entries * brw->urb.vsize; 119 GLuint vsize = brw->vs.prog_data->urb_entry_size; local 125 if (vsize < limits[VS].min_entry_size) 126 vsize = limits[VS].min_entry_size; 131 if (brw->urb.vsize < vsize || 134 (brw->urb.constrained && (brw->urb.vsize > vsize || [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_urb.c | 103 brw->urb.gs_start = brw->urb.nr_vs_entries * brw->urb.vsize; 104 brw->urb.clip_start = brw->urb.gs_start + brw->urb.nr_gs_entries * brw->urb.vsize; 105 brw->urb.sf_start = brw->urb.clip_start + brw->urb.nr_clip_entries * brw->urb.vsize; 119 GLuint vsize = brw->vs.prog_data->urb_entry_size; local 125 if (vsize < limits[VS].min_entry_size) 126 vsize = limits[VS].min_entry_size; 131 if (brw->urb.vsize < vsize || 134 (brw->urb.constrained && (brw->urb.vsize > vsize || [all...] |
/device/generic/goldfish/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/chromium_org/third_party/skia/src/gpu/ |
GrAARectRenderer.cpp | 476 size_t vsize = drawState->getVertexSize(); local 477 SkASSERT(sizeof(GrPoint) + sizeof(GrColor) == vsize); 480 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize); 494 set_inset_fan(fan0Pos, vsize, devRect, -SK_ScalarHalf, -SK_ScalarHalf); 495 set_inset_fan(fan1Pos, vsize, devRect, inset, inset); 510 rect.fRight, rect.fBottom, vsize); 511 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4); 517 *((SkPoint*)((intptr_t)fan1Pos + 0 * vsize)) = 518 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) + vec[0] + vec[1]; 519 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) -= vec[0] + vec[1] 820 size_t vsize = drawState->getVertexSize(); local [all...] |
/external/skia/src/gpu/ |
GrAARectRenderer.cpp | 476 size_t vsize = drawState->getVertexSize(); local 477 SkASSERT(sizeof(GrPoint) + sizeof(GrColor) == vsize); 480 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize); 494 set_inset_fan(fan0Pos, vsize, devRect, -SK_ScalarHalf, -SK_ScalarHalf); 495 set_inset_fan(fan1Pos, vsize, devRect, inset, inset); 510 rect.fRight, rect.fBottom, vsize); 511 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4); 517 *((SkPoint*)((intptr_t)fan1Pos + 0 * vsize)) = 518 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) + vec[0] + vec[1]; 519 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) -= vec[0] + vec[1] 820 size_t vsize = drawState->getVertexSize(); local [all...] |
/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...] |
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbstabsmooth.h | 71 * \param vsize height of the image being aligned 75 bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot); 127 * \param vsize height of the image 129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; }
|
dbstabsmooth.cpp | 108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot) 117 // int vsize = bimg->h; 120 double border_y = border_factor * vsize; 131 VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize); 152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool 156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y); 157 VP_WARP_POINT_2D(0, vsize - 1, testMotion, p4x, p4y); 159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) { 162 if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) { 165 if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) [all...] |
/packages/apps/Camera2/jni/feature_stab/src/dbreg/ |
dbstabsmooth.h | 71 * \param vsize height of the image being aligned 75 bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot); 127 * \param vsize height of the image 129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; }
|
dbstabsmooth.cpp | 108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot) 117 // int vsize = bimg->h; 120 double border_y = border_factor * vsize; 131 VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize); 152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool 156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y); 157 VP_WARP_POINT_2D(0, vsize - 1, testMotion, p4x, p4y); 159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) { 162 if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) { 165 if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbstabsmooth.h | 71 * \param vsize height of the image being aligned 75 bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot); 127 * \param vsize height of the image 129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; }
|
dbstabsmooth.cpp | 108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot) 117 // int vsize = bimg->h; 120 double border_y = border_factor * vsize; 131 VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize); 152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool 156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y); 157 VP_WARP_POINT_2D(0, vsize - 1, testMotion, p4x, p4y); 159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) { 162 if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) { 165 if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) [all...] |
/frameworks/compile/slang/ |
slang_rs_export_element.h | 46 unsigned vsize; member in struct:slang::RSExportElement::__anon30324
|
slang_rs_export_element.cpp | 42 EI->vsize = _vsize; \ 79 slangAssert(EI->vsize == 1 && "Element not a primitive class (please " 92 slangAssert(EI->vsize > 1 && "Element not a vector class (please check " 103 slangAssert(EI->vsize == EVT->getNumElement() && "Element has unexpected "
|
/external/chromium_org/chrome/browser/ |
process_info_snapshot.h | 58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry 74 // vsize --> comm_priv,
|
process_info_snapshot_mac_unittest.cc | 39 EXPECT_GT(proc_info.vsize, 0u); 82 EXPECT_GE(proc_info.vsize, 1024u); // Sanity check: our |vsize| is presumably 94 EXPECT_GT(proc_info.vsize, 0u); // Its |vsize| should be nonzero though.
|
process_info_snapshot_mac.cc | 167 in >> proc_info.vsize; 169 proc_info.vsize *= 1024; 177 if (!proc_info.pid || ! proc_info.vsize) { 200 "vsize"); // Total virtual memory 216 // PID RSIZE RSHRD RPRVT VSIZE 263 proc_info.vsize = values[3]; 337 vsize(0) { 368 usage->priv = proc_info.vsize / 1024;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe.h | 119 const uint vsize = sizeof(struct vertex_header) local 121 memcpy(tmp, vert, vsize);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe.h | 119 const uint vsize = sizeof(struct vertex_header) local 121 memcpy(tmp, vert, vsize);
|
/external/icu4c/common/ |
locid.cpp | 259 int32_t vsize = 0; local 289 vsize = (int32_t)uprv_strlen(newVariant); 290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) ) 292 vsize--; 296 if( vsize > 0 ) 298 size += vsize; 302 if ( vsize > 0 ) 340 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v 351 if ( vsize != 0 [all...] |
/frameworks/base/media/jni/audioeffect/ |
android_media_AudioEffect.cpp | 144 if (p->psize == 0 || p->vsize == 0) { 149 size = arg1 + p->vsize; 512 jobject thiz, int psize, jbyteArray pJavaParam, int vsize, 530 if (psize == 0 || vsize == 0 || pJavaParam == NULL || pJavaValue == NULL) { 549 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize); 552 memcpy(p->data + voffset, lpValue, vsize); 553 p->vsize = vsize; 576 jint vsize, jbyteArray pJavaValue) { 593 if (psize == 0 || vsize == 0 || pJavaParam == NULL || pJavaValue == NULL) [all...] |