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

/external/ltrace/
H A Dbits.c28 bitcount(uint64_t u) function
/external/chromium_org/net/tools/
H A Dbuild_hpack_constants.py293 bitcount = g[3] variable
301 bitvalue, bitcount, valueid, comment))
/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/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dbitalloc-sbc.c55 OI_UINT bitcount; local
60 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference);
61 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference);
65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitcount, &ex);
H A Dbitalloc.c140 OI_UINT bitcount = 0; local
151 bitcount += bits;
176 bitcount += bits;
182 return bitcount;
240 * @param bitcount A starting point for the adjustment
249 OI_UINT bitcount,
253 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8;
259 while ((bitcount != bitpool) && chop) {
289 bitcount = count;
294 *excess = bitpool - bitcount;
246 adjustToFitBitpool(const OI_UINT bitpool, OI_UINT32 *bitneeds, const OI_UINT subbands, OI_UINT bitcount, OI_UINT *excess) argument
342 oneChannelBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common, BITNEED_UNION1 *bitneeds, OI_UINT ch, OI_UINT bitcount) argument
382 OI_UINT bitcount; local
[all...]
/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.cpp581 int i, bitcount = 0; local
600 bitcount += minElBits;
604 return bitcount;
/external/aac/libSBRdec/src/
H A Denv_calc.cpp237 int bitcount = 0; local
267 unsigned int mask = 1 << bitcount;
277 if ((++bitcount == 16) || i==1) {
278 bitcount = 0;
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc2776 uint32_t bitcount = msbit - lsbit + 1; local
2777 uint32_t mask = 0xffffffffu >> (32 - bitcount);

Completed in 421 milliseconds