/external/openssh/openbsd-compat/ |
sha2.h | 64 u_int64_t bitcount; member in struct:_SHA256_CTX 69 u_int64_t bitcount[2]; member in struct:_SHA512_CTX
|
/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
|
/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/aac/libAACenc/src/ |
qc_main.cpp | 581 int i, bitcount = 0; local 600 bitcount += minElBits; 604 return bitcount; [all...] |
/external/aac/libSBRdec/src/ |
env_calc.cpp | 237 int bitcount = 0; local 267 unsigned int mask = 1 << bitcount; 277 if ((++bitcount == 16) || i==1) { 278 bitcount = 0; [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 1978 uint bitcount = 0, i; local [all...] |
/external/chromium_org/v8/src/arm/ |
simulator-arm.cc | 2781 uint32_t bitcount = msbit - lsbit + 1; local [all...] |
/external/v8/src/arm/ |
simulator-arm.cc | 2629 uint32_t bitcount = msbit - lsbit + 1; local [all...] |