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

123

/haiku/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/src/system/kernel/util/
H A DStringHash.cpp16 uint32 hash = 0; local
33 uint32 hash = 0; local
[all...]
H A DRandom.cpp30 hash(uint32* data) function
/haiku/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/src/apps/webpositive/support/
H A DHashKeys.h88 uint32 hash = 0; local
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp34 uint32 hash = ((uint32)index << 8) | (componentKind << 4) | typeKind; local
/haiku/src/apps/terminal/
H A DColors.cpp125 uint32 hash = _HashName(name); local
162 uint32 hash = 0; local
[all...]
/haiku/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/src/apps/pairs/
H A DPairs.cpp117 size_t hash = 0xdeadbeef; local
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp150 uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength); local
H A DDirectoryIterator.cpp121 uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength); local
/haiku/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/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/src/add-ons/translators/gif/
H A DGIFSave.h63 SFHash* hash; member in class:GIFSave
/haiku/src/servers/package/
H A DPackageFile.h97 size_t hash = BString::HashValue(key.name); local
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp117 uint64_t hash = 0; local
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_acl.c136 int hash; local
179 int hash; local
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp112 int hash = fHashFunc(key); local
134 uint32 hash,(*func)(const void *); local
280 uint32 hash,(*fun local
[all...]
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp92 int32 hash = strlen(name); local
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp244 uint32 hash = page_table_entry::PrimaryHash(virtualSegmentID, (uint32)virtualAddress); local
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp244 uint32 hash = page_table_entry::PrimaryHash(virtualSegmentID, (uint32)virtualAddress); local
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp275 int32 hash; local
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dvcache.cpp62 #define hash(v) ((v) & (vol->vcache.cache_size-1)) macro
/haiku/src/system/libroot/posix/musl/search/
H A Dhsearch.c91 static ENTRY *lookup(char *key, size_t hash, struct hsearch_data *htab) argument
138 size_t hash = keyhash(item.key); local

Completed in 214 milliseconds

123