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

1 2 3 4

  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/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][];
  /hardware/qcom/audio/post_proc/
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)
374 int32_t vsize = (int32_t) p->vsize; local
    [all...]
reverb.c 315 if (param != REVERB_PARAM_PRESET || p->vsize < sizeof(uint16_t))
323 if (p->vsize < sizeof(uint16_t))
325 p->vsize = sizeof(uint16_t);
328 if (p->vsize < sizeof(uint16_t))
330 p->vsize = sizeof(uint16_t);
333 if (p->vsize < sizeof(uint32_t))
335 p->vsize = sizeof(uint32_t);
338 if (p->vsize < sizeof(uint16_t))
340 p->vsize = sizeof(uint16_t);
343 if (p->vsize < sizeof(uint16_t)
    [all...]
bass_boost.c 81 if (p->vsize < sizeof(uint32_t))
83 p->vsize = sizeof(uint32_t);
86 if (p->vsize < sizeof(int16_t))
88 p->vsize = sizeof(int16_t);
94 *size = sizeof(effect_param_t) + voffset + p->vsize;
virtualizer.c 81 if (p->vsize < sizeof(uint32_t))
83 p->vsize = sizeof(uint32_t);
86 if (p->vsize < sizeof(int16_t))
88 p->vsize = sizeof(int16_t);
94 *size = sizeof(effect_param_t) + voffset + p->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 405 unsigned int vsize = size * glSizeof(type); local
409 vsize = vsize / 4;
415 if (stride == 0) stride = vsize;
417 if (stride == vsize) {
420 for (unsigned int i = 0; i < datalen; i += vsize) {
421 memcpy(dst, src, vsize);
422 dst += vsize;
434 unsigned int vsize = size * glSizeof(type); local
435 if (stride == 0) stride = 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::__anon39195
  /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 299 int32_t vsize = 0; local
338 vsize = (int32_t)uprv_strlen(newVariant);
339 if ( vsize < 0 || vsize > ULOC_STRING_LIMIT ) { // int32 wrap
343 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
345 vsize--;
349 if( vsize > 0 )
351 size += vsize;
355 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);
  /external/eigen/bench/
benchGeometry.cpp 79 #define run_vec( op, scalar, mode, option, vsize ) \
80 std::cout << #scalar << "\t " << #mode << "\t " << #option << " " << #vsize " "; \
83 typedef Matrix<scalar, vsize, 1, option> Vec;\

Completed in 1101 milliseconds

1 2 3 4