/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/libvncserver/webclients/novnc/include/ |
D | jsunzip.js | 224 this.bitcount = 0; 340 if (!d.bitcount--) 344 d.bitcount = 7; 355 function read_bits_direct(source, bitcount, tag, idx, num) argument 358 while (bitcount < 24) { 359 tag = tag | (source[idx++] & 0xff) << bitcount; 360 bitcount += 8; 364 bitcount -= num; 365 return [bitcount, tag, idx, val]; 372 var ret = read_bits_direct(d.source, d.bitcount, d.tag, d.sourceIndex, num); [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/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/ltrace/ |
D | bits.h | 27 unsigned bitcount(uint64_t u);
|
D | bits.c | 28 bitcount(uint64_t u) in bitcount() function
|
D | lens_default.c | 719 bits += bitcount(data[i]); in bitvect_lens_format_cb()
|
/external/avahi/avahi-core/ |
D | iface-pfroute.c | 49 static int bitcount (unsigned int n) in bitcount() function 170 prefixlen = bitcount((unsigned int)((struct sockaddr_in *)sa)->sin_addr.s_addr); in rtm_addr() 182 prefixlen = bitcount((unsigned int)((struct sockaddr_in6 *)sa)->sin6_addr.s6_addr); in rtm_addr() 411 prefixlen = bitcount((unsigned int) mask.sin_addr.s_addr); in if_add_interface()
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | trace.c | 346 offset = bitcount(reglist) * 4; in arm_get_next_pcs() 414 const unsigned offset = bitcount(BITS(inst1, 0, 7)) * 4; in thumb_get_next_pcs() 497 offset = bitcount(inst2) * 4 - 4; in thumb_get_next_pcs()
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 246 int bitcount = 0; in mapSineFlags() local 276 unsigned int mask = 1 << bitcount; in mapSineFlags() 286 if ((++bitcount == 16) || i==1) { in mapSineFlags() 287 bitcount = 0; in mapSineFlags()
|
/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/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/aac/libAACenc/src/ |
D | qc_main.cpp | 577 int i, bitcount = 0; in FDKaacEnc_getMinimalStaticBitdemand() local 596 bitcount += minElBits; in FDKaacEnc_getMinimalStaticBitdemand() 600 return bitcount; in FDKaacEnc_getMinimalStaticBitdemand()
|
/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/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 …]
|
/external/deqp/android/cts/master/ |
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 …]
|
D | vk-master.txt | 73678 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_vertex 73679 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_fragment 73680 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_geometry 73681 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_tess_control 73682 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_tess_eval 73683 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_compute 73684 dEQP-VK.glsl.builtin.function.integer.bitcount.int_highp_vertex 73685 dEQP-VK.glsl.builtin.function.integer.bitcount.int_highp_fragment 73686 dEQP-VK.glsl.builtin.function.integer.bitcount.int_highp_geometry 73687 dEQP-VK.glsl.builtin.function.integer.bitcount.int_highp_tess_control [all …]
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 2981 uint32_t bitcount = msbit - lsbit + 1; in DecodeType3() local 2982 uint32_t mask = 0xffffffffu >> (32 - bitcount); in DecodeType3()
|
/external/skia/src/core/ |
D | SkPaint.cpp | 1836 #define ASSERT_FITS_IN(value, bitcount) argument
|
/external/deqp/external/vulkancts/mustpass/1.0.0/ |
D | vk-default.txt | 73125 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_vertex 73126 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_fragment 73127 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_geometry 73128 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_tess_control 73129 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_tess_eval 73130 dEQP-VK.glsl.builtin.function.integer.bitcount.int_mediump_compute 73131 dEQP-VK.glsl.builtin.function.integer.bitcount.int_highp_vertex 73132 dEQP-VK.glsl.builtin.function.integer.bitcount.int_highp_fragment 73133 dEQP-VK.glsl.builtin.function.integer.bitcount.int_highp_geometry 73134 dEQP-VK.glsl.builtin.function.integer.bitcount.int_highp_tess_control [all …]
|