HomeSort by relevance Sort by last modified time
    Searched refs:zeroes (Results 1 - 22 of 22) sorted by null

  /external/openssl/crypto/rsa/
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)
255 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
270 /* Initial PS XORs with all zeroes which is a NOP so just update
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 214 int zeroes = scale - fractLen; local
215 for (int i = 0; i < zeroes; i++)
221 fractCharArr[zeroes + j] = fractStr.charAt(j);
  /cts/tests/tests/media/src/android/media/cts/
EncoderTest.java 175 byte[] zeroes = new byte[size];
176 buffer.put(zeroes);
  /bionic/libc/stdio/
vfprintf.c 219 static const char zeroes[PADSIZE] = local
721 * After any left-hand padding and prefixing, emit zeroes
723 * string proper, then emit zeroes required by any leftover
750 PAD(width - realsz, zeroes);
752 /* leading zeroes from decimal precision */
753 PAD(dprec - size, zeroes);
766 PAD(ndig - 1, zeroes);
771 PAD(-expt, zeroes);
775 PAD(expt - ndig, zeroes);
793 PAD(ndig - 1, zeroes);
    [all...]
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 106 String zeroes = typedefs
110 for (char base : zeroes.toCharArray()) {
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 37 int zeroes = (value & 0x0007ffff); local
38 if (zeroes != 0)
679 int zeroes = (value & 0x0000ffff); local
680 if (zeroes != 0)
    [all...]
  /external/libvorbis/doc/
02-bitpacking.tex 220 return binary zeroes.
06-floor0.tex 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
  /external/zlib/src/contrib/pascal/
example.pas 287 (* At this point, uncompr is still mostly zeroes, so it should compress
  /external/libpng/
CHANGES     [all...]
  /external/valgrind/main/none/tests/amd64/
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)); \
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 521 milliseconds