Searched defs:key (Results 251 - 275 of 506) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/libs/glut/
H A DglutWindow.h84 unsigned char key; // for keyboard callback member in class:GlutWindow
/haiku-fatelf/src/libs/libtelnet/
H A Dpk.c220 pk_encode(char *in, char *out, DesData *key) argument
241 pk_decode(char *in, char *out, DesData *key) argument
[all...]
H A Drsaencpwd.c197 char *cp, key[160]; local
/haiku-fatelf/src/libs/ncurses/test/
H A Dnewdemo.c66 chtype key; local
H A Dtestcurs.c69 int key; local
[all...]
/haiku-fatelf/src/libs/print/libprint/
H A DJobData.cpp97 DriverSpecificSettings::SetString(const char* key, const char* value) argument
125 SetBoolean(const char* key, bool value) argument
153 SetInt(const char* key, int32 value) argument
181 SetDouble(const char* key, double value) argument
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_dirinfo.c749 TIFFFieldInfo key = {0, 0, 0, TIFF_NOTYPE, 0, 0, 0, 0}; local
777 TIFFFieldInfo key = {0, 0, 0, TIFF_NOTYPE, 0, 0, 0, 0}; local
/haiku-fatelf/src/preferences/keymap/
H A DModifierKeysWindow.cpp180 int32 key = -1; local
317 message->AddInt32(_KeyToString(MENU_ITEM_SHIFT), key); local
345 message->AddInt32(_KeyToString(MENU_ITEM_CONTROL), key); local
373 message->AddInt32(_KeyToString(MENU_ITEM_OPTION), key); local
401 message->AddInt32(_KeyToString(MENU_ITEM_COMMAND), key); local
473 _KeyToString(int32 key) argument
503 _KeyToKeyCode(int32 key, bool right) argument
[all...]
/haiku-fatelf/src/servers/app/
H A DDesktopListener.cpp95 DesktopObservable::NotifyKeyPressed(uint32 what, int32 key, int32 modifiers) argument
/haiku-fatelf/src/servers/app/font/
H A DFontCacheEntry.cpp62 bool Compare(uint32 key, GlyphCache* value) const argument
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dconsole.cpp338 union key key = wait_for_key(); local
/haiku-fatelf/src/system/boot/platform/generic/
H A Dtext_menu.cpp350 invoke_item(Menu* menu, MenuItem* item, int32& selected, char key) argument
410 int key = console_wait_for_key(); local
546 int key = 0; local
[all...]
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Dconsole.cpp347 int key = translate_key(buffer[2]); local
370 int key = translate_key(buffer[2]); local
/haiku-fatelf/src/system/kernel/
H A Dcondition_variable.cpp37 bool Compare(const void* key, ConditionVariable* variable) const argument
H A Dimage.cpp42 bool Compare(image_id key, struct image* value) const argument
/haiku-fatelf/src/system/kernel/locks/
H A Duser_mutex.cpp46 bool Compare(addr_t key, const UserMutexEntry* value) const argument
/haiku-fatelf/src/system/kernel/util/
H A DAVLTreeBase.cpp159 AVLTreeBase::FindClosest(const void* key, bool less) const argument
213 AVLTreeBase::Remove(const void* key) argument
H A Dkhash.cpp314 hash_lookup(struct hash_table *table, const void *key) argument
118 hash_init(uint32 tableSize, int nextPointerOffset, int compareFunc(void *e, const void *key), uint32 hashFunc(void *e, const void *key, uint32 range)) argument
/haiku-fatelf/src/system/kernel/vm/
H A DVMAddressSpace.cpp59 bool Compare(team_id key, const VMAddressSpace* value) const argument
/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Dtsearch.c95 const void *key; member in struct:node_t
239 __tsearch (const void *key, void **vrootp, __compar_fn_t compar) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DHashMap.h77 Entry(const Key& key, Value value) : key(key), value(value) {} argument
79 Key key; member in class:HashMap::Entry
204 status_t Put(const Key& key, Valu argument
212 Remove(const Key& key) argument
357 Put(const Key& key, Value value) argument
377 Remove(const Key& key) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/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
H A DTwoKeyAVLTree.h212 TWO_KEY_AVL_TREE_CLASS_NAME::FindFirst(const PrimaryKey &key, argument
239 TWO_KEY_AVL_TREE_CLASS_NAME::FindLast(const PrimaryKey &key, argument
[all...]

Completed in 341 milliseconds

<<11121314151617181920>>