HomeSort by: relevance | last modified time | path
    Searched refs:hash_item_uint (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/
hash.h 82 typedef struct hash_item_uint { struct
85 } hash_item_uint; typedef in typeref:struct:hash_item_uint
91 hash_item_uint *hash_first_uint(hash_table *ht, hash_pos *pos);
92 hash_item_uint *hash_next_uint(hash_pos *pos);
hash.c 291 hash_item_uint *hi;
292 hash_item_uint *h;
299 newli = ll_newitem(sizeof(hash_item_uint));
300 hi = (hash_item_uint *)newli->datum;
314 h = (hash_item_uint *)li->datum;
336 return ((hash_item_uint *)(li->datum))->value;
354 hash_item_uint *hi;
368 hi = (hash_item_uint *)li->datum;
383 li = ll_newitem(sizeof(hash_item_uint));
384 hi = (hash_item_uint *)li->datum
    [all...]

Completed in 14 milliseconds