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

1 2

  /external/freetype/src/tools/ftfuzzer/
rasterfuzzer.cc 74 const size_t vsize = sizeof ( FT_Vector ); local
78 short n_points = short( size_ / ( vsize + tsize ) );
87 data + size_t( n_points ) * vsize ) );
  /frameworks/compile/slang/
slang_rs_export_element.h 46 unsigned vsize; member in struct:slang::RSExportElement::__anon46073
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 "
  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_free_buffer_test.cpp 112 size_t vsize = snprintf(&temp_buffer[0], sizeof(temp_buffer), local
116 EXPECT_EQ(vsize,
119 EXPECT_EQ(vsize + 1, buffer_.size());
127 EXPECT_EQ(vsize,
130 EXPECT_EQ(vsize + 1, buffer_.size());
  /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/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 124 const uint vsize = sizeof(struct vertex_header) local
126 memcpy(tmp, vert, vsize);
  /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;
118 GLuint vsize = brw_vue_prog_data(brw->vs.base.prog_data)->urb_entry_size; local
124 if (vsize < limits[VS].min_entry_size)
125 vsize = limits[VS].min_entry_size;
130 if (brw->urb.vsize < vsize ||
133 (brw->urb.constrained && (brw->urb.vsize > vsize ||
    [all...]
  /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...]
  /system/update_engine/payload_consumer/
mtd_file_descriptor.cc 196 uint64_t vsize = volume_size_; local
197 if (ioctl(fd_, UBI_IOCVOLUP, &vsize) != 0) {
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 424 unsigned int vsize = size * glSizeof(type); local
428 vsize = vsize / 4;
434 if (stride == 0) stride = vsize;
436 if (stride == vsize) {
439 for (unsigned int i = 0; i < datalen; i += vsize) {
440 memcpy(dst, src, vsize);
441 dst += vsize;
453 unsigned int vsize = size * glSizeof(type); local
454 if (stride == 0) stride = vsize;
    [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/squashfs-tools/squashfs-tools/
xattr.h 46 int vsize; member in struct:xattr_list
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...]
  /frameworks/base/native/webview/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);
  /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 uint32_t vsize = p->vsize; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 113 String vsize = poList2[3]; local
114 int vsizevalue = Integer.parseInt(vsize);
115 Log.v(TAG, "VSIZE = " + vsizevalue);
  /external/python/cpython2/PC/
_subprocess.c 355 int ksize, vsize, totalsize; local
365 vsize = PyString_GET_SIZE(value);
367 vsize + 1 + 1;
377 memcpy(p, PyString_AS_STRING(value), vsize);
378 p += vsize;
  /system/media/audio/include/system/
audio_effect.h 495 // psize and vsize represent the actual size of parameter and value.
504 // | vsize | sizeof(int)
513 // ~ value ~ > vsize
520 uint32_t vsize; // Value size member in struct:effect_param_s

Completed in 890 milliseconds

1 2