Searched refs:vsize (Results 1 - 25 of 34) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
H A DLongVector.java31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE;
32 objects = new ConstInfo[vsize][];
/external/squashfs-tools/squashfs-tools/
H A Dxattr.c168 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
[all...]
H A Dread_xattrs.c373 xptr += sizeof(val) + val.vsize;
376 TRACE("get_xattr: xattr %d, vsize %d\n", j, val.vsize);
378 xattr_list[j ++].vsize = val.vsize;
H A Dunsquashfs_xattr.c67 xattr_list[i].value, xattr_list[i].vsize, 0);
H A Dxattr.h46 int vsize; member in struct:xattr_list
H A Dsquashfs_fs.h476 unsigned int vsize; member in struct:squashfs_xattr_val
H A Dsquashfs_swap.h220 SWAP_FUNC(32, s, d, vsize, struct squashfs_xattr_val);\
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_urb.c103 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...]
H A Dbrw_gs_state.c72 gs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
H A Dbrw_clip_state.c71 clip->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
H A Dbrw_vs_state.c138 vs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
H A Dbrw_context.h817 GLuint vsize; /* vertex size plus header in urb registers */ member in struct:brw_context::__anon14505
/external/elfutils/libdw/
H A Ddwarf_getcfi_elf.c138 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/
H A Ddraw_pipe.h119 const uint vsize = sizeof(struct vertex_header) local
121 memcpy(tmp, vert, vsize);
/external/icu/icu4c/source/common/
H A Dlocid.cpp290 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 !
[all...]
/external/eigen/bench/
H A DbenchGeometry.cpp79 #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;\
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_dma.h57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
H A Dradeon_dma.c452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize )
454 GLuint bytes = vsize * nverts;
476 ASSERT( vsize == rmesa->swtcl.vertex_size * 4 );
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.h57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
H A Dradeon_dma.c452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize )
454 GLuint bytes = vsize * nverts;
476 ASSERT( vsize == rmesa->swtcl.vertex_size * 4 );
/external/kernel-headers/original/uapi/drm/
H A Dexynos_drm.h128 __u32 vsize; member in struct:drm_exynos_sz
/external/avahi/avahi-gobject/
H A Dga-entry-group.c275 const guint8 * value, gsize vsize) {
278 _new_entry(value, vsize));
274 _set_entry(GHashTable * table, const guint8 * key, gsize ksize, const guint8 * value, gsize vsize) argument
/external/bison/doc/
H A Drefcard.tex146 \vsize 10in
164 \vsize 7.95in
/external/bison/build-aux/
H A Dtexinfo.tex369 % (We lessened \vsize for it in \oddfootingyyy.)
3368 \global\advance\vsize by -12pt
5128 % Double the \vsize as well. (We don't need a separate register here,
5129 % since nobody clobbers \vsize.)
5130 \vsize = 2\vsize
5141 \dimen@ = \vsize
5209 % \pagegoal was set to the doubled \vsize above, since we restarted
5211 % typesetting, so reset \pagegoal to the normal \vsize (after the
5212 % \endgroup where \vsize go
[all...]
/external/libmicrohttpd/doc/
H A Dtexinfo.tex370 % (We lessened \vsize for it in \oddfootingyyy.)
3369 \global\advance\vsize by -12pt
5129 % Double the \vsize as well. (We don't need a separate register here,
5130 % since nobody clobbers \vsize.)
5131 \vsize = 2\vsize
5142 \dimen@ = \vsize
5210 % \pagegoal was set to the doubled \vsize above, since we restarted
5212 % typesetting, so reset \pagegoal to the normal \vsize (after the
5213 % \endgroup where \vsize go
[all...]

Completed in 437 milliseconds

12