| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | slab.h | 73 unsigned item_size, 88 unsigned item_size,
|
| H A D | slab.c | 101 * \param item_size Size of one object. 106 unsigned item_size, 110 parent->element_size = ALIGN_POT(sizeof(struct slab_element_header) + item_size, 307 * \param item_size Size of one object. 312 unsigned item_size, 315 slab_create_parent(&mempool->parent, item_size, num_items); 105 slab_create_parent(struct slab_parent_pool * parent,unsigned item_size,unsigned num_items) argument 311 slab_create(struct slab_mempool * mempool,unsigned item_size,unsigned num_items) argument
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | slab.h | 77 unsigned item_size, 92 unsigned item_size,
|
| H A D | slab.c | 101 * \param item_size Size of one object. 106 unsigned item_size, 110 parent->element_size = ALIGN_POT(sizeof(struct slab_element_header) + item_size, 310 * \param item_size Size of one object. 315 unsigned item_size, 318 slab_create_parent(&mempool->parent, item_size, num_items); 105 slab_create_parent(struct slab_parent_pool * parent,unsigned item_size,unsigned num_items) argument 314 slab_create(struct slab_mempool * mempool,unsigned item_size,unsigned num_items) argument
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftutil.c | 92 FT_Long item_size, 101 block = ft_mem_qrealloc( memory, item_size, 104 FT_MEM_ZERO( (char*)block + cur_count * item_size, 105 ( new_count - cur_count ) * item_size ); 114 FT_Long item_size, 123 /* Note that we now accept `item_size == 0' as a valid parameter, in 127 if ( cur_count < 0 || new_count < 0 || item_size < 0 ) 132 else if ( new_count == 0 || item_size == 0 ) 137 else if ( new_count > FT_INT_MAX / item_size ) 145 block = memory->alloc( memory, new_count * item_size ); 91 ft_mem_realloc(FT_Memory memory,FT_Long item_size,FT_Long cur_count,FT_Long new_count,void * block,FT_Error * p_error) argument 113 ft_mem_qrealloc(FT_Memory memory,FT_Long item_size,FT_Long cur_count,FT_Long new_count,void * block,FT_Error * p_error) argument [all...] |
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | difs.h | 62 extern int LoadGlyphRanges ( ClientPtr client, FontPtr pfont, Bool range_flag, int num_ranges, int item_size, fsChar2b *data ); 75 extern int QueryExtents ( ClientPtr client, ClientFontPtr cfp, int item_size, int nranges, Bool range_flag, pointer range_data ); 76 extern int QueryBitmaps ( ClientPtr client, ClientFontPtr cfp, int item_size, fsBitmapFormat format, int nranges, Bool range_flag, pointer range_data );
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | ftmemory.h | 138 FT_Long item_size, 146 FT_Long item_size, 198 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ 200 (FT_Long)(item_size), \ 214 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ 216 (FT_Long)(item_size), \ 317 #define FT_ALLOC_MULT( ptr, count, item_size ) \ 318 FT_MEM_SET_ERROR( FT_MEM_ALLOC_MULT( ptr, count, item_size ) ) 330 #define FT_QALLOC_MULT( ptr, count, item_size ) \ 331 FT_MEM_SET_ERROR( FT_MEM_QALLOC_MULT( ptr, count, item_size ) ) [all...] |
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | fontinfo.c | 162 int item_size, 190 np->min_char_high = (item_size == 1) ? 0 : *rp++; 192 np->max_char_high = (item_size == 1) ? 0 : *rp++; 201 np->min_char_high = (item_size == 1) ? 0 : *rp++; 222 if (item_size == 1) { 238 pp += item_size; 311 int item_size, 320 if (item_size == 2 && client->major_version == 1) 323 fixed_range = build_range(range_flag, range_data, item_size, 339 c->flags |= (item_size 159 build_range(Bool type,pointer src,int item_size,int * num,Bool * all,FontInfoPtr pfi) argument 308 QueryExtents(ClientPtr client,ClientFontPtr cfp,int item_size,int nranges,Bool range_flag,pointer range_data) argument 406 QueryBitmaps(ClientPtr client,ClientFontPtr cfp,int item_size,fsBitmapFormat format,int nranges,Bool range_flag,pointer range_data) argument [all...] |
| H A D | dispatch.c | 929 int item_size; local in function:ProcQueryXExtents 941 item_size = (stuff->reqType == FS_QueryXExtents8) ? 1 : 2; 944 ((stuff->length << 2) - SIZEOF(fsQueryXExtents8Req))/item_size) { 951 err = QueryExtents(client, cfp, item_size, 966 int item_size; local in function:ProcQueryXBitmaps 984 item_size = (stuff->reqType == FS_QueryXBitmaps8) ? 1 : 2; 987 ((stuff->length << 2) - SIZEOF(fsQueryXBitmaps8Req))/item_size) { 993 err = QueryBitmaps(client, cfp, item_size, stuff->format,
|
| H A D | fonts.c | 1397 int item_size, 1403 (pointer)client, pfont, range_flag, num_ranges, item_size, 1392 LoadGlyphRanges(ClientPtr client,FontPtr pfont,Bool range_flag,int num_ranges,int item_size,fsChar2b * data) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_cache.h | 147 unsigned cso_construct_key(void *item, int item_size);
|
| H A D | cso_cache.c | 78 unsigned cso_construct_key(void *item, int item_size) argument 80 return hash_key((item), item_size);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dvx_meta_common.c | 700 uint32_t item_size) 702 const uint32_t stride = job->frame_tiling.width * item_size; 717 uint32_t item_size) 725 framebuffer, format, item_size); 1228 uint32_t item_size = 4; local in function:v3dX 1229 while (item_size > 1 && 1230 (src_offset % item_size != 0 || dst_offset % item_size != 0)) { 1231 item_size /= 2; 1234 while (item_size > [all...] |
| H A D | v3dvx_private.h | 209 uint32_t item_size); 219 uint32_t item_size);
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrload.c | 141 FT_UInt num_items, item_type, item_size; local in function:pfr_extra_items_parse 150 item_size = PFR_NEXT_BYTE( p ); 153 PFR_CHECK( item_size ); 164 error = extra->parser( p, p + item_size, item_data ); 173 p += item_size;
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fservestr.h | 187 unsigned int count, int item_size,
|
| H A D | fsconvert.c | 201 int item_size, unsigned char *data, int *nranges, 240 if (!range_flag && item_size == 1) 200 fs_build_range(FontPtr pfont,Bool range_flag,unsigned int count,int item_size,unsigned char * data,int * nranges,fsRange ** ranges) argument
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fservestr.h | 187 unsigned int count, int item_size,
|
| H A D | fsconvert.c | 203 int item_size, unsigned char *data, int *nranges, 242 if (!range_flag && item_size == 1) 202 fs_build_range(FontPtr pfont,Bool range_flag,unsigned int count,int item_size,unsigned char * data,int * nranges,fsRange ** ranges) argument
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | fontstruct.h | 207 int item_size, 243 item_size = bytes/char 247 item_size is ignored
|
| /xsrc/external/mit/libvdpau/dist/trace/ |
| H A D | vdpau_trace.cpp | 854 uint32_t item_size; member in struct:_VdpcapPlane 875 if (planes[0].item_size == 4) { 919 planes[0].item_size = 1; 922 planes[1].item_size = 1; 931 planes[0].item_size = 1; 934 planes[1].item_size = 1; 937 planes[2].item_size = 1; 947 planes[0].item_size = 1; 957 planes[0].item_size = 4; 985 planes[0].item_size [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 287 size_t item_size = vk_structure_type_size(item); local in function:clone_chain 289 (struct VkBaseOutStructure *)malloc(item_size);; 291 memcpy(new_item, item, item_size);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dixfonts.c | 108 LoadGlyphs(ClientPtr client, FontPtr pfont, unsigned nchars, int item_size, argument 113 (client, pfont, 0, nchars, item_size, data);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dixfonts.c | 109 LoadGlyphs(ClientPtr client, FontPtr pfont, unsigned nchars, int item_size, argument 114 (client, pfont, 0, nchars, item_size, data);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe.h | 484 unsigned item_size; member in struct:r600_scratch_buffer
|