Searched defs:bitcount (Results 1 - 7 of 7) sorted by relevance

/external/openssh/openbsd-compat/
H A Dsha2.h70 u_int64_t bitcount; member in struct:_SHA256_CTX
75 u_int64_t bitcount[2]; member in struct:_SHA512_CTX
/external/tinyalsa/
H A Dtinypcminfo.c151 const unsigned bitcount = sizeof(m->bits[0]) * 8; local
159 for (j = 0; j < bitcount; ++j) {
163 name = pcm_get_format_name(j + k*bitcount);
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.h92 uint64_t bitcount;
97 uint64_t bitcount[2];
105 u_int64_t bitcount; member in struct:_SHA256_CTX
110 u_int64_t bitcount[2]; member in struct:_SHA512_CTX
/external/tremolo/Tremolo/
H A Dbitwise.c391 long i,bitcount=0; local
414 bitcount+=tbit;
416 if(bitcount!=oggpack_bits(&r))
418 if((bitcount+7)/8!=oggpack_bytes(&r))
422 if(oggpack_bytes(&r)!=(bitcount+7)/8){
423 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8);
441 report("\nERROR: read to but not past exact end reported bad bitcount.\n");
447 report("\nERROR: read past exact end reported bad bitcount.\n");
454 report("\nERROR: read past exact end reported bad bitcount.\n");
475 report("\nERROR: read to but not past exact end reported bad bitcount
691 long j,count=0,count2=0,bitcount=0; local
760 int bitoffset,bitcount=0; local
[all...]
/external/aac/libAACenc/src/
H A Dqc_main.cpp577 int i, bitcount = 0; local
596 bitcount += minElBits;
600 return bitcount;
/external/aac/libSBRdec/src/
H A Denv_calc.cpp246 int bitcount = 0; local
276 unsigned int mask = 1 << bitcount;
286 if ((++bitcount == 16) || i==1) {
287 bitcount = 0;
/external/v8/src/arm/
H A Dsimulator-arm.cc2951 uint32_t bitcount = msbit - lsbit + 1; local
2952 uint32_t mask = 0xffffffffu >> (32 - bitcount);

Completed in 275 milliseconds