Searched
full:prime (Results
326 -
350 of
687) sorted by null
<<11121314151617181920>>
/external/openssl/crypto/bn/ |
bntest.c | [all...] |
/external/openssl/crypto/dh/ |
dh_ameth.c | 371 if (!ASN1_bn_print(bp,"prime:",x->p,m,indent)) goto err;
|
/external/openssl/crypto/rsa/ |
rsa_gen.c | 148 * continually regenerating the same prime values. Check for
|
/external/protobuf/gtest/samples/ |
sample6_unittest.cc | 61 // The ctor calls the factory function to create a prime table
|
/external/skia/src/animator/ |
SkScriptTokenizer.cpp | 709 branch.prime(); 721 branch.prime(); [all...] |
SkDisplayApply.cpp | 291 activate(maker); // for non-drawables like post, prime them here 315 activate(maker); // for non-drawables like post, prime them here
|
/external/valgrind/main/coregrind/ |
m_hashtable.c | 44 UInt n_chains; // should be prime
|
/external/webkit/Source/WebCore/platform/audio/ |
SincResampler.cpp | 161 // Prime the input buffer.
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfo.java | 1806 final int prime = 31; local [all...] |
/libcore/expectations/ |
icebox.txt | 108 description: "a low impact bug, we can't produce tiny random, probable prime big integers",
|
/ndk/sources/host-tools/make-3.81/ |
hash.c | 32 is forced to return an odd-value, in order to be relatively prime
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
liblto_plugin.so | |
liblto_plugin.so.0 | |
liblto_plugin.so.0.0.0 | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
liblto_plugin.so | |
liblto_plugin.so.0 | |
liblto_plugin.so.0.0.0 | |
/device/samsung/tuna/keymaster/ |
keymaster_tuna.cpp | 522 * If we have the prime, prime exponents, and coefficient, we can
|
/external/dropbear/ |
common-kex.c | 484 /* read the prime and generator*/ 521 /* read the prime and generator*/
|
/external/icu4c/common/ |
uhash.h | 176 * and values. Must be prime. */ 185 int8_t primeIndex; /* Index into our prime table for length.
|
/external/openssh/ |
schnorr.c | 543 * prime) and g, automatically calculating subgroup q as (p / 2) 555 /* Subgroup order is p/2 (p is a safe prime) */
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
tlcTeeKeymaster_if.c | 845 * P: secret prime factor 846 * Q: secret prime factor
|
/sdk/attribute_stats/src/ |
Analyzer.java | 640 final int prime = 31; local 642 result = prime * result + ((attribute == null) ? 0 : attribute.hashCode());
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
Project.java | 195 final int prime = 31; local 197 result = prime * result + ((mDir == null) ? 0 : mDir.hashCode());
|
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 49 final int prime = 16777619; local 50 h = (h ^ (a & 0xff)) * prime; 51 h = (h ^ (b & 0xff)) * prime; [all...] |
Completed in 549 milliseconds
<<11121314151617181920>>