Searched defs:anticount (Results 1 – 2 of 2) sorted by relevance
420 …private static void leftShift(int[] src, int idx, int result[], int bitcount, int anticount, int p… in leftShift()467 int anticount = 32 - bitcount; in leftShift() local483 int anticount = 32 - bitcount; in leftShift() local
103 int anticount = 32-bitcount; in lshiftMe() local