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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
phash.c 16 #define hashmask(n) (hashsize(n)-1) macro
79 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 180 milliseconds