Home
last modified time | relevance | path

Searched refs:dhash (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/bin/rm/
Drm.c146 uint64_t dhash = dcount * (intptr_t)(fn); \
150 dhash += (fn)[dcount] * dcount; \
151 arc4random_pushb_fast(&dhash, sizeof(dhash)); \
/mirbsd/src/usr.bin/lex/
Ddfa.c386 dhash = reallocate_integer_array( dhash, current_max_dfas ); in increase_max_dfas()
808 if ( hashval == dhash[i] )
863 dhash[newds] = hashval;
Dmain.c99 int *accsiz, *dhash, numas; variable
1111 dhash = allocate_integer_array( current_max_dfas ); in set_up_initial_allocations()
Dflexdef.h617 extern int *accsiz, *dhash, numas;