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

/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.cpp603 int i, bitcount = 0; local
616 bitcount += minElBits;
620 return bitcount;
/external/aac/libSBRdec/src/
H A Denv_calc.cpp257 int bitcount = 31; local
282 1 << bitcount; /* mask to extract addHarmonics flag of current Sfb */
308 if (bitcount-- == 0) {
309 bitcount = 31;
/external/v8/src/arm/
H A Dsimulator-arm.cc3100 uint32_t bitcount = msbit - lsbit + 1; local
3101 uint32_t mask = 0xffffffffu >> (32 - bitcount);

Completed in 284 milliseconds