| /xsrc/external/mit/ctwm/dist/ |
| H A D | list.h | 26 void AddToList(name_list **list_head, const char *name, void *ptr); 27 void *LookInList(name_list *list_head, const char *name, 29 void *LookInNameList(name_list *list_head, const char *name); 30 void *LookInListWin(name_list *list_head, TwmWindow *twin); 31 bool IsInList(name_list *list_head, TwmWindow *twin); 32 void *LookPatternInList(name_list *list_head, const char *name, 34 void *LookPatternInNameList(name_list *list_head, const char *name); 35 bool GetColorFromList(name_list *list_head, char *name,
|
| H A D | list.c | 63 void AddToList(name_list **list_head, const char *name, void *ptr) argument 67 if(!list_head) { 78 nptr->next = *list_head; 81 *list_head = nptr; 101 void *LookInList(name_list *list_head, const char *name, XClassHint *class) argument 106 for(nptr = list_head; nptr != NULL; nptr = nptr->next) { 114 for(nptr = list_head; nptr != NULL; nptr = nptr->next) { 121 for(nptr = list_head; nptr != NULL; nptr = nptr->next) { 130 void *LookInNameList(name_list *list_head, const char *name) argument 132 return (LookInList(list_head, nam 135 LookInListWin(name_list * list_head,TwmWindow * twin) argument 140 IsInList(name_list * list_head,TwmWindow * twin) argument 145 LookPatternInList(name_list * list_head,const char * name,XClassHint * class) argument 169 LookPatternInNameList(name_list * list_head,const char * name) argument 194 GetColorFromList(name_list * list_head,char * name,XClassHint * class,Pixel * ptr) argument [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | list.h | 69 extern void AddToList(name_list ** list_head, char *name, char *ptr); 72 extern int GetColorFromList(name_list * list_head, const char *name, 74 extern char *LookInList(name_list * list_head, const char *name, 76 extern char *LookInNameList(name_list * list_head, const char *name);
|
| H A D | list.c | 86 AddToList(name_list ** list_head, char *name, char *ptr) argument 90 if (!list_head) 100 nptr->next = *list_head; 103 *list_head = nptr; 117 LookInList(name_list * list_head, const char *name, XClassHint *xclass) argument 122 for (nptr = list_head; nptr != NULL; nptr = nptr->next) 128 for (nptr = list_head; nptr != NULL; nptr = nptr->next) 133 for (nptr = list_head; nptr != NULL; nptr = nptr->next) 141 LookInNameList(name_list * list_head, const char *name) argument 143 return (LookInList(list_head, nam 158 GetColorFromList(name_list * list_head,const char * name,XClassHint * xclass,Pixel * ptr) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen_cache.h | 81 struct list_head head; 84 struct list_head bucket_head; 112 struct list_head bucket[SVGA_HOST_SURFACE_CACHE_BUCKETS]; 116 struct list_head unused; 119 struct list_head validated; 122 struct list_head invalidated; 125 struct list_head empty;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen_cache.h | 82 struct list_head head; 85 struct list_head bucket_head; 113 struct list_head bucket[SVGA_HOST_SURFACE_CACHE_BUCKETS]; 117 struct list_head unused; 120 struct list_head validated; 123 struct list_head invalidated; 126 struct list_head empty;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_slab.h | 62 struct list_head head; 74 struct list_head head; 76 struct list_head free; /* list of free pb_slab_entry structures */ 126 struct list_head reclaim;
|
| H A D | pb_cache.h | 41 struct list_head head; 53 struct list_head *buckets;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_asm.h | 51 extern struct list_head instr_labels; 52 extern struct list_head target_labels; 89 struct list_head link; 97 struct list_head link;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_slab.h | 63 struct list_head head; 76 struct list_head head; 78 struct list_head free; /* list of free pb_slab_entry structures */ 129 struct list_head reclaim;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_rgp.h | 68 struct list_head list; 73 struct list_head record; 89 struct list_head list; 94 struct list_head record; 102 struct list_head list; 107 struct list_head record;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| H A D | vid_enc_common.h | 55 struct list_head list; 64 struct list_head tasks; 85 struct list_head free_tasks; \ 86 struct list_head used_tasks; \ 87 struct list_head b_frames; \ 88 struct list_head stacked_tasks; \ 134 struct list_head free_tasks; 135 struct list_head used_tasks; 136 struct list_head b_frames; 137 struct list_head stacked_task [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| H A D | vid_enc_common.h | 55 struct list_head list; 64 struct list_head tasks; 85 struct list_head free_tasks; \ 86 struct list_head used_tasks; \ 87 struct list_head b_frames; \ 88 struct list_head stacked_tasks; \ 134 struct list_head free_tasks; 135 struct list_head used_tasks; 136 struct list_head b_frames; 137 struct list_head stacked_task [all...] |
| /xsrc/external/mit/libdrm/dist/ |
| H A D | util_double_list.h | 41 struct list_head struct 43 struct list_head *prev; 44 struct list_head *next; 47 static inline void list_inithead(struct list_head *item) 53 static inline void list_add(struct list_head *item, struct list_head *list) 61 static inline void list_addtail(struct list_head *item, struct list_head *list) 69 static inline void list_replace(struct list_head *from, struct list_head *t [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.h | 56 struct list_head link; 72 struct list_head *item_list; 76 struct list_head *unallocated_list;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_autotune.h | 83 struct list_head lru; 95 struct list_head pending_results; 166 struct list_head node;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.h | 56 struct list_head link; 72 struct list_head *item_list; 76 struct list_head *unallocated_list;
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | dag.h | 43 struct list_head link; 50 struct list_head heads;
|
| H A D | list.h | 47 struct list_head struct 49 struct list_head *prev; 50 struct list_head *next; 53 static inline void list_inithead(struct list_head *item) 59 static inline void list_add(struct list_head *item, struct list_head *list) 67 static inline void list_addtail(struct list_head *item, struct list_head *list) 75 static inline bool list_empty(const struct list_head *list); 77 static inline void list_replace(struct list_head *fro [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_cs_tpool.h | 50 struct list_head workqueue; 64 struct list_head list;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | dag.h | 43 struct list_head link; 50 struct list_head heads;
|
| H A D | list.h | 52 struct list_head struct 54 struct list_head *prev; 55 struct list_head *next; 58 static inline void list_inithead(struct list_head *item) 64 static inline void list_add(struct list_head *item, struct list_head *list) 72 static inline void list_addtail(struct list_head *item, struct list_head *list) 80 static inline bool list_is_empty(const struct list_head *list); 82 static inline void list_replace(struct list_head *fro [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | gpir.h | 144 struct list_head pred_link; 146 struct list_head succ_link; 150 struct list_head list; 160 struct list_head succ_list; 162 struct list_head pred_list; 208 struct list_head list; 210 struct list_head defs_list; 211 struct list_head uses_list; 223 struct list_head reg_link; 234 struct list_head reg_lin [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | gpir.h | 143 struct list_head pred_link; 145 struct list_head succ_link; 152 struct list_head list; 162 struct list_head succ_list; 164 struct list_head pred_list; 213 struct list_head list; 223 struct list_head reg_link; 269 struct list_head list; 338 struct list_head list; 339 struct list_head node_lis [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_screen.h | 64 struct list_head time_list; 66 struct list_head *size_list;
|