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

  /hardware/qcom/msm8998/json-c/
linkhash.h 32 #define LH_LOAD_FACTOR 0.66
linkhash.c 498 if(t->count >= t->size * LH_LOAD_FACTOR) lh_table_resize(t, t->size * 2);

Completed in 180 milliseconds