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 245 int32_t max_bitneed, bitcount; local in function:calc_bitneed
254 bitcount=0;
294 slicecount = bitcount = 0;
298 bitcount += slicecount;
309 } while (bitcount + slicecount < global_bitpool);
310 if (bitcount + slicecount == global_bitpool) {
311 bitcount += slicecount;
332 while (bitcount < global_bitpool && sb < global_bands) {
335 bitcount++;
337 (global_bitpool > bitcount + 1))
    [all...]
  /src/sys/dev/stbi/
stb_image.c 3264 static int bitcount(unsigned int a) function in typeref:typename:int
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 17 milliseconds