| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XIProperties.c | 108 int format, int mode, unsigned char *data, int num_items) 126 if (num_items < 0) { 127 req->num_items = 0; 130 req->num_items = num_items; 136 len = (num_items + 3)/4; 138 len = num_items; 142 len = (num_items + 1)/2; 144 len = num_items * 2; 148 len = num_items; 107 XIChangeProperty(Display * dpy,int deviceid,Atom property,Atom type,int format,int mode,unsigned char * data,int num_items) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | slab.h | 74 unsigned num_items); 89 unsigned num_items);
|
| H A D | slab.c | 102 * \param num_items Number of objects to allocate at once. 107 unsigned num_items) 112 parent->num_elements = num_items; 308 * \param num_items Number of objects to allocate at once. 313 unsigned num_items) 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 | 78 unsigned num_items); 93 unsigned num_items);
|
| H A D | sparse_array.h | 131 uint32_t *items, unsigned num_items);
|
| H A D | slab.c | 102 * \param num_items Number of objects to allocate at once. 107 unsigned num_items) 112 parent->num_elements = num_items; 311 * \param num_items Number of objects to allocate at once. 316 unsigned num_items) 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
|
| H A D | sparse_array.c | 237 uint32_t *items, unsigned num_items) 239 assert(num_items > 0); 243 for (unsigned i = 1; i < num_items; i++) { 236 util_sparse_array_free_list_push(struct util_sparse_array_free_list * fl,uint32_t * items,unsigned num_items) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_gem_stubs.c | 302 uint32_t num_items, int64_t abs_timeout_ns, 311 uint32_t num_items) 319 uint32_t num_items) 300 anv_gem_syncobj_timeline_wait(struct anv_device * device,const uint32_t * handles,const uint64_t * points,uint32_t num_items,int64_t abs_timeout_ns,bool wait_all,bool wait_materialize) argument 309 anv_gem_syncobj_timeline_signal(struct anv_device * device,const uint32_t * handles,const uint64_t * points,uint32_t num_items) argument 317 anv_gem_syncobj_timeline_query(struct anv_device * device,const uint32_t * handles,uint64_t * points,uint32_t num_items) argument
|
| H A D | anv_gem.c | 725 uint32_t num_items, int64_t abs_timeout_ns, 733 .count_handles = num_items, 749 uint32_t num_items) 756 .count_handles = num_items, 765 uint32_t num_items) 772 .count_handles = num_items, 723 anv_gem_syncobj_timeline_wait(struct anv_device * device,const uint32_t * handles,const uint64_t * points,uint32_t num_items,int64_t abs_timeout_ns,bool wait_all,bool wait_materialize) argument 747 anv_gem_syncobj_timeline_signal(struct anv_device * device,const uint32_t * handles,const uint64_t * points,uint32_t num_items) argument 763 anv_gem_syncobj_timeline_query(struct anv_device * device,const uint32_t * handles,uint64_t * points,uint32_t num_items) argument
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttbdf.c | 110 FT_UInt num_items = FT_PEEK_USHORT( p + 2 ); local in function:tt_face_load_bdf_props 116 strike += 10 * num_items;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_gem.h | 97 .num_items = 1,
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | uthash.h | 263 (head)->hh.tbl->num_items++; \ 299 (head)->hh.tbl->num_items++; \ 367 (head)->hh.tbl->num_items--; \ 427 if (_count != (head)->hh.tbl->num_items) { \ 429 (head)->hh.tbl->num_items, _count ); \ 445 if (_count != (head)->hh.tbl->num_items) { \ 447 (head)->hh.tbl->num_items, _count ); \ 803 (tbl->num_items >> (tbl->log2_num_buckets+1U)) + \ 804 (((tbl->num_items & ((tbl->num_buckets*2U)-1U)) != 0U) ? 1U : 0U); \ 830 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1033 unsigned num_items; member in struct:UT_hash_table [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_ring.c | 80 while (header->prod - header->cons == header->num_items)
|
| H A D | spiceqxl_display.c | 193 if (ring->prod - ring->cons + 1 == ring->num_items) { 209 ring->prod - ring->cons, ring->num_items,
|
| H A D | qxl.h | 92 uint32_t num_items; member in struct:qxl_ring_header
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dvx_meta_common.c | 1238 uint32_t num_items = region->size / item_size; local in function:v3dX 1239 assert(num_items > 0); 1259 while (num_items > 0) { 1265 framebuffer_size_for_pixel_count(num_items, &width, &height); 1282 num_items -= items_copied; 1302 uint32_t num_items = size / 4; local in function:v3dX 1304 while (num_items > 0) { 1311 framebuffer_size_for_pixel_count(num_items, &width, &height); 1327 num_items -= items_copied;
|
| /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 145 num_items = PFR_NEXT_BYTE( p ); 147 for ( ; num_items > 0; num_items-- )
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xiproperty.c | 1145 stuff->format, stuff->mode, stuff->num_items); 1149 len = stuff->num_items; 1217 .num_items = nitems, 1279 swapl(&stuff->num_items); 1327 swapl(&rep->num_items);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xiproperty.c | 1172 stuff->format, stuff->mode, stuff->num_items); 1173 len = stuff->num_items; 1239 reply.num_items = nitems; 1301 swapl(&stuff->num_items, n); 1357 swapl(&rep->num_items, n);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XI2proto.h | 778 uint32_t num_items; member in struct:__anon80eef7f42f08 823 uint32_t num_items; member in struct:__anon80eef7f43208
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_noop_drm_shim.c | 295 for (uint32_t i = 0; i < query->num_items; i++) {
|
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| H A D | XInput2.h | 716 int num_items
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_performance_query.c | 391 .num_items = 1,
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| H A D | bdflib.c | 310 unsigned long num_items ) /* same as _bdf_list_t.used */ 315 if ( num_items > list->size ) 309 _bdf_list_ensure(_bdf_list_t * list,unsigned long num_items) argument
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | i915_drm.h | 2991 /** @num_items: The number of elements in the @items_ptr array */ 2992 __u32 num_items; member in struct:drm_i915_query 3003 * array elements is @num_items. 3141 * .num_items = 1, 3428 * .num_items = 1,
|