/external/e2fsprogs/e2fsck/ |
dict.h | 46 typedef struct dnode_t { struct 48 struct dnode_t *dict_left; 49 struct dnode_t *dict_right; 50 struct dnode_t *dict_parent; 57 } dnode_t; typedef in typeref:struct:dnode_t 60 typedef dnode_t *(*dnode_alloc_t)(void *); 61 typedef void (*dnode_free_t)(dnode_t *, void *); 65 dnode_t dict_nilnode; 78 typedef void (*dnode_process_t)(dict_t *, dnode_t *, void *); 83 dnode_t dict_nilnode [all...] |
dict.c | 44 * Such a macro would interfere with the dnode_t struct definition. 73 static dnode_t *dnode_alloc(void *context); 74 static void dnode_free(dnode_t *node, void *context); 83 static void rotate_left(dnode_t *upper) 85 dnode_t *lower, *lowleft, *upparent; 112 static void rotate_right(dnode_t *upper) 114 dnode_t *lower, *lowright, *upparent; 138 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) 158 dnode_t *first, *next [all...] |
pass1b.c | 121 dnode_t *n; 172 static void inode_dnode_free(dnode_t *node, 190 static void block_dnode_free(dnode_t *node, 380 dnode_t *n; 438 dnode_t *n, *m; 565 dnode_t *n; 664 dnode_t *n; 728 dnode_t *n;
|
/external/quake/quake/src/QW/client/ |
bspfile.h | 150 } dnode_t; typedef in typeref:struct:__anon10154 245 extern dnode_t dnodes[MAX_MAP_NODES];
|
gl_model.c | 849 dnode_t *in; [all...] |
model.c | 835 dnode_t *in; [all...] |
/external/quake/quake/src/WinQuake/ |
bspfile.h | 163 } dnode_t;
typedef in typeref:struct:__anon10442 263 extern dnode_t dnodes[MAX_MAP_NODES];
|
gl_model.cpp | 849 dnode_t *in; 852 in = (dnode_t *)(mod_base + l->fileofs); [all...] |
model.cpp | 853 dnode_t *in; [all...] |
/external/quake/quake/src/QW/server/ |
model.c | 772 dnode_t *in;
|