/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
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/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/valgrind/main/docs/internals/ |
D | performance.txt | 29 - Nick changed ExeContext gathering to not record/save extra zeroes at the
|
/external/guava/guava/src/com/google/common/base/ |
D | CharMatcher.java | 106 String zeroes = 110 for (char base : zeroes.toCharArray()) {
|
/external/hyphenation/ |
D | README | 96 are zeroes, but in this case the lefthyphenmin and righthyphenmin
|
/external/iptables/extensions/ |
D | libxt_time.man | 18 23:59:59. Leading zeroes are allowed (e.g. "06:03") and correctly interpreted
|
/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…
|
D | 02-bitpacking.tex | 220 return binary zeroes.
|
/external/libphonenumber/java/ |
D | release_notes.txt | 98 - Change formatInOriginalFormat to use raw_input for numbers with incorrect leading zeroes, instead 197 - Changes to handling of leading zeroes - these will not be silently ignored
|
/external/libxml2/ |
D | trio.c | 2636 int zeroes = 0; variable 2760 zeroes = (int)floorl(workNumber); 2800 fractionDigits = ((flags & FLAGS_FLOAT_G) && (zeroes == 0)) 2802 : zeroes + precision;
|
/external/valgrind/main/none/tests/amd64/ |
D | sse4-64.c | 182 static V128 zeroes = { 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, variable 377 memcpy(res, zeroes, sizeof(res)); \ 398 memcpy(res, zeroes, sizeof(res)); \
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 496 checked separately. (Any sequence of zeroes has a Fletcher
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 666 // the arguments. It's OK to just pass arbitrary constant values, so we just pass all zeroes.
|
/external/dropbear/libtommath/ |
D | changes.txt | 152 -- Martin Marcel noticed a bug in mp_neg() that allowed negative zeroes.
|
D | bn.tex | 1060 function simply copies $a$ over to ``c'' and zeroes $d$. The variable $d$ may be passed as a \text… 1078 …$ in place by $x^b$ which is equivalent to shifting the digits left $b$ places and inserting zeroes
|
/external/flac/libFLAC/ia32/ |
D | lpc_asm.nasm | 1369 ; 3 zeroes in front (at negative indices) for alignment purposes, i.e. for each
|
/external/jpeg/ |
D | structure.doc | 453 coefficients of each MCU (initially all zeroes), which the entropy decoder
|
/external/qemu/distrib/jpeg-6b/ |
D | structure.doc | 453 coefficients of each MCU (initially all zeroes), which the entropy decoder
|
/external/dropbear/libtomcrypt/ |
D | changes | 495 that used to result in negative zeroes when you multiplied zero by a negative integer. 574 -- rsa_exptmod() now pads with leading zeroes as per I2OSP.
|
D | crypt.tex | 843 The more sane way to deal with partial blocks is to pad them with zeroes, and then use CBC normally… 914 zeroes or with whatever your protocol requires).
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUInstrInfo.td | 979 // clz: Count leading zeroes
|
/external/libpng/ |
D | CHANGES | 2320 this will not work on platforms where the NULL pointer is not all zeroes.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 67458 (WebCore::toCJKIdeographic): Fix the algorithm so it doesn't include leading zeroes. 67460 Fix an assertion that was too stringent. Fix the code to collapse consecutive zeroes
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 3184 Added zeroes to WKPageUIClient structures to avoid build failures.
|