Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 25 of 27) sorted by relevance

12

/external/openssl/crypto/rsa/
Drsa_pss.c67 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/
DSimpleBigDecimal.java214 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/
D2008-09-22-vector-gep.ll1 ; This test checks to see if scalarrepl also works when a gep with all zeroes is
/external/valgrind/main/docs/internals/
Dperformance.txt29 - Nick changed ExeContext gathering to not record/save extra zeroes at the
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java106 String zeroes =
110 for (char base : zeroes.toCharArray()) {
/external/hyphenation/
DREADME96 are zeroes, but in this case the lefthyphenmin and righthyphenmin
/external/iptables/extensions/
Dlibxt_time.man18 23:59:59. Leading zeroes are allowed (e.g. "06:03") and correctly interpreted
/external/libvorbis/doc/
D06-floor0.tex78 …s channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Se…
D02-bitpacking.tex220 return binary zeroes.
/external/libphonenumber/java/
Drelease_notes.txt98 - 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/
Dtrio.c2636 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/
Dsse4-64.c182 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/
Drfc1950.txt496 checked separately. (Any sequence of zeroes has a Fletcher
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm666 // the arguments. It's OK to just pass arbitrary constant values, so we just pass all zeroes.
/external/dropbear/libtommath/
Dchanges.txt152 -- Martin Marcel noticed a bug in mp_neg() that allowed negative zeroes.
Dbn.tex1060 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/
Dlpc_asm.nasm1369 ; 3 zeroes in front (at negative indices) for alignment purposes, i.e. for each
/external/jpeg/
Dstructure.doc453 coefficients of each MCU (initially all zeroes), which the entropy decoder
/external/qemu/distrib/jpeg-6b/
Dstructure.doc453 coefficients of each MCU (initially all zeroes), which the entropy decoder
/external/dropbear/libtomcrypt/
Dchanges495 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.
Dcrypt.tex843 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/
DSPUInstrInfo.td979 // clz: Count leading zeroes
/external/libpng/
DCHANGES2320 this will not work on platforms where the NULL pointer is not all zeroes.
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1467458 (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/
DChangeLog-2011-02-163184 Added zeroes to WKPageUIClient structures to avoid build failures.

12