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

  /external/libnl/lib/
hash.c 54 #define hashmask(n) (hashsize(n)-1) macro
161 h = (h & hashmask(10));
  /device/google/bonito/json-c/
linkhash.c 111 #define hashmask(n) (hashsize(n)-1) macro
218 h = (h & hashmask(10));
  /device/google/crosshatch/json-c/
linkhash.c 111 #define hashmask(n) (hashsize(n)-1) macro
218 h = (h & hashmask(10));

Completed in 268 milliseconds