/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | WNafL2RMultiplier.java | 40 int digit = wi >> 16, zeroes = wi & 0xFFFF; in multiplyPositive() local 63 zeroes -= scale; in multiplyPositive() 72 R = R.timesPow2(zeroes); in multiplyPositive() 78 int digit = wi >> 16, zeroes = wi & 0xFFFF; in multiplyPositive() local 85 R = R.timesPow2(zeroes); in multiplyPositive()
|
D | WNafUtil.java | 21 int length = 0, zeroes = 0; in generateCompactNaf() local 29 ++zeroes; in generateCompactNaf() 34 naf[length++] = (digit << 16) | zeroes; in generateCompactNaf() 35 zeroes = 0; in generateCompactNaf() 95 int zeroes = length > 0 ? pos - 1 : pos; in generateCompactWindowNaf() local 96 wnaf[length++] = (digit << 16) | zeroes; in generateCompactWindowNaf()
|
D | SimpleBigDecimal.java | 214 int zeroes = scale - fractLen; in toString() local 215 for (int i = 0; i < zeroes; i++) in toString() 221 fractCharArr[zeroes + j] = fractStr.charAt(j); in toString()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | ConvexHull_Test.cpp | 146 int zeroes; in rotate_to_hull() local 147 zeroes = -1; in rotate_to_hull() 157 zeroes = index; in rotate_to_hull() 163 if (sides[1] == 3 && zeroes >= 0) { in rotate_to_hull() 166 if (rotPath[zeroes].approximatelyEqual(rotPath[inner]) in rotate_to_hull() 167 && zeroes < inner) { in rotate_to_hull() 172 if (rotPath[zeroes].approximatelyEqual(rotPath[outer]) in rotate_to_hull() 173 && zeroes < outer) { in rotate_to_hull() 178 if (rotPath[zeroes].x < rotPath[inner].x in rotate_to_hull() 179 && rotPath[zeroes].x < rotPath[outer].x) { in rotate_to_hull() [all …]
|
/external/skia/experimental/Intersection/ |
D | ConvexHull_Test.cpp | 146 int zeroes; in rotate_to_hull() local 147 zeroes = -1; in rotate_to_hull() 157 zeroes = index; in rotate_to_hull() 163 if (sides[1] == 3 && zeroes >= 0) { in rotate_to_hull() 166 if (rotPath[zeroes].approximatelyEqual(rotPath[inner]) in rotate_to_hull() 167 && zeroes < inner) { in rotate_to_hull() 172 if (rotPath[zeroes].approximatelyEqual(rotPath[outer]) in rotate_to_hull() 173 && zeroes < outer) { in rotate_to_hull() 178 if (rotPath[zeroes].x < rotPath[inner].x in rotate_to_hull() 179 && rotPath[zeroes].x < rotPath[outer].x) { in rotate_to_hull() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | ipaddress.cc | 390 unsigned int zeroes = 32; in CountIPMaskBits() local 392 if (word_to_count) zeroes--; in CountIPMaskBits() 393 if (word_to_count & 0x0000FFFF) zeroes -= 16; in CountIPMaskBits() 394 if (word_to_count & 0x00FF00FF) zeroes -= 8; in CountIPMaskBits() 395 if (word_to_count & 0x0F0F0F0F) zeroes -= 4; in CountIPMaskBits() 396 if (word_to_count & 0x33333333) zeroes -= 2; in CountIPMaskBits() 397 if (word_to_count & 0x55555555) zeroes -= 1; in CountIPMaskBits() 399 return bits + (32 - zeroes); in CountIPMaskBits()
|
/external/chromium_org/third_party/webrtc/base/ |
D | ipaddress.cc | 373 unsigned int zeroes = 32; in CountIPMaskBits() local 375 if (word_to_count) zeroes--; in CountIPMaskBits() 376 if (word_to_count & 0x0000FFFF) zeroes -= 16; in CountIPMaskBits() 377 if (word_to_count & 0x00FF00FF) zeroes -= 8; in CountIPMaskBits() 378 if (word_to_count & 0x0F0F0F0F) zeroes -= 4; in CountIPMaskBits() 379 if (word_to_count & 0x33333333) zeroes -= 2; in CountIPMaskBits() 380 if (word_to_count & 0x55555555) zeroes -= 1; in CountIPMaskBits() 382 return bits + (32 - zeroes); in CountIPMaskBits()
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
D | rsa_pss.c | 67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable 160 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) in RSA_verify_PKCS1_PSS_mgf1() 255 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) in RSA_padding_add_PKCS1_PSS_mgf1()
|
/external/openssl/crypto/rsa/ |
D | rsa_pss.c | 67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable 160 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) in RSA_verify_PKCS1_PSS_mgf1() 255 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) in RSA_padding_add_PKCS1_PSS_mgf1()
|
/external/chromium_org/third_party/gtk+/gtk/ |
D | compose-parse.py | 744 zeroes = 0 variable 751 zeroes += 6 - len(sequence) + 1 960 …print " of which are zeroes :", zeroes, "or ", (100 * zeroes… 963 …print "Number of savings :", zeroes * 2 - num_first_keysy… 966 …print " :", num_entries * 2 * 6 - zeroes…
|
/external/chromium_org/ui/keyboard/resources/ |
D | touch_fuzzing.js | 362 var zeroes = function(length) { function 384 var intervalWeight = zeroes(edges.length);
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | 2008-09-22-vector-gep.ll | 1 ; This test checks to see if scalarrepl also works when a gep with all zeroes is
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_buffer_dev.idl | 18 * handle was invalid. The buffer will be initialized to contain zeroes.
|
/external/valgrind/main/docs/internals/ |
D | performance.txt | 29 - Nick changed ExeContext gathering to not record/save extra zeroes at the
|
/external/openssl/patches/ |
D | 0015-psk_client_callback_128_byte_id_bug.patch | 17 psk_client_callback. As a safety precaution, this CL also zeroes out the
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 553 int zeroes = 0; in unix_open() local 554 if (ioctl(data->dev, BLKDISCARDZEROES, &zeroes) == 0 && in unix_open() 555 zeroes) in unix_open()
|
/external/valgrind/main/ |
D | README.aarch64 | 179 the semantics of INS Vd.D[0] to see if it zeroes out the top.) 198 writing zeroes into the CC thunk fields.
|
/external/guava/guava/src/com/google/common/base/ |
D | CharMatcher.java | 106 String zeroes = 110 for (char base : zeroes.toCharArray()) {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | stun.cc | 446 char zeroes[4] = {0}; in WritePadding() local 447 buf->WriteBytes(zeroes, 4 - remainder); in WritePadding()
|
/external/bison/m4/ |
D | isnanl.m4 | 115 dnl - for pseudo-zeroes, unnormalized numbers, and pseudo-denormals on ia64.
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_ssse3.asm | 195 ; skip-block, i.e. just write all zeroes
|
/external/iptables/extensions/ |
D | libxt_time.man | 18 23:59:59. Leading zeroes are allowed (e.g. "06:03") and correctly interpreted
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_ssse3.asm | 195 ; skip-block, i.e. just write all zeroes
|
/external/chromium_org/courgette/ |
D | adjustment_method_2.cc | 309 size_t zeroes = 0; in ApplyPendingUpdates() local 316 ++zeroes; in ApplyPendingUpdates()
|
/external/libvorbis/doc/ |
D | 06-floor0.tex | 78 …s channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Se…
|