Searched defs:key (Results 176 - 200 of 506) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/kernel/util/
H A DSplayTree.h74 Key key = Definition::GetKey(node); local
97 Node* Remove(const Key& key) argument
128 Key key = Definition::GetKey(node); local
187 Lookup(const Key& key) argument
226 FindClosest(const Key& key, bool greater, bool orEqual) argument
279 _Splay(const Key& key) argument
514 Remove(const Key& key) argument
547 Lookup(const Key& key) argument
586 GetIterator(const Key& key, bool greater, bool orEqual) argument
591 GetIterator(const Key& key, bool greater, bool orEqual) const argument
[all...]
/haiku-fatelf/headers/private/shared/
H A DHashMap.h80 Entry(const Key& key, Value value) : key(key), value(value) {} argument
82 Key key; member in class:BPrivate::HashMap::Entry
220 Put(const Key& key, Value value) argument
228 Remove(const Key& key) argument
374 Put(const Key& key, Value value) argument
394 Remove(const Key& key) argument
425 Get(const Key& key, Value*& _value) const argument
[all...]
H A DHashSet.h192 status_t Add(const Key& key) argument
200 bool Remove(const Key& key) argument
267 Add(const Key& key) argument
281 Remove(const Key& key) argument
[all...]
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashMap.h30 HashMapElement(const Key& key, const Value& value) argument
53 bool Compare(const KeyType& key, const ValueType* value) const argument
67 Entry(const Key& key, Value value) : key(key), value(value) {} argument
69 Key key; member in class:HashMap::Entry
181 Put(const Key& key, const Value& value) argument
189 Remove(const Key& key) argument
338 Put(const Key& key, const Value& value) argument
363 Remove(const Key& key) argument
[all...]
H A DHashSet.h27 HashSetElement(const Key& key) argument
47 bool Compare(const KeyType& key, const ValueType* value) const argument
163 status_t Add(const Key& key) argument
171 Remove(const Key& key) argument
249 Add(const Key& key) argument
273 Remove(const Key& key) argument
[all...]
/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp32 hks(int32 key, BitFieldTester* tester, CommandActuator* actuator, argument
124 int32 key; local
237 uint32 key; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/
H A DCannaInterface.cpp267 CannaInterface::ConvertSpecial(char ch, uint32 mod, int32 key) argument
344 CannaInterface::ConvertArrowKey(int key) argument
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Debind.c179 XLookupKanji2( unsigned int dpy, unsigned int win, char *buffer_return, int bytes_buffer, int nbytes, int functionalChar, jrKanjiStatus *kanji_status_return, int key) argument
H A Djrbind.c237 BYTE key; member in struct:map
360 unsigned char key; local
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp69 struct node_key *key = volume->GetNode(ino, fParent); local
H A DVolume.h23 struct node_key key; member in struct:node
45 static int Compare(KeyType key, const NodeType* node) argument
70 Compare(KeyType key, const NodeType* node) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.c126 OBJECT_ID_INDEX_KEY key; member in struct:OBJECT_ID_INDEX
229 OBJECT_ID_INDEX_KEY key; local
278 OBJECT_ID_INDEX_KEY key; local
524 OBJECT_ID_INDEX_KEY key; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DLastModifiedIndex.cpp261 LastModifiedIndex::InternalFind(const void* key, size_t length) argument
H A DNameIndex.cpp206 const char* key = (const char*)_key; local
H A DPackage.h141 bool Compare(const char* key, const Package* value) const argument
H A DSizeIndex.cpp259 SizeIndex::InternalFind(const void* key, size_t length) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp206 LastModifiedIndex::InternalFind(const uint8 *key, size_t length) argument
H A DNameIndex.cpp190 NameIndex::InternalFind(const uint8 *key, size_t length) argument
H A DSizeIndex.cpp205 SizeIndex::InternalFind(const uint8 *key, size_t length) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c117 fuse_lib_opt_proc(void *data, const char *arg, int key, argument
189 static int fuse_mount_opt_proc(void *data, const char *arg, int key, argument
H A Dfuse_opt.c137 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, argument
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp33 bool Compare(int32 key, const HaikuKernelIORequest* value) const argument
50 bool Compare(int32 key, const HaikuKernelIORequest* value) const argument
66 Compare(fs_vnode_ops* key, const ValueType* value) const argument
[all...]
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h174 bool Compare(const KeyType &key, ValueType *value) const argument
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dmd5c.c331 MD5Hmac(unsigned char *digest, const unsigned char* text, int text_len, const unsigned char* key, int key_len) argument
400 MD5HexHmac(char *hexdigest, const unsigned char* text, int text_len, const unsigned char* key, int key_len) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp97 char key[ESD_MAX_KEY]; local

Completed in 144 milliseconds

1234567891011>>