Home
last modified time | relevance | path

Searched refs:vsize (Results 1 – 25 of 40) sorted by relevance

12

/external/squashfs-tools/squashfs-tools/
Dxattr.c168 xattrs->vsize = strlen(attr_val); in read_selinux_xattr_from_sehnd()
180 xattrs->vsize = sizeof(*attr_val); in set_caps_xattr()
188 ssize_t size, vsize; in read_xattrs_from_system() local
245 vsize = lgetxattr(filename, xattr_list[i].full_name, in read_xattrs_from_system()
247 if(vsize < 0) { in read_xattrs_from_system()
256 xattr_list[i].value = malloc(vsize); in read_xattrs_from_system()
260 vsize = lgetxattr(filename, xattr_list[i].full_name, in read_xattrs_from_system()
261 xattr_list[i].value, vsize); in read_xattrs_from_system()
262 if(vsize < 0) { in read_xattrs_from_system()
279 xattr_list[i].vsize = vsize; in read_xattrs_from_system()
[all …]
Dread_xattrs.c373 xptr += sizeof(val) + val.vsize; in get_xattr()
376 TRACE("get_xattr: xattr %d, vsize %d\n", j, val.vsize); in get_xattr()
378 xattr_list[j ++].vsize = val.vsize; in get_xattr()
Dxattr.h46 int vsize; member
Dunsquashfs_xattr.c67 xattr_list[i].value, xattr_list[i].vsize, 0); in write_xattr()
Dsquashfs_fs.h476 unsigned int vsize; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c103 brw->urb.gs_start = brw->urb.nr_vs_entries * brw->urb.vsize; in check_urb_layout()
104 brw->urb.clip_start = brw->urb.gs_start + brw->urb.nr_gs_entries * brw->urb.vsize; in check_urb_layout()
105 brw->urb.sf_start = brw->urb.clip_start + brw->urb.nr_clip_entries * brw->urb.vsize; in check_urb_layout()
117 unsigned vsize, unsigned sfsize) in brw_calculate_urb_fence() argument
124 if (vsize < limits[VS].min_entry_size) in brw_calculate_urb_fence()
125 vsize = limits[VS].min_entry_size; in brw_calculate_urb_fence()
130 if (brw->urb.vsize < vsize || in brw_calculate_urb_fence()
133 (brw->urb.constrained && (brw->urb.vsize > vsize || in brw_calculate_urb_fence()
140 brw->urb.vsize = vsize; in brw_calculate_urb_fence()
Dgen7_urb.c207 if (brw->urb.vsize == entry_size[MESA_SHADER_VERTEX] && in gen7_upload_urb()
215 brw->urb.vsize = entry_size[MESA_SHADER_VERTEX]; in gen7_upload_urb()
Dgen4_blorp_exec.h58 vs.URBEntryAllocationSize = brw->urb.vsize - 1; in blorp_emit_vs_state()
Dgen7_l3_state.c209 brw->urb.vsize = 0; in update_urb_size()
/external/elfutils/libdw/
Ddwarf_getcfi_elf.c138 size_t vsize, dmax; in getcfi_gnu_eh_frame() local
150 vsize = encoded_value_size (data, ehdr->e_ident, search_table_encoding, in getcfi_gnu_eh_frame()
154 || vsize == 0 in getcfi_gnu_eh_frame()
155 || search_table_entries > (dmax / vsize) / 2)) in getcfi_gnu_eh_frame()
234 size_t vsize, dmax; in getcfi_scn_eh_frame() local
246 vsize = encoded_value_size (hdr_data, ehdr->e_ident, in getcfi_scn_eh_frame()
251 || vsize == 0 in getcfi_scn_eh_frame()
252 || cfi->search_table_entries > (dmax / vsize) / 2)) in getcfi_scn_eh_frame()
/external/python/cpython3/Lib/test/
Dtest_sys.py878 vsize = test.support.calcvobjsize
881 self.assertEqual(sys.getsizeof(True), vsize('') + self.longdigit)
883 self.assertEqual(sys.getsizeof([]), vsize('Pn') + gc_header_size)
925 vsize = test.support.calcvobjsize
928 check(True, vsize('') + self.longdigit)
937 check(x, vsize('n2Pi') + x.__alloc__())
941 check(b'', vsize('n') + 1)
942 check(b'x' * 10, vsize('n') + 11)
1018 check(sys.float_info, vsize('') + self.P * len(sys.float_info))
1027 check(x, vsize('5P2c4P3ic' + CO_MAXBLOCKS*'3i' + 'P' + extras*'P'))
[all …]
/external/python/cpython2/Lib/test/
Dtest_sys.py543 vsize = test.test_support.calcvobjsize
556 check(x, vsize('iPP') + x.__alloc__())
640 check(sys.float_info, vsize('') + self.P * len(sys.float_info))
649 check(x, vsize('12P3i' + CO_MAXBLOCKS*'3i' + 'P' + extras*'P'))
678 check(sample, vsize('PP') + len(sample)*self.P)
688 check(0L, vsize(''))
689 check(1L, vsize('') + self.longdigit)
690 check(-1L, vsize('') + self.longdigit)
692 check(long(PyLong_BASE), vsize('') + 2*self.longdigit)
693 check(long(PyLong_BASE**2-1), vsize('') + 2*self.longdigit)
[all …]
/external/libaom/libaom/av1/common/
Dcdef.c111 int sstride, int vsize, int hsize) { in copy_sb8_16() argument
115 copy_rect8_16bit_to_16bit(dst, dstride, base, sstride, vsize, hsize); in copy_sb8_16()
118 copy_rect8_8bit_to_16bit(dst, dstride, base, sstride, vsize, hsize); in copy_sb8_16()
260 int vsize = nvb << mi_high_l2[pli]; in av1_cdef_frame() local
273 rend = vsize; in av1_cdef_frame()
275 rend = vsize + CDEF_VBORDER; in av1_cdef_frame()
356 fill_rect(src, CDEF_BSTRIDE, vsize + 2 * CDEF_VBORDER, CDEF_HBORDER, in av1_cdef_frame()
360 fill_rect(&src[(vsize + CDEF_VBORDER) * CDEF_BSTRIDE], CDEF_BSTRIDE, in av1_cdef_frame()
365 vsize + 2 * CDEF_VBORDER, CDEF_HBORDER, CDEF_VERY_LARGE); in av1_cdef_frame()
/external/icu/icu4c/source/common/
Dlocid.cpp305 int32_t vsize = 0; in Locale() local
344 vsize = (int32_t)uprv_strlen(newVariant); in Locale()
345 if ( vsize < 0 || vsize > ULOC_STRING_LIMIT ) { // int32 wrap in Locale()
349 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) ) in Locale()
351 vsize--; in Locale()
355 if( vsize > 0 ) in Locale()
357 size += vsize; in Locale()
361 if ( vsize > 0 ) in Locale()
385 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v in Locale()
395 if ( vsize != 0) in Locale()
[all …]
/external/python/cpython2/PC/
D_subprocess.c359 size_t ksize, vsize, totalsize; in getenvironment() local
369 vsize = PyString_GET_SIZE(value); in getenvironment()
371 strlen(PyString_AS_STRING(value)) != vsize) in getenvironment()
383 vsize + 1 + 1; in getenvironment()
393 memcpy(p, PyString_AS_STRING(value), vsize); in getenvironment()
394 p += vsize; in getenvironment()
/external/eigen/bench/
DbenchGeometry.cpp79 #define run_vec( op, scalar, mode, option, vsize ) \ argument
80 std::cout << #scalar << "\t " << #mode << "\t " << #option << " " << #vsize " "; \
83 typedef Matrix<scalar, vsize, 1, option> Vec;\
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe.h124 const uint vsize = sizeof(struct vertex_header) in dup_vert() local
126 memcpy(tmp, vert, vsize); in dup_vert()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_dma.h57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
Dradeon_dma.c452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize ) in rcommonAllocDmaLowVerts() argument
454 GLuint bytes = vsize * nverts; in rcommonAllocDmaLowVerts()
476 assert( vsize == rmesa->swtcl.vertex_size * 4 ); in rcommonAllocDmaLowVerts()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_dma.h57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
Dradeon_dma.c452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize ) in rcommonAllocDmaLowVerts() argument
454 GLuint bytes = vsize * nverts; in rcommonAllocDmaLowVerts()
476 assert( vsize == rmesa->swtcl.vertex_size * 4 ); in rcommonAllocDmaLowVerts()
/external/mksh/src/
Dexpr.c665 size_t vsize; in tempvar() local
667 vsize = strlen(vname) + 1; in tempvar()
668 vp = alloc(offsetof(struct tbl, name[0]) + vsize, ATEMP); in tempvar()
669 memcpy(vp->name, vname, vsize); in tempvar()
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-08-01-WrongLDRBOpc.ll4 @vsize = external global [100 x [20 x [4 x i8]]] ; <[100 x [20 x [4 x i8]]]*> [#uses=1]
64 …%scevgep12.i.i.i = getelementptr [100 x [20 x [4 x i8]]]* @vsize, i32 0, i32 %i.03.i172.i.i, i32 %…
/external/llvm/test/CodeGen/Thumb2/
D2009-08-01-WrongLDRBOpc.ll4 @vsize = external global [100 x [20 x [4 x i8]]] ; <[100 x [20 x [4 x i8]]]*> [#uses=1]
64 …%scevgep12.i.i.i = getelementptr [100 x [20 x [4 x i8]]], [100 x [20 x [4 x i8]]]* @vsize, i32 0, …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2009-08-01-WrongLDRBOpc.ll4 @vsize = external global [100 x [20 x [4 x i8]]] ; <[100 x [20 x [4 x i8]]]*> [#uses=1]
64 …%scevgep12.i.i.i = getelementptr [100 x [20 x [4 x i8]]], [100 x [20 x [4 x i8]]]* @vsize, i32 0, …

12