Home
last modified time | relevance | path

Searched refs:DirectHash (Results 1 – 12 of 12) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/lib/direct/
H A Dhash.c91 DirectHash *hash; in direct_hash_create()
113 D_MAGIC_SET( hash, DirectHash ); in direct_hash_create()
121 direct_hash_destroy( DirectHash *hash ) in direct_hash_destroy()
123 D_MAGIC_ASSERT( hash, DirectHash ); in direct_hash_destroy()
132 direct_hash_insert( DirectHash *hash, in direct_hash_insert()
139 D_MAGIC_ASSERT( hash, DirectHash ); in direct_hash_insert()
214 direct_hash_remove( DirectHash *hash, in direct_hash_remove()
219 D_MAGIC_ASSERT( hash, DirectHash ); in direct_hash_remove()
237 direct_hash_lookup( DirectHash *hash, in direct_hash_lookup()
242 D_MAGIC_ASSERT( hash, DirectHash ); in direct_hash_lookup()
[all …]
H A Dhash.h35 typedef bool (*DirectHashIteratorFunc)( DirectHash *hash,
42 DirectHash **ret_hash );
44 void direct_hash_destroy( DirectHash *hash );
46 DirectResult direct_hash_insert ( DirectHash *hash,
50 void direct_hash_remove ( DirectHash *hash,
53 void *direct_hash_lookup ( DirectHash *hash,
56 void direct_hash_iterate( DirectHash *hash,
H A Dtypes.h170 typedef struct __D_DirectHash DirectHash; typedef
/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dfonts.h172 DirectHash *glyph_hash; /* infos about loaded glyphs */
H A Dcore.h263 DirectHash *identities;
H A Dfonts.c69 static bool free_glyphs( DirectHash *hash,
1119 free_glyphs( DirectHash *hash, in free_glyphs()
/dports/devel/directfb/DirectFB-1.4.17/systems/x11/
H A Dx11_surface_pool.c54 DirectHash *hash;
H A Dglx_surface_pool.c76 DirectHash *pixmaps;
/dports/devel/directfb/DirectFB-1.4.17/lib/voodoo/
H A Dmanager.c98 DirectHash *local;
99 DirectHash *remote;
294 instance_iterator( DirectHash *hash, in instance_iterator()
/dports/devel/directfb/DirectFB-1.4.17/lib/One/
H A DOne.c690 DirectHash *queues;
/dports/devel/directfb/DirectFB-1.4.17/
H A DNEWS2041 - API break! Changed DirectHash's u32 key to be unsigned long. This allows to use pointers.
H A DChangeLog12916 Follow API change in DirectHash.
13414 Follow API change in DirectHash.
13433 Changed DirectHash's u32 key to be unsigned long. This allows to use pointers.