Home
last modified time | relevance | path

Searched refs:GCList (Results 1 – 11 of 11) sorted by relevance

/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dgclist.h9 } GCList; typedef
18 static inline void __gclist_add(GCList *item, GCList *prev, GCList *next) { in __gclist_add()
25 static inline void gclist_add(GCList *head, GCList *item) { in gclist_add()
29 static inline void gclist_add_tail(GCList *head, GCList *item) { in gclist_add_tail()
33 static inline void __gclist_del(GCList *prev, GCList *next) { in __gclist_del()
46 static inline int gclist_is_last(GCList *head, GCList *list) { in gclist_is_last()
54 static inline void gclist_move(GCList *list, GCList *head) { in gclist_move()
64 static inline void __gclist_splice(GCList *item, GCList *prev, GCList *next) { in __gclist_splice()
94 typedef int (*GCListCmp)(void *priv, GCList *a, GCList *b);
97 static GCList *merge(void *priv, GCListCmp cmp, GCList *a, GCList *b) { in merge()
[all …]
H A Dblock_cache.c30 static int block_cache_chain_stat(GCList *head, int *bcnt);
36 GCList gclist;
56 GCList full;
57 GCList free;
167 GCList *free_head = &bg->free; in bc_alloc_std_page()
295 static int find_addr_in_bd(GCList *head, void *p, char* msg) { in find_addr_in_bd()
312 GCList *free_head = &((expect_mprotect ? &bc->non_atomic : &bc->atomic)->free); in block_cache_free_page()
377 static int sort_full_to_empty(void *priv, GCList *a, GCList *b) { in sort_full_to_empty()
507 static int block_cache_chain_stat(GCList *head, int *blcnt) { in block_cache_chain_stat()
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dgclist.h9 } GCList; typedef
18 static inline void __gclist_add(GCList *item, GCList *prev, GCList *next) { in __gclist_add()
25 static inline void gclist_add(GCList *head, GCList *item) { in gclist_add()
29 static inline void gclist_add_tail(GCList *head, GCList *item) { in gclist_add_tail()
33 static inline void __gclist_del(GCList *prev, GCList *next) { in __gclist_del()
46 static inline int gclist_is_last(GCList *head, GCList *list) { in gclist_is_last()
54 static inline void gclist_move(GCList *list, GCList *head) { in gclist_move()
64 static inline void __gclist_splice(GCList *item, GCList *prev, GCList *next) { in __gclist_splice()
94 typedef int (*GCListCmp)(void *priv, GCList *a, GCList *b);
97 static GCList *merge(void *priv, GCListCmp cmp, GCList *a, GCList *b) { in merge()
[all …]
H A Dblock_cache.c30 static int block_cache_chain_stat(GCList *head, int *bcnt);
36 GCList gclist;
56 GCList full;
57 GCList free;
167 GCList *free_head = &bg->free; in bc_alloc_std_page()
295 static int find_addr_in_bd(GCList *head, void *p, char* msg) { in find_addr_in_bd()
312 GCList *free_head = &((expect_mprotect ? &bc->non_atomic : &bc->atomic)->free); in block_cache_free_page()
377 static int sort_full_to_empty(void *priv, GCList *a, GCList *b) { in sort_full_to_empty()
507 static int block_cache_chain_stat(GCList *head, int *blcnt) { in block_cache_chain_stat()
/dports/x11-fm/xcruise/xcruiser-0.30/
H A DMainScreeP.h98 GCList* gcl_galaxy[2][2]; /* [activated][permitted] */
99 GCList* gcl_planet[2][2]; /* [activated][permitted] */
100 GCList* gcl_wormhole[2]; /* [activated] */
H A DMainScreen.h110 } GCList; typedef
H A DMainScreen.c651 static GCList* getGCList(Display* dpy, in getGCList()
655 GCList* gcl = (GCList*)malloc(sizeof(GCList)); in getGCList()
689 static void freeGCL(Display* dpy, GCList* gcl) in freeGCL()
H A Ddraw.c234 GCList* gcl; in draw_planet()
369 GCList* gcl = scr->gcl_galaxy[activated][g->info.perm]; in draw_galaxy()
505 GCList* gcl; in draw_wormhole()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h347 } GCList; typedef
829 GCList *gcl;
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c643 GCList *n1, *n2; in free_gc_pool()
H A Dapc_graphics.c77 if (( XX->gcl = alloc1z( GCList))) in prima_get_gc()