HomeSort by relevance Sort by last modified time
    Searched refs:vsize (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 145 unsigned vsize, vpos; local
151 vsize = fp->size;
155 if (vsize < vpos)
158 "GCOV_KERNEL: something wrong in file %s: vbuf=%p vsize=%u"
160 fp->info->filename, vbuf, vsize, vpos);
164 len = vsize - vpos;
170 vsize *= 2;
171 len = vsize - vpos;
175 if (vsize != fp->size)
177 vbuf = fp->buf = (char *) gcov_realloc_file_buf(vsize, vpos)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-driver-kernel.c 145 unsigned vsize, vpos; local
151 vsize = fp->size;
155 if (vsize < vpos)
158 "GCOV_KERNEL: something wrong in file %s: vbuf=%p vsize=%u"
160 fp->info->filename, vbuf, vsize, vpos);
164 len = vsize - vpos;
170 vsize *= 2;
171 len = vsize - vpos;
175 if (vsize != fp->size)
177 vbuf = fp->buf = (char *) gcov_realloc_file_buf(vsize, vpos)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 145 unsigned vsize, vpos; local
151 vsize = fp->size;
155 if (vsize < vpos)
158 "GCOV_KERNEL: something wrong in file %s: vbuf=%p vsize=%u"
160 fp->info->filename, vbuf, vsize, vpos);
164 len = vsize - vpos;
170 vsize *= 2;
171 len = vsize - vpos;
175 if (vsize != fp->size)
177 vbuf = fp->buf = (char *) gcov_realloc_file_buf(vsize, vpos)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 145 unsigned vsize, vpos; local
151 vsize = fp->size;
155 if (vsize < vpos)
158 "GCOV_KERNEL: something wrong in file %s: vbuf=%p vsize=%u"
160 fp->info->filename, vbuf, vsize, vpos);
164 len = vsize - vpos;
170 vsize *= 2;
171 len = vsize - vpos;
175 if (vsize != fp->size)
177 vbuf = fp->buf = (char *) gcov_realloc_file_buf(vsize, vpos)
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 145 unsigned vsize, vpos; local
151 vsize = fp->size;
155 if (vsize < vpos)
158 "GCOV_KERNEL: something wrong in file %s: vbuf=%p vsize=%u"
160 fp->info->filename, vbuf, vsize, vpos);
164 len = vsize - vpos;
170 vsize *= 2;
171 len = vsize - vpos;
175 if (vsize != fp->size)
177 vbuf = fp->buf = (char *) gcov_realloc_file_buf(vsize, vpos)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-driver-kernel.c 145 unsigned vsize, vpos; local
151 vsize = fp->size;
155 if (vsize < vpos)
158 "GCOV_KERNEL: something wrong in file %s: vbuf=%p vsize=%u"
160 fp->info->filename, vbuf, vsize, vpos);
164 len = vsize - vpos;
170 vsize *= 2;
171 len = vsize - vpos;
175 if (vsize != fp->size)
177 vbuf = fp->buf = (char *) gcov_realloc_file_buf(vsize, vpos)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 145 unsigned vsize, vpos; local
151 vsize = fp->size;
155 if (vsize < vpos)
158 "GCOV_KERNEL: something wrong in file %s: vbuf=%p vsize=%u"
160 fp->info->filename, vbuf, vsize, vpos);
164 len = vsize - vpos;
170 vsize *= 2;
171 len = vsize - vpos;
175 if (vsize != fp->size)
177 vbuf = fp->buf = (char *) gcov_realloc_file_buf(vsize, vpos)
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 145 unsigned vsize, vpos; local
151 vsize = fp->size;
155 if (vsize < vpos)
158 "GCOV_KERNEL: something wrong in file %s: vbuf=%p vsize=%u"
160 fp->info->filename, vbuf, vsize, vpos);
164 len = vsize - vpos;
170 vsize *= 2;
171 len = vsize - vpos;
175 if (vsize != fp->size)
177 vbuf = fp->buf = (char *) gcov_realloc_file_buf(vsize, vpos)
    [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/squashfs-tools/squashfs-tools/
xattr.c 168 xattrs->vsize = strlen(attr_val);
180 xattrs->vsize = sizeof(*attr_val);
188 ssize_t size, vsize; local
245 vsize = lgetxattr(filename, xattr_list[i].full_name,
247 if(vsize < 0) {
256 xattr_list[i].value = malloc(vsize);
260 vsize = lgetxattr(filename, xattr_list[i].full_name,
261 xattr_list[i].value, vsize);
262 if(vsize < 0) {
279 xattr_list[i].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 339 unsigned int vsize = size * glSizeof(type); local
340 if (stride == 0) stride = vsize;
342 if (stride == vsize) {
345 for (unsigned int i = 0; i < datalen; i += vsize) {
346 memcpy(dst, src, vsize);
347 dst += vsize;
359 unsigned int vsize = size * glSizeof(type); local
360 if (stride == 0) stride = vsize;
362 if (stride == vsize) {
365 for (unsigned int i = 0; i < datalen; i += vsize) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_element.cpp 38 int vsize; member in struct:slang::DataElementInfo
62 EI->vsize = DataElementInfoTable[i].vsize;
91 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
104 slangAssert(EI->vsize > 1 && "Element not a vector class (please check "
115 slangAssert(EI->vsize == EVT->getNumElement() && "Element has unexpected "
slang_rs_export_element.h 46 unsigned vsize; member in struct:slang::RSExportElement::__anon28499
  /hardware/qcom/audio/post_proc/
reverb.c 313 if (param != REVERB_PARAM_PRESET || p->vsize < sizeof(uint16_t))
321 if (p->vsize < sizeof(uint16_t))
323 p->vsize = sizeof(uint16_t);
326 if (p->vsize < sizeof(uint16_t))
328 p->vsize = sizeof(uint16_t);
331 if (p->vsize < sizeof(uint32_t))
333 p->vsize = sizeof(uint32_t);
336 if (p->vsize < sizeof(uint16_t))
338 p->vsize = sizeof(uint16_t);
341 if (p->vsize < sizeof(uint16_t)
    [all...]
equalizer.c 213 if (p->vsize < sizeof(int16_t))
215 p->vsize = sizeof(int16_t);
219 if (p->vsize < 2 * sizeof(int16_t))
221 p->vsize = 2 * sizeof(int16_t);
224 if (p->vsize < 2 * sizeof(int32_t))
226 p->vsize = 2 * sizeof(int32_t);
230 if (p->vsize < sizeof(int32_t))
232 p->vsize = sizeof(int32_t);
239 if (p->vsize < (2 + NUM_EQ_BANDS) * sizeof(uint16_t))
241 p->vsize = (2 + NUM_EQ_BANDS) * sizeof(uint16_t)
    [all...]
bass_boost.c 80 if (p->vsize < sizeof(uint32_t))
82 p->vsize = sizeof(uint32_t);
85 if (p->vsize < sizeof(int16_t))
87 p->vsize = sizeof(int16_t);
93 *size = sizeof(effect_param_t) + voffset + p->vsize;
  /development/perftests/panorama/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...]
  /external/elfutils/libdw/
dwarf_getcfi_elf.c 138 size_t vsize, dmax; local
150 vsize = encoded_value_size (data, ehdr->e_ident, search_table_encoding,
154 || vsize == 0
155 || search_table_entries > (dmax / vsize) / 2))
234 size_t vsize, dmax; local
246 vsize = encoded_value_size (hdr_data, ehdr->e_ident,
251 || vsize == 0
252 || cfi->search_table_entries > (dmax / vsize) / 2))
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 119 const uint vsize = sizeof(struct vertex_header) local
121 memcpy(tmp, vert, vsize);
  /external/icu/icu4c/source/common/
locid.cpp 290 int32_t vsize = 0; local
320 vsize = (int32_t)uprv_strlen(newVariant);
321 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
323 vsize--;
327 if( vsize > 0 )
329 size += vsize;
333 if ( vsize > 0 )
371 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
382 if ( vsize != 0
    [all...]
  /frameworks/webview/chromium/loader/
loader.cpp 52 size_t vsize = static_cast<size_t>(size); local
54 void* addr = mmap(NULL, vsize, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
58 vsize, strerror(errno));
62 gReservedSize = vsize;
63 ALOGV("Reserved %zd bytes at %p", vsize, addr);

Completed in 702 milliseconds

1 2 3 4