HomeSort by relevance Sort by last modified time
    Searched defs:prime (Results 76 - 100 of 1082) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 285 final int prime = 31; local
287 result = prime * result + Arrays.hashCode(bottom_right);
288 result = prime * result + chroma_qp_index_offset;
289 result = prime * result + (constrained_intra_pred_flag ? 1231 : 1237);
290 result = prime * result
292 result = prime * result + (entropy_coding_mode_flag ? 1231 : 1237);
293 result = prime * result
295 result = prime * result + num_ref_idx_l0_active_minus1;
296 result = prime * result + num_ref_idx_l1_active_minus1;
297 result = prime * result + num_slice_groups_minus1
    [all...]
  /external/snakeyaml/src/test/java8/org/yaml/snakeyaml/issues/issue310/
OptionalTest.java 56 final int prime = 31; local
58 result = prime * result
  /external/testng/src/main/java/org/testng/xml/
XmlClass.java 233 final int prime = 31; local
235 result = prime * result + ((m_class == null) ? 0 : m_class.hashCode());
236 result = prime * result + (m_loadClasses ? 1 : 0);
237 result = prime * result
239 result = prime * result
241 result = prime * result + m_index;
242 result = prime * result + ((m_name == null) ? 0 : m_name.hashCode());
  /external/v8/src/inspector/
v8-debugger-script.cc 30 static uint64_t prime[] = {0x3FB75161, 0xAB1F4E4F, 0x82675BC5, 0xCD924D35, local
49 hashes[current] = (hashes[current] + zi[current] * xi) % prime[current];
50 zi[current] = (zi[current] * random[current]) % prime[current];
60 hashes[current] = (hashes[current] + zi[current] * xi) % prime[current];
61 zi[current] = (zi[current] * random[current]) % prime[current];
66 hashes[i] = (hashes[i] + zi[i] * (prime[i] - 1)) % prime[i];
  /external/wpa_supplicant_8/src/common/
sae.h 37 const struct crypto_bignum *prime; member in struct:sae_temporary_data
  /frameworks/av/packages/MediaComponents/src/com/android/media/
SessionToken2Impl.java 230 final int prime = 31; local
232 + prime * (mUid
233 + prime * (mPackageName.hashCode()
234 + prime * (mId.hashCode()
235 + prime * (mServiceName != null ? mServiceName.hashCode() : 0))));
  /frameworks/base/core/java/android/print/
PrinterInfo.java 304 final int prime = 31; local
306 result = prime * result + mId.hashCode();
307 result = prime * result + mName.hashCode();
308 result = prime * result + mStatus;
309 result = prime * result + ((mDescription != null) ? mDescription.hashCode() : 0);
310 result = prime * result + ((mCapabilities != null) ? mCapabilities.hashCode() : 0);
311 result = prime * result + mIconResourceId;
312 result = prime * result + (mHasCustomPrinterIcon ? 1 : 0);
313 result = prime * result + mCustomPrinterIconGen;
314 result = prime * result + ((mInfoIntent != null) ? mInfoIntent.hashCode() : 0)
    [all...]
PrinterCapabilitiesInfo.java 262 final int prime = 31; local
264 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode());
265 result = prime * result + ((mMediaSizes == null) ? 0 : mMediaSizes.hashCode());
266 result = prime * result + ((mResolutions == null) ? 0 : mResolutions.hashCode());
267 result = prime * result + mColorModes;
268 result = prime * result + mDuplexModes;
269 result = prime * result + Arrays.hashCode(mDefaults);
  /frameworks/base/core/java/android/speech/tts/
Voice.java 199 final int prime = 31; local
201 result = prime * result + ((mFeatures == null) ? 0 : mFeatures.hashCode());
202 result = prime * result + mLatency;
203 result = prime * result + ((mLocale == null) ? 0 : mLocale.hashCode());
204 result = prime * result + ((mName == null) ? 0 : mName.hashCode());
205 result = prime * result + mQuality;
206 result = prime * result + (mRequiresNetworkConnection ? 1231 : 1237);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAlsaDevice.java 296 final int prime = 31; local
298 result = prime * result + mCardNum;
299 result = prime * result + mDeviceNum;
300 result = prime * result + (mHasOutput ? 0 : 1);
301 result = prime * result + (mHasInput ? 0 : 1);
302 result = prime * result + (mIsInputHeadset ? 0 : 1);
303 result = prime * result + (mIsOutputHeadset ? 0 : 1);
  /frameworks/support/media/src/main/java/androidx/media/
SessionToken2.java 174 final int prime = 31; local
176 + prime * (mUid
177 + prime * (mPackageName.hashCode()
178 + prime * (mId.hashCode()
179 + prime * (mServiceName != null ? mServiceName.hashCode() : 0))));
SessionCommand2.java 433 final int prime = 31; local
434 return ((mCustomCommand != null) ? mCustomCommand.hashCode() : 0) * prime + mCommandCode;
  /packages/apps/Contacts/src/com/android/contacts/util/
