Searched defs:hash (Results 1 - 25 of 150) sorted by relevance

123456

/haiku-fatelf/headers/cpp/
H A Dstl_hash_fun.h38 template <class _Key> struct hash { }; struct
49 __STL_TEMPLATE_NULL struct hash<char*> struct
54 __STL_TEMPLATE_NULL struct hash<const char*> struct
59 __STL_TEMPLATE_NULL struct hash<char> { struct
62 __STL_TEMPLATE_NULL struct hash<unsigned char> { struct
65 __STL_TEMPLATE_NULL struct hash<signed char> { struct
68 __STL_TEMPLATE_NULL struct hash<short> { struct
71 __STL_TEMPLATE_NULL struct hash<unsigned short> { struct
74 __STL_TEMPLATE_NULL struct hash<int> { struct
77 __STL_TEMPLATE_NULL struct hash<unsigne struct
80 __STL_TEMPLATE_NULL struct hash<long> { struct
83 __STL_TEMPLATE_NULL struct hash<unsigned long> { struct
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DEntryRef.cpp37 uint32 hash = device; local
H A DVolume.cpp50 uint32 hash = (uint32)directoryID; local
/haiku-fatelf/src/apps/webpositive/support/
H A DHashKeys.h88 uint32 hash = 0; local
/haiku-fatelf/src/libs/crypt/
H A Dcrypt-nthash.c59 u_char hash[MD4_SIZE]; local
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DEntryRef.cpp37 uint32 hash = device; local
/haiku-fatelf/src/apps/debugger/model/
H A DTypeComponentPath.cpp34 uint32 hash = ((uint32)index << 8) | (componentKind << 4) | typeKind; local
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp113 uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength); local
H A DAttribute.cpp154 uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength); local
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A Dhashes.cpp238 key_offset_for_name(hash_function_t hash, const char *name, int len) argument
/haiku-fatelf/src/servers/app/
H A DHashTable.cpp85 int32 hash = value->Hash(); local
114 uint32 hash; local
193 uint32 hash = key.Hash(); local
[all...]
/haiku-fatelf/src/system/runtime_loader/
H A Delf_symbol_lookup.h25 uint32 hash; member in struct:SymbolLookupInfo
30 SymbolLookupInfo(const char* name, int32 type, uint32 hash, argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A Dhashes.cpp238 key_offset_for_name(hash_function_t hash, const char *name, int len) argument
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dsaxon.c81 xmlHashTablePtr hash; local
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dncache.c36 #define hash(x) ((int)(((ulong)x)%NCHASH)) macro
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.cpp126 HTreeEntryIterator::Lookup(uint32 hash, int indirections, argument
305 HTreeEntryIterator::InsertEntry(Transaction& transaction, uint32 hash, argument
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Dvcache.c66 #define hash(v) ((v) & (vol->vcache.cache_size-1)) macro
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.c103 drophashindex(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *current, int hash) argument
[all...]
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFSave.h53 SFHash *hash; member in class:GIFSave
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsdevices.h103 size_t hash; //!< A hash value for storing media sizes in a sorted vector. member in struct:hpgs_ps_media_size_st
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcgen-dis.c113 unsigned int hash; local
56 add_insn_to_hash_chain(CGEN_INSN_LIST *hentbuf, const CGEN_INSN *insn, CGEN_INSN_LIST **htable, unsigned int hash) argument
151 unsigned int hash; local
233 unsigned int hash; local
[all...]
/haiku-fatelf/src/kits/locale/
H A DHashMapCatalog.cpp265 int32 hash; local
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_acl.c133 int hash; local
176 int hash; local
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp93 int32 hash = strlen(name); local
/haiku-fatelf/src/system/kernel/fs/
H A DEntryCache.h29 size_t hash; member in struct:EntryCacheKey

Completed in 178 milliseconds

123456