HomeSort by relevance Sort by last modified time
    Searched defs:zeroes (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/openssl/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/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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharMatcher.java 99 String zeroes = typedefs
103 for (char base : zeroes.toCharArray()) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 99 String zeroes = typedefs
103 for (char base : zeroes.toCharArray()) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
ipaddress.cc 390 unsigned int zeroes = 32; local
392 if (word_to_count) zeroes--;
393 if (word_to_count & 0x0000FFFF) zeroes -= 16;
394 if (word_to_count & 0x00FF00FF) zeroes -= 8;
395 if (word_to_count & 0x0F0F0F0F) zeroes -= 4;
396 if (word_to_count & 0x33333333) zeroes -= 2;
397 if (word_to_count & 0x55555555) zeroes -= 1;
399 return bits + (32 - zeroes);
  /art/compiler/dex/quick/arm/
utility_arm.cc 32 int zeroes = (value & 0x0007ffff); local
33 if (zeroes != 0)
57 uint64_t zeroes = (value & 0x0000ffffffffffffll); local
58 if (zeroes != 0)
  /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/chromium_org/third_party/gtk+/gtk/
compose-parse.py 744 zeroes = 0 variable
751 zeroes += 6 - len(sequence) + 1
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 445 char zeroes[4] = {0}; local
446 buf->WriteBytes(zeroes, 4 - remainder);
  /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/chromium_org/courgette/
adjustment_method_2.cc 309 size_t zeroes = 0; local
316 ++zeroes;
    [all...]
  /external/chromium_org/third_party/libxml/src/
trio.c 2636 int zeroes = 0; local
    [all...]
  /external/libxml2/
trio.c 2636 int zeroes = 0; local
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /external/droiddriver/libs/
guava-13.0.jar 

Completed in 1038 milliseconds

1 2