Searched defs:psz (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/test/integration/
H A Drallocx.c70 size_t psz, qsz, i, j; local
79 psz = sallocx(p, 0);
81 assert_false(validate_fill(p, 0, 0, psz),
83 memset(p, FILL_BYTE, psz);
84 assert_false(validate_fill(p, FILL_BYTE, 0, psz),
91 if (q != p || qsz != psz) {
93 psz), "Expected filled memory");
94 assert_false(validate_fill(q, 0, psz, qsz-psz),
97 if (psz !
[all...]
/external/opencv/cv/src/
H A Dcvsmooth.cpp176 int i, psz = CV_ELEM_SIZE(work_type); local
184 width *= psz;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tris.c452 GLfloat psz[4], col[4], restore_psz, restore_alpha; local
454 _tnl_get_attr(ctx, v0, _TNL_ATTRIB_POINTSIZE, psz);
457 restore_psz = psz[0];
460 if (psz[0] >= ctx->Point.Threshold) {
461 psz[0] = MIN2(psz[0], ctx->Point.MaxSize);
464 GLfloat dsize = psz[0] / ctx->Point.Threshold;
465 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
469 if (psz[0] < 1.0)
470 psz[
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c452 GLfloat psz[4], col[4], restore_psz, restore_alpha; local
454 _tnl_get_attr(ctx, v0, _TNL_ATTRIB_POINTSIZE, psz);
457 restore_psz = psz[0];
460 if (psz[0] >= ctx->Point.Threshold) {
461 psz[0] = MIN2(psz[0], ctx->Point.MaxSize);
464 GLfloat dsize = psz[0] / ctx->Point.Threshold;
465 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
469 if (psz[0] < 1.0)
470 psz[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c965 const size_t psz = cpi->common.MBs * sizeof(uint8_t); local
966 const int ps = (int)(oxcf->firstpass_mb_stats_in.sz / psz);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 118 milliseconds