Home
last modified time | relevance | path

Searched refs:bitcount (Results 1 – 25 of 39) 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/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/openssh/openbsd-compat/
Dsha2.c294 context->bitcount = 0; in SHA256_Init()
464 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH; in SHA256_Update()
472 context->bitcount += freespace << 3; in SHA256_Update()
479 context->bitcount += len << 3; in SHA256_Update()
488 context->bitcount += SHA256_BLOCK_LENGTH << 3; in SHA256_Update()
495 context->bitcount += len << 3; in SHA256_Update()
506 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH; in SHA256_Pad()
535 context->bitcount); in SHA256_Pad()
574 context->bitcount[0] = context->bitcount[1] = 0; in SHA512_Init()
745 usedspace = (context->bitcount[0] >> 3) % SHA512_BLOCK_LENGTH; in SHA512_Update()
[all …]
Dsha2.h70 u_int64_t bitcount; member
75 u_int64_t bitcount[2]; member
/external/u-boot/drivers/phy/marvell/
Dcomphy_mux.c82 const fdt32_t *mux_lane_order, u32 bitcount) in comphy_mux_reg_write() argument
98 offset = fdt32_to_cpu(mux_lane_order[lane]) * bitcount; in comphy_mux_reg_write()
100 offset = lane * bitcount; in comphy_mux_reg_write()
102 mask = (((1 << bitcount) - 1) << offset); in comphy_mux_reg_write()
/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/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dbitcount.glsl3 ; FUNC-LABEL: {{^}}@bitcount:
9 #shader fs bitcount
/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/LLVM/lib/Target/Mips/
DMips.td59 def FeatureBitCount : SubtargetFeature<"bitcount", "HasBitCount", "true",
/external/aac/libAACenc/src/
Dqc_main.cpp603 int i, bitcount = 0; in FDKaacEnc_getMinimalStaticBitdemand() local
616 bitcount += minElBits; in FDKaacEnc_getMinimalStaticBitdemand()
620 return bitcount; in FDKaacEnc_getMinimalStaticBitdemand()
/external/deqp/android/cts/lmp/
Dgles31-master.txt1597 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1598 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1599 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1600 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1601 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1602 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1603 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1604 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1605 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1606 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
/external/deqp/android/cts/lmp-mr1/src/
Des31-lmp-mr1.txt1621 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1622 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1623 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1624 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1625 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1626 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1627 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1628 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1629 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1630 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
/external/deqp/android/cts/lmp-mr1/
Dgles31-master.txt1621 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1622 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1623 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1624 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1625 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1626 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1627 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1628 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1629 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1630 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
/external/deqp/android/cts/lmp/src/
Des31-lmp.txt1597 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_vertex
1598 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_fragment
1599 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_geometry
1600 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_control
1601 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_tess_eval
1602 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_lowp_compute
1603 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_vertex
1604 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_fragment
1605 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_geometry
1606 dEQP-GLES31.functional.shaders.builtin_functions.integer.bitcount.int_mediump_tess_control
[all …]
/external/u-boot/arch/arm/dts/
Darmada-37xx.dtsi319 mux-bitcount = <4>;
Darmada-cp110-slave.dtsi248 mux-bitcount = <4>;
Darmada-cp110-master.dtsi247 mux-bitcount = <4>;
/external/skia/src/core/
DSkPaint.cpp196 #define ASSERT_FITS_IN(value, bitcount) argument
/external/aac/libSBRdec/src/
Denv_calc.cpp257 int bitcount = 31; in mapSineFlags() local
282 1 << bitcount; /* mask to extract addHarmonics flag of current Sfb */ in mapSineFlags()
308 if (bitcount-- == 0) { in mapSineFlags()
309 bitcount = 31; in mapSineFlags()
/external/skqp/src/core/
DSkPaint.cpp262 #define ASSERT_FITS_IN(value, bitcount) argument
/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/mnc/
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/mnc/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