/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);
|
/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) 672 int zeroes = (value & 0x0000ffff); local 673 if (zeroes != 0) [all...] |
/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/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/libxml2/ |
trio.c | 2636 int zeroes = 0; local [all...] |
/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 | |