/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toy.ml | 13 (* Prime the first token. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
toy.ml | 15 (* Prime the first token. *)
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
disconnected-frame-permission-denied.js | 3 // Prime the Geolocation instance by denying permission. This makes sure that we execute the
|
permission-denied-already-clear-watch.js | 3 // Prime the Geolocation instance by denying permission.
|
permission-denied-already-error.js | 3 // Prime the Geolocation instance by denying permission.
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_cred.h | 24 u8 *dh_p; /* prime */
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client_i.h | 51 /* The prime modulus used for Diffie-Hellman */
|
/libcore/luni/src/test/java/tests/security/spec/ |
RSAPrivateCrtKeySpecTest.java | 110 * Assertion: returns prime exponent P 127 * Assertion: returns prime exponent Q 144 * Assertion: returns prime P 161 * Assertion: returns prime Q
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/ |
FullRevision.java | 174 final int prime = 31; local 176 result = prime * result + mMajor; 177 result = prime * result + mMinor; 178 result = prime * result + mMicro; 179 result = prime * result + mPreview;
|
LayoutlibVersionMixin.java | 104 final int prime = 31; local 106 result = prime * result + ((mLayoutlibVersion == null) ? 0 : mLayoutlibVersion.hashCode());
|
MinToolsPackage.java | 112 final int prime = 31; local 114 result = prime * result + ((mMinToolsRevision == null) ? 0 : mMinToolsRevision.hashCode());
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/ |
Archive.java | 424 final int prime = 31; local 426 result = prime * result + ((mArch == null) ? 0 : mArch.hashCode()); 427 result = prime * result + ((mChecksum == null) ? 0 : mChecksum.hashCode()); 428 result = prime * result + ((mChecksumType == null) ? 0 : mChecksumType.hashCode()); 429 result = prime * result + (mIsLocal ? 1231 : 1237); 430 result = prime * result + ((mLocalOsPath == null) ? 0 : mLocalOsPath.hashCode()); 431 result = prime * result + ((mOs == null) ? 0 : mOs.hashCode()); 432 result = prime * result + (int) (mSize ^ (mSize >>> 32)); 433 result = prime * result + ((mUrl == null) ? 0 : mUrl.hashCode());
|
/external/openssl/crypto/ecdh/ |
ecdhtest.c | 325 /* NIST PRIME CURVES TESTS */ 326 if (!test_ecdh_curve(NID_X9_62_prime192v1, "NIST Prime-Curve P-192", ctx, out)) goto err; 327 if (!test_ecdh_curve(NID_secp224r1, "NIST Prime-Curve P-224", ctx, out)) goto err; 328 if (!test_ecdh_curve(NID_X9_62_prime256v1, "NIST Prime-Curve P-256", ctx, out)) goto err; 329 if (!test_ecdh_curve(NID_secp384r1, "NIST Prime-Curve P-384", ctx, out)) goto err; 330 if (!test_ecdh_curve(NID_secp521r1, "NIST Prime-Curve P-521", ctx, out)) goto err;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/ |
BlenderKey.java | 388 final int prime = 31;
local 390 result = prime * result + (assetRootPath == null ? 0 : assetRootPath.hashCode());
391 result = prime * result + (defaultMaterial == null ? 0 : defaultMaterial.hashCode());
392 result = prime * result + (faceCullMode == null ? 0 : faceCullMode.hashCode());
393 result = prime * result + featuresToLoad;
394 result = prime * result + (fixUpAxis ? 1231 : 1237);
395 result = prime * result + fps;
396 result = prime * result + generatedTextureDepth;
397 result = prime * result + generatedTextureHeight;
398 result = prime * result + generatedTextureWidth; [all...] |
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_make_key.c | 51 /* make prime "q" (we negate size to make q == 3 mod 4) */ 55 /* make prime "p" */
|
/external/elfutils/lib/ |
next_prime.c | 1 /* Determine prime number. 53 /* Test whether CANDIDATE is a prime. */
|
/external/openssh/ |
kexgex.c | 48 int min, int wantbits, int max, BIGNUM *prime, BIGNUM *gen, 78 buffer_put_bignum2(&b, prime);
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/permissionfeature/ |
Permission.java | 77 final int prime = 31;
local 79 result = (prime * result) + ((id == null) ? 0 : id.hashCode());
|
/external/chromium/testing/gtest/samples/ |
sample1.h | 40 // Returns true iff n is a prime number.
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt.h | 63 CRYPT_INVALID_PRIME_SIZE,/* Invalid size of prime requested */
|
/external/dropbear/libtomcrypt/src/misc/ |
error_to_string.c | 53 "Invalid size for prime.",
|
/external/dropbear/libtommath/ |
bn_mp_prime_fermat.c | 20 * If "a" were prime then b**a == b (mod a) since the order of
|
/external/dropbear/libtommath/mtest/ |
mpi-config.h | 71 When building mpprime.c, we build in a table of small prime
|
/external/gtest/samples/ |
sample1.h | 40 // Returns true iff n is a prime number.
|
/external/oprofile/libop/ |
op_config_24.h | 67 * allowed. Must be a prime number
|