/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
sha2.h | 92 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
|
sha2.c | 340 context->bitcount = 0; 529 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH; 537 context->bitcount += freespace << 3; 544 context->bitcount += len << 3; 553 context->bitcount += SHA256_BLOCK_LENGTH << 3; 560 context->bitcount += len << 3; 575 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH; 578 REVERSE64(context->bitcount,context->bitcount); 605 *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount; [all...] |
/external/tremolo/Tremolo/ |
bitwise.c | 389 long i,bitcount=0; local 412 bitcount+=tbit; 414 if(bitcount!=oggpack_bits(&r)) 416 if((bitcount+7)/8!=oggpack_bytes(&r)) 420 if(oggpack_bytes(&r)!=(bitcount+7)/8){ 421 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8); 439 report("\nERROR: read to but not past exact end reported bad bitcount.\n"); 445 report("\nERROR: read past exact end reported bad bitcount.\n"); 452 report("\nERROR: read past exact end reported bad bitcount.\n"); 473 report("\nERROR: read to but not past exact end reported bad bitcount.\n") 689 long j,count=0,count2=0,bitcount=0; local 758 int bitoffset,bitcount=0; local [all...] |
/external/bluetooth/bluez/sbc/ |
sbc.c | 169 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; local 199 bitcount = 0; 204 bitcount += slicecount; 212 } while (bitcount + slicecount < frame->bitpool); 214 if (bitcount + slicecount == frame->bitpool) { 215 bitcount += slicecount; 229 for (sb = 0; bitcount < frame->bitpool && 233 bitcount++; 234 } else if ((bitneed[ch][sb] == bitslice + 1) && (frame->bitpool > bitcount + 1)) { 236 bitcount += 2 251 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; local [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
bcmutils.c | 1786 uint bitcount = 0, i; local [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 1786 uint bitcount = 0, i; local [all...] |
/external/v8/src/arm/ |
simulator-arm.cc | 2500 uint32_t bitcount = msbit - lsbit + 1; local [all...] |
/external/webkit/Source/WebKit/android/nav/ |
CacheBuilder.cpp | 1584 int bitcount (unsigned int n) function [all...] |