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

  /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/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 124 const uint vsize = sizeof(struct vertex_header) local
126 memcpy(tmp, vert, vsize);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 430 unsigned int vsize = size * glSizeof(type); local
434 vsize = vsize / 4;
440 if (stride == 0) stride = vsize;
442 if (stride == vsize) {
445 for (unsigned int i = 0; i < datalen; i += vsize) {
446 memcpy(dst, src, vsize);
447 dst += vsize;
459 unsigned int vsize = size * glSizeof(type); local
460 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...]
squashfs_fs.h 476 unsigned int vsize; member in struct:squashfs_xattr_val
  /external/libaom/libaom/av1/common/
cdef.c 111 int sstride, int vsize, int hsize) {
115 copy_rect8_16bit_to_16bit(dst, dstride, base, sstride, vsize, hsize);
118 copy_rect8_8bit_to_16bit(dst, dstride, base, sstride, vsize, hsize);
260 int vsize = nvb << mi_high_l2[pli]; local
273 rend = vsize;
275 rend = vsize + CDEF_VBORDER;
356 fill_rect(src, CDEF_BSTRIDE, vsize + 2 * CDEF_VBORDER, CDEF_HBORDER,
360 fill_rect(&src[(vsize + CDEF_VBORDER) * CDEF_BSTRIDE], CDEF_BSTRIDE,
365 vsize + 2 * CDEF_VBORDER, CDEF_HBORDER, CDEF_VERY_LARGE);
  /external/python/cpython2/PC/
_subprocess.c 359 size_t ksize, vsize, totalsize; local
369 vsize = PyString_GET_SIZE(value);
371 strlen(PyString_AS_STRING(value)) != vsize)
383 vsize + 1 + 1;
393 memcpy(p, PyString_AS_STRING(value), vsize);
394 p += vsize;
  /external/mksh/src/
expr.c 665 size_t vsize; local
667 vsize = strlen(vname) + 1;
668 vp = alloc(offsetof(struct tbl, name[0]) + vsize, ATEMP);
669 memcpy(vp->name, vname, vsize);
  /external/icu/icu4c/source/common/
locid.cpp 305 int32_t vsize = 0; local
344 vsize = (int32_t)uprv_strlen(newVariant);
345 if ( vsize < 0 || vsize > ULOC_STRING_LIMIT ) { // int32 wrap
349 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
351 vsize--;
355 if( vsize > 0 )
357 size += vsize;
361 if ( vsize > 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 988 GLuint vsize; \/* vertex size plus header in urb registers *\/ member in struct:brw_context::__anon34316
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 7890 milliseconds