Searched defs:key (Results 151 - 175 of 506) sorted by relevance

1234567891011>>

/haiku-fatelf/src/libs/print/libprint/
H A DBlockingWindow.cpp56 int32 key; local
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp162 union key key = wait_for_key(); local
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Dconsole.cpp212 union key key; local
/haiku-fatelf/src/system/kernel/
H A DTeamThreadTables.h160 bool Compare(id_type key, Element* value) const argument
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_platform.cpp163 int key; local
/haiku-fatelf/src/system/kernel/debug/
H A DBreakpointManager.h89 static int Compare(addr_t key, const InstalledBreakpoint* node) argument
/haiku-fatelf/src/system/kernel/fs/
H A DEntryCache.h69 bool Compare(const EntryCacheKey& key, const EntryCacheEntry* value) const argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A DBlowFish.c97 short InitializeBlowfish(blf_ctx *bc, unsigned char key[], int keybytes) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DBlowFish.cpp97 short InitializeBlowfish(blf_ctx *bc, unsigned char key[], int keybytes) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBlowFish.cpp99 short InitializeBlowfish(blf_ctx *bc, unsigned char key[], int keybytes) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A DBlowFish.cpp97 short InitializeBlowfish(blf_ctx *bc, unsigned char key[], int keybytes) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DDebug.cpp218 char buffer[256], *key = (char *)node->KeyAt(i, &length); local
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dsl.c158 int InsertSL(SkipList l, void *key) argument
213 DeleteSL(SkipList l, void *key) argument
262 SearchSL(SkipList l, void *key) argument
347 DoForRangeSL(SkipList l, void *key, int (*compare)(), int (*func)(), void *arg) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DHashSet.h186 status_t Add(const Key& key) argument
194 bool Remove(const Key& key) argument
261 Add(const Key& key) argument
275 Remove(const Key& key) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAttribute.cpp92 Attribute::GetKey(const uint8 **key, size_t *length) argument
102 Attribute::GetKey(uint8 *key, size_t *length) argument
H A DIndex.cpp56 Index::Find(const uint8 *key, size_t length, IndexEntryIterator *iterator) argument
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp42 bool Compare(const void* key, ConditionVariable* variable) const argument
/haiku-fatelf/src/tests/kits/locale/
H A DcollatorTest.cpp99 BString key; local
/haiku-fatelf/src/tools/stubgen/test/
H A Dheap.H47 virtual void SetKey(T key) { exit(-1); }; argument
48 virtual CHeapNode<T> * Insert(T key) { return(Lroot_->Insert(key)); }; argument
51 virtual T UpHeap(T key) { return key; }; argument
73 virtual void SetKey(T key) { key argument
101 SetKey(T key) argument
105 UpHeap(T key) argument
[all...]
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DHashtable.cpp94 bool Hashtable::ContainsKey(const void *key) argument
100 void *Hashtable::GetValue(const void *key) argument
108 bool Hashtable::Put(const void *key, void *value) argument
130 void *Hashtable::Remove(const void *key) argument
276 GetHashEntry(const void *key) argument
[all...]
/haiku-fatelf/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp53 uint32 key; local
/haiku-fatelf/headers/libs/print/libprint/
H A DJobSetupDlg.h62 Range<T, R>::Range(const char* label, const char* key, const R* range, argument
/haiku-fatelf/headers/private/kernel/
H A DNotifications.h237 bool Compare(const char* key, NotificationService* service) const argument
/haiku-fatelf/headers/private/kernel/boot/
H A Dmenu.h144 char key; member in struct:Menu::shortcut
/haiku-fatelf/headers/private/kernel/util/
H A DAVLTree.h302 AVLTree<Definition>::FindClosest(const Key& key, bool less) const argument
328 AVLTree<Definition>::Remove(const Key& key) argument
345 CompareKeyNode(const void* key, const AVLTreeNode* node) argument
[all...]

Completed in 287 milliseconds

1234567891011>>