MaterialColorMapUtils.java 72 final int prime = 31; local
74 result = prime * result + mPrimaryColor;
75 result = prime * result + mSecondaryColor;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java 222 final int prime = 31; local
224 result = prime * result + ((mFormat == null) ? 0 : mFormat.hashCode());
225 result = prime * result + ((mIcon1 == null) ? 0 : mIcon1.hashCode());
226 result = prime * result + ((mIcon2 == null) ? 0 : mIcon2.hashCode());
227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode());
228 result = prime * result + ((mIntentData == null) ? 0 : mIntentData.hashCode());
229 result = prime * result + ((mIntentExtraData == null) ? 0 : mIntentExtraData.hashCode());
230 result = prime * result + ((mLogType == null) ? 0 : mLogType.hashCode());
231 result = prime * result + ((mShortcutId == null) ? 0 : mShortcutId.hashCode());
232 result = prime * result + ((mSource == null) ? 0 : mSource.hashCode())
    [all...]
  /packages/apps/TV/tuner/src/com/google/android/exoplayer/
MediaSoftwareCodecUtil.java 254 final int prime = 31; local
256 result = prime * result + ((mimeType == null) ? 0 : mimeType.hashCode());
  /libcore/luni/src/main/java/java/math/
BigInteger.java 31 * cryptography, such as the generation of large prime numbers and computation
149 * pow(2, bitLength)-1]} which is probably prime. The probability that the
150 * returned {@code BigInteger} is prime is greater than
174 candidate |= 1; // Any prime longer than 2 bits must have the bottom bit set.
177 BigInt prime = new BigInt(); local
178 prime.putULongInt(candidate, false);
179 setBigInt(prime);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SparseFieldVector.java 596 final int prime = 31; local
598 result = prime * result + ((field == null) ? 0 : field.hashCode());
599 result = prime * result + virtualSize;
604 result = prime * result + temp;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java 75 private BigInteger prime; field in class:Primes.STOutput
79 private STOutput(BigInteger prime, byte[] primeSeed, int primeGenCounter)
81 this.prime = prime;
88 return prime;
105 * Construct a provable prime number using a hash function.
110 * the length (in bits) of the prime to be generated. Must be at least 2.
112 * the seed to be used for the generation of the requested prime. Cannot be null or
114 * @return an {@link STOutput} instance containing the requested prime.
272 * (so <code>candidate</code> is definitely NOT prime), or else <code>true</code
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 242 final int prime = 31; local
244 result = prime * result + ((key == null) ? 0 : key.hashCode());
245 result = prime * result + ((value == null) ? 0 : value.hashCode());
  /external/tpm2/
RSAKeySieve.c 180 // Include the outer counter (the one that changes on each prime
181 // prime candidate generation
203 // security strength of the prime. These values are from FIPS 186-3.
207 UINT32 bits // IN: Number of bits in the RSA prime
219 // likelihood, if the number is not prime, the first test fails.
225 // TRUE probably prime
317 // 5. Return PROBABLY PRIME
327 // This function is used to access the next prime number in the sequence of primes. It requires a pre-
362 // This function is used to initialize the prime sequence generator iterator. The iterator is initialized and
363 // returns the first prime that is equal to the requested starting value. If the starting value is no a prime, the
437 UINT16 prime; member in struct:__anon40476
    [all...]
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimplePlayer.h 180 aaudio_result_t prime() { function in class:AAudioSimplePlayer
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 183 void VideoFrameScheduler::PLL::prime(size_t numSamplesToUse) { function in class:android::VideoFrameScheduler::PLL
282 prime(kMinSamplesToStopPrime);
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 123 final int prime = 31; local
125 result = prime * result + (allDay ? 1231 : 1237);
126 result = prime * result + (int) (id ^ (id >>> 32));
127 result = prime * result + (int) (end ^ (end >>> 32));
128 result = prime * result + (int) (start ^ (start >>> 32));
129 result = prime * result + ((title == null) ? 0 : title.hashCode());
130 result = prime * result + visibTitle;
131 result = prime * result + visibWhen;
132 result = prime * result + visibWhere;
133 result = prime * result + ((when == null) ? 0 : when.hashCode())
215 final int prime = 31; local
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 129 hashval_t prime; member in struct:prime_ent
131 hashval_t inv_m2; /* inverse of prime-2 */
170 nearest prime number which is greater than N, and near a power of two. */
181 if (n > prime_tab[mid].prime)
188 if (n > prime_tab[low].prime)
190 fprintf (stderr, "Cannot find prime bigger than %lu\n", n);
265 return htab_mod_1 (hash, p->prime, p->inv, p->shift);
274 return 1 + htab_mod_1 (hash, p->prime - 2, p->inv_m2, p->shift);
303 size = prime_tab[size_prime_index].prime;
356 size = prime_tab[size_prime_index].prime;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/
aws-java-sdk-ses-1.11.18.jar 

Completed in 530 milliseconds

1 2 34 5 6 7 8 91011>>