HomeSort by relevance Sort by last modified time
    Searched refs:FixedSizeHash (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/crec/
astar_pphash.h 32 * The FixedSizeHash is a hash that does not grow in size.
45 FixedSizeHash;
47 void hash_init(FixedSizeHash* hash, srec* rec);
48 int hash_del(FixedSizeHash* hash, partial_path* parp);
51 int hash_get(FixedSizeHash* hash, partial_path* parp, void** hval);
52 int hash_set(FixedSizeHash* hash, partial_path* parp);
astar_pphash.c 34 void hash_init(FixedSizeHash* hash, srec* rec_debug)
94 int hash_get(FixedSizeHash* hash, partial_path* parp, void** hval)
116 int hash_set(FixedSizeHash* hash, partial_path* parp)
151 int hash_del(FixedSizeHash* hash, partial_path* parp)
astar.c 452 hash_del((FixedSizeHash*)stack->pphash, return_parp);
549 stack->pphash = (void*)CALLOC_CLR(1, sizeof(FixedSizeHash), "search.astar.pphash");
685 hash_init((FixedSizeHash*)stack->pphash, rec);
788 int fsh_rc = hash_set((FixedSizeHash*)stack->pphash, extended_parp);
825 hash_del((FixedSizeHash*)stack->pphash, tparp);
857 hash_del((FixedSizeHash*)stack->pphash, parp);
    [all...]

Completed in 36 milliseconds