Home
last modified time | relevance | path

Searched refs:bitcount (Results 1 – 25 of 48) sorted by relevance

12

/external/tremolo/Tremolo/
Dbitwise.c391 long i,bitcount=0; in cliptest() local
414 bitcount+=tbit; in cliptest()
416 if(bitcount!=oggpack_bits(&r)) in cliptest()
418 if((bitcount+7)/8!=oggpack_bytes(&r)) in cliptest()
422 if(oggpack_bytes(&r)!=(bitcount+7)/8){ in cliptest()
423 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8); in cliptest()
691 long j,count=0,count2=0,bitcount=0; in main() local
713 bitcount++; in main()
721 count2=(bitcount+7)>>3; in main()
751 if(ogg_buffer_length(or)!=(bitcount+7)/8){ in main()
[all …]
/external/openssh/openbsd-compat/
Dsha2.c321 context->bitcount[0] = 0;
359 context->bitcount[0] = 0; in SHA256Init()
531 usedspace = (context->bitcount[0] >> 3) % SHA256_BLOCK_LENGTH; in SHA256Update()
539 context->bitcount[0] += freespace << 3; in SHA256Update()
546 context->bitcount[0] += (u_int64_t)len << 3; in SHA256Update()
555 context->bitcount[0] += SHA256_BLOCK_LENGTH << 3; in SHA256Update()
562 context->bitcount[0] += len << 3; in SHA256Update()
574 usedspace = (context->bitcount[0] >> 3) % SHA256_BLOCK_LENGTH; in SHA256Pad()
603 context->bitcount[0]); in SHA256Pad()
639 context->bitcount[0] = context->bitcount[1] = 0; in SHA512Init()
[all …]
Dsha2.h71 u_int64_t bitcount[2]; member
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c340 context->bitcount = 0; in SHA256_Init()
529 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH; in SHA256_Update()
537 context->bitcount += freespace << 3; in SHA256_Update()
544 context->bitcount += len << 3; in SHA256_Update()
553 context->bitcount += SHA256_BLOCK_LENGTH << 3; in SHA256_Update()
560 context->bitcount += len << 3; in SHA256_Update()
575 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH; in SHA256_Final()
578 REVERSE64(context->bitcount,context->bitcount); in SHA256_Final()
605 *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount; in SHA256_Final()
668 context->bitcount[0] = context->bitcount[1] = 0; in SHA512_Init()
[all …]
Dsha2.h92 uint64_t bitcount;
97 uint64_t bitcount[2];
105 u_int64_t bitcount; member
110 u_int64_t bitcount[2]; member
/external/tinyalsa/
Dtinypcminfo.c151 const unsigned bitcount = sizeof(m->bits[0]) * 8; in main() local
159 for (j = 0; j < bitcount; ++j) { in main()
163 name = pcm_get_format_name(j + k*bitcount); in main()
/external/tinyalsa_new/utils/
Dtinypcminfo.c159 const unsigned bitcount = sizeof(m->bits[0]) * 8; in main() local
167 for (j = 0; j < bitcount; ++j) { in main()
171 name = pcm_get_format_name(j + k*bitcount); in main()
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dbitcount.glsl3 ; FUNC-LABEL: {{^}}@bitcount:
9 #shader fs bitcount
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.cpp825 int bitcount = 0; in extractBrAddrPkt() local
837 shift = bitcount; in extractBrAddrPkt()
841 bitcount+=6; in extractBrAddrPkt()
853 bitcount+=6; in extractBrAddrPkt()
858 bitcount+=7; in extractBrAddrPkt()
909 value |= ((uint32_t)(addrbyte & addrMask[isa_idx])) << bitcount; in extractBrAddrPkt()
910 bitcount += addrBits[isa_idx]; in extractBrAddrPkt()
916 bitcount += shift; in extractBrAddrPkt()
918 nBitsOut = bitcount; in extractBrAddrPkt()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_PopulationCount.pbtxt3 summary: "Computes element-wise population count (a.k.a. popcount, bitsum, bitcount)."
9 `int32` or `int64` and perform the bitcount on the result, than to feed in
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_integer_sequence.cpp220 int bitcount, in read_bits() argument
224 int mask = (1 << bitcount) - 1; in read_bits()
Dastc_symbolic_physical.cpp26 int bitcount, in read_bits() argument
30 int mask = (1 << bitcount) - 1; in read_bits()
/external/mesa3d/src/amd/registers/
Dparse_kernel_headers.py609 def bitcount(n): function
735 'bits': [shift, shift + bitcount(masks[name][field]) - 1],
/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/
Dbit-ops.mlir4 spv.func @bitcount(%arg: i32) -> i32 "None" {
/external/aac/libAACenc/src/
Dqc_main.cpp593 int i, bitcount = 0; in FDKaacEnc_getMinimalStaticBitdemand() local
606 bitcount += minElBits; in FDKaacEnc_getMinimalStaticBitdemand()
610 return bitcount; in FDKaacEnc_getMinimalStaticBitdemand()
/external/skia/src/core/
DSkPaint.cpp197 #define ASSERT_FITS_IN(value, bitcount)
/external/aac/libSBRdec/src/
Denv_calc.cpp260 int bitcount = 31; in mapSineFlags() local
285 1 << bitcount; /* mask to extract addHarmonics flag of current Sfb */ in mapSineFlags()
311 if (bitcount-- == 0) { in mapSineFlags()
312 bitcount = 31; in mapSineFlags()
/external/skqp/src/core/
DSkPaint.cpp262 #define ASSERT_FITS_IN(value, bitcount) argument
/external/mesa3d/.gitlab-ci/
Ddeqp-virgl-gl-fails.txt1604 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_highp_compute,Crash
1605 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute,Crash
1606 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_compute,Crash
1607 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.ivec2_highp_compute,Crash
1608 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.ivec2_lowp_compute,Crash
1609 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.ivec2_mediump_compute,Crash
1610 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.ivec3_highp_compute,Crash
1611 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.ivec3_lowp_compute,Crash
1612 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.ivec3_mediump_compute,Crash
1613 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.ivec4_highp_compute,Crash
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles31-master.txt1665 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1666 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1667 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1668 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1669 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1670 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1671 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1672 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1673 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1674 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles31-master.txt1665 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1666 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1667 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1668 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1669 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1670 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1671 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1672 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1673 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1674 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
/external/deqp/android/cts/master/src/
Dgles31-master-2020-03-01.txt1665 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1666 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1667 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1668 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1669 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1670 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1671 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1672 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1673 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1674 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
/external/deqp/android/cts/master/
Dgles31-master-2020-03-01.txt1665 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1666 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1667 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1668 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1669 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1670 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1671 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1672 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1673 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1674 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
Dgles31-master.txt1665 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1666 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1667 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1668 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1669 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1670 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1671 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1672 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1673 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1674 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles31-master.txt1665 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1666 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1667 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1668 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1669 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1670 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1671 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1672 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1673 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1674 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]

12