HomeSort by relevance Sort by last modified time
    Searched full:initlev (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 205 ub4 initlev = (salt*0x9e3779b9)&0xffffffff; /* the golden ratio; an arbitrary value */ local
210 for (i=0; i<CHECKSTATE; ++i) state[i] = initlev;
219 " for (i=0; i<CHECKSTATE; ++i) state[i]=0x%lx;\n",initlev);
229 ub4 initlev = (salt*0x9e3779b9)&0xffffffff; /* the golden ratio; an arbitrary value */ local
233 ub4 hash = phash_lookup(mykey->name_k, mykey->len_k, initlev);
239 " unsigned long rsl, val = phash_lookup(key, len, 0x%lxUL);\n", initlev);
    [all...]

Completed in 285 milliseconds