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

  /src/sys/sys/
sha2.h 63 uint64_t bitcount; member in struct:_SHA256_CTX
69 uint64_t bitcount[2]; member in struct:_SHA512_CTX
  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 246 int32_t max_bitneed, bitcount; local
255 bitcount=0;
295 slicecount = bitcount = 0;
299 bitcount += slicecount;
310 } while (bitcount + slicecount < global_bitpool);
311 if (bitcount + slicecount == global_bitpool) {
312 bitcount += slicecount;
333 while (bitcount < global_bitpool && sb < global_bands) {
336 bitcount++;
338 (global_bitpool > bitcount + 1))
    [all...]
  /src/sys/dev/stbi/
stb_image.c 3264 static int bitcount(unsigned int a) function
3436 rshift = high_bit(mr)-7; rcount = bitcount(mr);
3437 gshift = high_bit(mg)-7; gcount = bitcount(mr);
3438 bshift = high_bit(mb)-7; bcount = bitcount(mr);
3439 ashift = high_bit(ma)-7; acount = bitcount(mr);

Completed in 20 milliseconds