HomeSort by relevance Sort by last modified time
    Searched defs:zeroes (Results 1 - 4 of 4) 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
150 EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes);
232 EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes);
245 /* Initial PS XORs with all zeroes which is a NOP so just update
  /external/guava/src/com/google/common/base/
CharMatcher.java 101 String zeroes = typedefs
105 for (char base : zeroes.toCharArray()) {
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 37 int zeroes = (value & 0x0007ffff); local
38 if (zeroes != 0)
635 int zeroes = (value & 0x0000ffff); local
636 if (zeroes != 0)
    [all...]
  /bionic/libc/stdio/
vfprintf.c 208 static char zeroes[PADSIZE] = local
710 * After any left-hand padding and prefixing, emit zeroes
712 * string proper, then emit zeroes required by any leftover
739 PAD(width - realsz, zeroes);
741 /* leading zeroes from decimal precision */
742 PAD(dprec - size, zeroes);
755 PAD(ndig - 1, zeroes);
760 PAD(-expt, zeroes);
764 PAD(expt - ndig, zeroes);
782 PAD(ndig - 1, zeroes);
    [all...]

Completed in 1220 milliseconds