OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prime
(Results
251 - 275
of
687
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/zlib/src/
zutil.h
144
#ifdef __50SERIES /*
Prime
/PRIMOS */
/packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java
142
final int
prime
= 31;
local
144
result =
prime
* result + ((callLogInfo == null) ? 0 : callLogInfo.hashCode());
145
result =
prime
* result + ((countryIso == null) ? 0 : countryIso.hashCode());
146
result =
prime
* result + ((number == null) ? 0 : number.hashCode());
[
all
...]
/packages/apps/Mms/apptests/src/com/android/mms/tests/
SmsSendIntentTestActivity.java
59
mRecipient.setText("650-933-0884"); // use this to
prime
a number
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h
414
// smallest
prime
that keeps the load factor small enough.
452
// Return a
prime
no smaller than n.
464
// Return the smallest
prime
p such that alpha p >= n, where alpha
478
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h
387
// smallest
prime
that keeps the load factor small enough.
425
// Return a
prime
no smaller than n.
437
// Return the smallest
prime
p such that alpha p >= n, where alpha
451
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h
380
// smallest
prime
that keeps the load factor small enough.
418
// Return a
prime
no smaller than n.
430
// Return the smallest
prime
p such that alpha p >= n, where alpha
444
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h
387
// smallest
prime
that keeps the load factor small enough.
425
// Return a
prime
no smaller than n.
437
// Return the smallest
prime
p such that alpha p >= n, where alpha
451
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h
380
// smallest
prime
that keeps the load factor small enough.
418
// Return a
prime
no smaller than n.
430
// Return the smallest
prime
p such that alpha p >= n, where alpha
444
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
libfunction_reordering_plugin.so
libfunction_reordering_plugin.so.0
libfunction_reordering_plugin.so.0.0.0
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
libfunction_reordering_plugin.so
libfunction_reordering_plugin.so.0
libfunction_reordering_plugin.so.0.0.0
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h
414
// smallest
prime
that keeps the load factor small enough.
452
// Return a
prime
no smaller than n.
464
// Return the smallest
prime
p such that alpha p >= n, where alpha
478
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h
414
// smallest
prime
that keeps the load factor small enough.
452
// Return a
prime
no smaller than n.
464
// Return the smallest
prime
p such that alpha p >= n, where alpha
478
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h
414
// smallest
prime
that keeps the load factor small enough.
452
// Return a
prime
no smaller than n.
464
// Return the smallest
prime
p such that alpha p >= n, where alpha
478
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h
414
// smallest
prime
that keeps the load factor small enough.
452
// Return a
prime
no smaller than n.
464
// Return the smallest
prime
p such that alpha p >= n, where alpha
478
// Finds the smallest
prime
p such that alpha p > __n_elt + __n_ins.
/system/extras/tests/ext4/
android_emmc_perf_tests.sh
84
#
Prime
/external/dropbear/libtomcrypt/
changes
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
Package.java
780
final int
prime
= 31;
local
782
result =
prime
* result + Arrays.hashCode(mArchives);
783
result =
prime
* result + ((mObsolete == null) ? 0 : mObsolete.hashCode());
784
result =
prime
* result + getRevision().hashCode();
785
result =
prime
* result + ((mSource == null) ? 0 : mSource.hashCode());
/external/icu4c/common/
ucmndata.c
133
*
Prime
the prefix lengths so that we don't keep prefixLength at 0 until
178
*
Prime
the prefix lengths so that we don't keep prefixLength at 0 until
/external/ipsec-tools/src/racoon/
crypto_openssl.c
[
all
...]
/external/stlport/stlport/stl/
_hashtable.c
400
// 4 factor is coming from the fact that
prime
number list is almost a
411
* of buckets in the
prime
numbers would respect the load rule. Otherwise algorithm
/ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c
400
// 4 factor is coming from the fact that
prime
number list is almost a
411
* of buckets in the
prime
numbers would respect the load rule. Otherwise algorithm
Completed in 865 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>