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

  /external/iproute2/lib/
utils.c 552 #define NHASH 257
553 static struct namerec *nht[NHASH];
570 hash = *(__u32 *)(addr + len - 4) % NHASH;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 369 #define NHASH 31
374 static MMacro *mmacros[NHASH];
379 static SMacro *smacros[NHASH];
    [all...]

Completed in 127 milliseconds