HomeSort by: relevance | last modified time | path
    Searched defs:shifting (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/top/dist/
hash.c 88 int shifting = 24; local
92 if (shifting == 0)
95 shifting = 24;
99 s = s + (ch << shifting);
100 shifting -= 8;

Completed in 40 milliseconds