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

  /external/libnl/lib/
hash.c 54 #define hashmask(n) (hashsize(n)-1) macro
161 h = (h & hashmask(10));
  /system/extras/ksmutils/
lookup3.c 68 #define hashmask(n) (hashsize(n)-1) macro
269 h = (h & hashmask(10));
    [all...]

Completed in 128 milliseconds