/external/tremolo/Tremolo/ |
D | bitwise.c | 391 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/ |
D | sha2.c | 340 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 …]
|
D | sha2.h | 92 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/ |
D | sha2.c | 294 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 …]
|
D | sha2.h | 70 u_int64_t bitcount; member 75 u_int64_t bitcount[2]; member
|
/external/u-boot/drivers/phy/marvell/ |
D | comphy_mux.c | 82 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/ |
D | tinypcminfo.c | 151 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/ |
D | bitcount.glsl | 3 ; FUNC-LABEL: {{^}}@bitcount: 9 #shader fs bitcount
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_PopulationCount.pbtxt | 3 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/ |
D | Mips.td | 59 def FeatureBitCount : SubtargetFeature<"bitcount", "HasBitCount", "true",
|
/external/aac/libAACenc/src/ |
D | qc_main.cpp | 603 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/ |
D | gles31-master.txt | 1597 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/ |
D | es31-lmp-mr1.txt | 1621 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/ |
D | gles31-master.txt | 1621 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/ |
D | es31-lmp.txt | 1597 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/ |
D | armada-37xx.dtsi | 319 mux-bitcount = <4>;
|
D | armada-cp110-slave.dtsi | 248 mux-bitcount = <4>;
|
D | armada-cp110-master.dtsi | 247 mux-bitcount = <4>;
|
/external/skia/src/core/ |
D | SkPaint.cpp | 196 #define ASSERT_FITS_IN(value, bitcount) argument
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 257 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/ |
D | SkPaint.cpp | 262 #define ASSERT_FITS_IN(value, bitcount) argument
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles31-master.txt | 1665 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/ |
D | gles31-master.txt | 1665 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/ |
D | gles31-master.txt | 1665 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/ |
D | gles31-master.txt | 1665 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 …]
|