Searched refs:states (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp673 uint8* states = &fStates[i * 16]; local
681 states, modCode, 0);
683 key = _LookupKeyCode(map, keys, map->shift_map, next, states,
688 key = _LookupKeyCode(map, keys, map->caps_map, next, states,
694 states, modCode,
699 key = _LookupKeyCode(map, keys, map->option_map, next, states,
705 states, modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY
711 states, modCode,
717 next, states, modCode, B_LEFT_OPTION_KEY | B_OPTION_KEY
722 key = _LookupKeyCode(map, keys, map->control_map, next, states,
[all...]
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp284 uint8 states[16]; local
287 memset(states, 0, sizeof(states));
330 if (states[i] != 0) {
345 states[(keycode) >> 3] |= (1 << (7 - (keycode & 0x7)));
347 states[(keycode) >> 3] &= (~(1 << (7 - (keycode & 0x7))));
351 && (states[fCommandKey >> 3] & (1 << (7 - (fCommandKey & 0x7))))
352 && (states[fControlKey >> 3] & (1 << (7 - (fControlKey & 0x7))))) {
410 message->AddData("states", B_UINT8_TYPE, states, 1
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c623 if (check->states & dcu_chain_state) {
637 if (check->states & dcu_complete_state) {
641 if (check->states & qcu_stitch_state) {
645 if (check->states & qcu_fetch_state) {
649 if (check->states & qcu_complete_state) {
653 return (found_states == check->states);
664 .states = dcu_chain_state
671 .states = qcu_stitch_state
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp139 char states[16];
143 mDown->AddData("states", 'UBYT', states, sizeof(states));
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp130 struct list states; member in struct:team_rules
228 // free rule states
231 while ((state = (rule_state *)list_remove_head_item(&states)) != NULL) {
577 list_init(&fRules->states);
605 // allocate states for all rules found
622 list_add_item(&fRules->states, state);
636 while ((state = (rule_state *)list_get_next_item(&fRules->states, state)) != NULL) {
670 while ((state = (rule_state *)list_get_next_item(&fRules->states, state)) != NULL) {
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1803 this.states = new Object();
1900 if (this.states.hasOwnProperty(token))
1903 this.states[token] = new RemoteState(this, token);
1910 if (!this.states.hasOwnProperty(token)) {
1915 delete this.states[token];
1982 if (!this.states.hasOwnProperty(token)) {
1984 this.states[token] = new RemoteState(this, token);
1987 this.states[token].messageReceived(remoteMessage, reply);
/haiku/headers/private/graphics/radeon_hd/atombios/
H A Dpptable.h480 //how many states we have
483 ATOM_PPLIB_STATE_V2 states[1]; member in struct:_StateArray
499 //how many non-clock levels we have. normally should be same as number of states
602 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary
617 // ATOM_PPLIB_VCE_State_Table states;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h780 int states; member in struct:__anon115

Completed in 117 milliseconds