| /src/sys/external/bsd/drm/dist/shared-core/ |
| sis_ds.h | 51 } set_t; typedef in typeref:struct:__anon4278 53 set_t *setInit(void); 54 int setAdd(set_t * set, ITEM_TYPE item); 55 int setDel(set_t * set, ITEM_TYPE item); 56 int setFirst(set_t * set, ITEM_TYPE * item); 57 int setNext(set_t * set, ITEM_TYPE * item); 58 int setDestroy(set_t * set);
|
| /src/common/dist/zlib/contrib/minizip/ |
| skipset.h | 28 // set_t set; 42 // - set_t is the type of the set being operated on (a set_t pointer is passed) 67 // the application. set_t is partially private and partially public -- see the 125 } set_t; typedef in typeref:struct:set_s 153 void *set_alloc(set_t *set, void *ptr, size_t size) { 162 void set_free(set_t *set, void *ptr) { 171 void *set_alloc(set_t *set, void *ptr, size_t size) { 177 void set_free(set_t *set, void *ptr) { 187 void set_grow(set_t *set, set_node_t *node, int want, int fill) [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_phb.c | 384 set_t(device_unit *address) function 564 set_t(address);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_phb.c | 384 set_t(device_unit *address) function 564 set_t(address);
|