Lines Matching refs:bnum

150 			int bnum=(int)(key2&arrayMask);  in increment()  local
151 long[] array=buffers[bnum]; in increment()
152 int loc=bufferlen[bnum]; in increment()
154 bufferlen[bnum]++; in increment()
155 if(verbose){System.err.println("bufferlen["+bnum+"] = "+bufferlen[bnum]);} in increment()
156 if(bufferlen[bnum]>=array.length){ in increment()
159 bufferlen[bnum]=0; in increment()
160 buffers[bnum]=new long[array.length]; in increment()
162 writers[bnum].add(array); in increment()
177 int bnum=(int)(key2&arrayMask); in incrementPartiallyHashed() local
178 long[] array=buffers[bnum]; in incrementPartiallyHashed()
179 int loc=bufferlen[bnum]; in incrementPartiallyHashed()
181 bufferlen[bnum]++; in incrementPartiallyHashed()
182 if(verbose){System.err.println("bufferlen["+bnum+"] = "+bufferlen[bnum]);} in incrementPartiallyHashed()
183 if(bufferlen[bnum]>=array.length){ in incrementPartiallyHashed()
186 bufferlen[bnum]=0; in incrementPartiallyHashed()
187 buffers[bnum]=new long[array.length]; in incrementPartiallyHashed()
189 writers[bnum].add(array); in incrementPartiallyHashed()
200 int bnum=(int)(key2&arrayMask); in incrementPartiallyHashed() local
201 long[] array=buffers[bnum]; in incrementPartiallyHashed()
202 int loc=bufferlen[bnum]; in incrementPartiallyHashed()
204 bufferlen[bnum]++; in incrementPartiallyHashed()
205 if(verbose){System.err.println("bufferlen["+bnum+"] = "+bufferlen[bnum]);} in incrementPartiallyHashed()
206 if(bufferlen[bnum]>=array.length){ in incrementPartiallyHashed()
209 bufferlen[bnum]=0; in incrementPartiallyHashed()
210 buffers[bnum]=new long[array.length]; in incrementPartiallyHashed()
212 writers[bnum].add(array); in incrementPartiallyHashed()