OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashEntry
(Results
1 - 9
of
9
) sorted by null
/external/llvm/runtime/libprofile/
PathProfiling.c
130
pathHashEntry_t*
hashEntry
= hashTable->hashBins[i];
132
while (
hashEntry
) {
136
pte.pathNumber =
hashEntry
->pathNumber;
137
pte.pathCounter =
hashEntry
->pathCount;
144
temp =
hashEntry
;
145
hashEntry
=
hashEntry
->next;
156
pathHashEntry_t*
hashEntry
;
163
hashEntry
= hashTable->hashBins[index];
165
while (
hashEntry
) {
[
all
...]
/external/chromium_org/third_party/icu/source/tools/gensprep/
store.c
226
static int32_t U_CALLCONV
hashEntry
(const UHashTok parm) {
385
hashTable = uhash_open(
hashEntry
, compareEntries, NULL, status);
/external/icu4c/tools/gensprep/
store.c
226
static int32_t U_CALLCONV
hashEntry
(const UHashTok parm) {
366
hashTable = uhash_open(
hashEntry
, compareEntries, NULL, status);
/external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java
2
// Perhaps use four different types of
HashEntry
classes for max efficiency:
3
// normal
HashEntry
for HARD,HARD
377
HashEntry
<K, V> previous = null;
378
HashEntry
<K, V> entry = data[index];
402
protected
HashEntry
<K, V> getEntry(Object key) {
418
protected int
hashEntry
(Object key, Object value) {
442
* Creates a ReferenceEntry instead of a
HashEntry
.
450
public
HashEntry
<K, V> createEntry(
HashEntry
<K, V> next, int hashCode, K key, V value) {
564
protected static class ReferenceEntry <K,V> extends
HashEntry
<K, V>
[
all
...]
/frameworks/base/libs/androidfw/
ZipFileRO.cpp
355
mHashTable = (
HashEntry
*) calloc(mHashTableSize, sizeof(
HashEntry
));
519
HashEntry
hashEntry
= mHashTable[ent];
526
const unsigned char* ptr = (const unsigned char*)
hashEntry
.name;
/external/chromium_org/third_party/icu/source/common/
usprep.cpp
106
hashEntry
(const UHashTok parm) {
213
UHashtable *newCache = uhash_open(
hashEntry
, compareEntries, NULL, status);
uresbund.c
48
static int32_t U_CALLCONV
hashEntry
(const UHashTok parm) {
274
UHashtable *newCache = uhash_open(
hashEntry
, compareEntries, NULL, status);
346
/*hashValue =
hashEntry
(hashkey);*/
[
all
...]
/external/icu4c/common/
usprep.cpp
106
hashEntry
(const UHashTok parm) {
210
UHashtable *newCache = uhash_open(
hashEntry
, compareEntries, NULL, status);
uresbund.cpp
49
static int32_t U_CALLCONV
hashEntry
(const UHashTok parm) {
272
UHashtable *newCache = uhash_open(
hashEntry
, compareEntries, NULL, status);
344
/*hashValue =
hashEntry
(hashkey);*/
[
all
...]
Completed in 253 milliseconds