Searched refs:state (Results 401 - 425 of 689) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp678 } state local
718 switch (state) {
743 state = (enum scan_state)(state + 1);
747 if ((state == scan_max) && monochrome) {
748 state = (enum scan_state)(state + 1);
753 if (state == scan_white) { /* we only ever read one whitespace,
759 if (state != scan_white)
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.cpp212 TRACE_ALWAYS("failed to clear halt state on read\n");
249 TRACE_ALWAYS("failed to clear halt state on write\n");
281 ether_link_state *state = (ether_link_state *)buffer; local
282 state->media = IFM_ETHER | IFM_FULL_DUPLEX
284 state->quality = 1000;
285 state->speed = fDownstreamSpeed;
348 // this is the same device that was replugged - clear the removed state,
562 TRACE("connection state change to %d\n", notification->value);
601 TRACE_ALWAYS("failed to clear halt state in notify hook\n");
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h48 void SetState(ViewState* state);
94 // the drop anticipation state is some
95 // kind of "temporary" state that is
96 // used on top of the current state (it
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp432 int32 state; member in struct:DirectoryCookie
438 state(0),
456 state = 0;
465 if (state == 0)
467 else if (state == 1)
477 if (state == 0) {
478 state = 1;
485 if (state == 1) {
487 state = 2;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.h98 uint8 state; member in struct:_auvia_stream
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c298 mbstate_t state; local
370 /* From now on we use `state' to convert the format string. */
371 memset (&state, '\0', sizeof (state));
380 otherwise it is the next argument after the state now in ARG. */
415 int len = __mbrlen (f, strlen (f), &state);
477 /* Initialize state of modifiers. */
699 memset (&state, '\0', sizeof (state));
705 n = __wcrtomb (!(flags & SUPPRESS) ? str : NULL, c, &state);
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp231 bool state = true; local
236 state = window->IsActive();
243 menuItem->SetEnabled(state);
248 menuItem->SetEnabled(state);
251 menuItem->SetEnabled(state);
254 menuItem->SetEnabled(state);
259 menuItem->SetMarked(!state);
267 menuItem->SetEnabled(state);
270 menuItem->SetEnabled(state);
273 menuItem->SetEnabled(state);
1480 SetSelection(bool state) argument
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c26 /* Extra state storage that isn't strictly pen-related */
44 VTermState *state; member in struct:VTermScreen
272 const VTermLineInfo *info = vterm_state_get_lineinfo(screen->state, row);
629 VTermState *state = vterm_obtain_state(vt); local
633 if(!state)
641 screen->state = state;
656 vterm_state_set_callbacks(screen->state, &state_cbs, screen);
676 vterm_state_reset(screen->state, hard);
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp301 TextGapBuffer::SetPasswordMode(bool state)
303 fPasswordMode = state;
/haiku/src/kits/debugger/elf/
H A DCoreFile.h140 CoreFileThreadInfo(int32 id, int32 state,
145 bool SetCpuState(const void* state, size_t size);
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h89 CpuState* state,
240 ImageDebugInfoLoadingState* state);
/haiku/src/system/kernel/arch/m68k/
H A Darch_real_time_clock.cpp213 cpu_status state = disable_interrupts(); local
221 restore_interrupts(state);
/haiku/src/apps/mediaplayer/
H A DController.h55 virtual void PlaybackStateChanged(uint32 state);
163 void _NotifyPlaybackStateChanged(uint32 state) const;
/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp29 void* state)
31 Type* type = (Type*)state;
28 CompareTypeHandlers(const TypeHandler* a, const TypeHandler* b, void* state) argument
/haiku/src/apps/deskbar/
H A DBarView.h81 bool top, int32 state, float width);
99 void ChangeState(int32 state, bool vertical, bool left,
114 // window state methods
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp131 printf(" -l listen state\n");
250 || strcmp(stat.state, "listen") != 0)
265 printf("%-12s ", stat.state);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h44 virtual void SetDrawState(const DrawState* state,
59 virtual void SetFont(const DrawState* state);
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp204 // For the floating point state to be correct the calling function must
234 // unlike fnsave, fxsave doesn't reinit the FPU state
241 // fnsave reinits the FPU state after saving, so we need to
370 cpu_status state = disable_interrupts(); local
377 restore_interrupts(state);
391 cpu_status state = disable_interrupts(); local
398 restore_interrupts(state);
428 cpu_status state = disable_interrupts(); local
438 restore_interrupts(state);
452 cpu_status state local
[all...]
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h73 virtual void SetDrawState(const DrawState* state,
89 virtual void SetFont(const DrawState* state);
184 // state (to be used by Decorator or ServerApp etc)
/haiku/headers/private/kernel/vm/
H A Dvm_types.h147 uint8 state : 3; member in struct:vm_page
169 uint8 State() const { return state; }
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp166 reqs[i]->state = ioStatePending;
192 req->state = ioStateDone;
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp84 cpu_status state = disable_interrupts(); local
97 restore_interrupts(state);
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dqueuing.cpp178 request->state = SCSI_STATE_QUEUED;
209 request->state = SCSI_STATE_QUEUED;
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp137 _for_each_state* state) {
144 ASSERT(state);
147 if(state->visited.find(origin->id()) != state->visited.end()) {
157 state->visited.insert(origin->id());
196 state);
236 state);
603 _find_route_state* state) {
607 ASSERT(state);
611 if(state
131 _do_for_each_connected( NodeManager* manager, NodeRef* origin, NodeGroup* inGroup, bool recurse, Op operation, _for_each_state* state) argument
600 _find_route_recurse( NodeRef* origin, media_node_id target, _find_route_state* state) argument
[all...]
/haiku/src/bin/unzip/
H A Dtimezone.c108 static struct state statism;
115 static void generate_transitions OF((register struct state * ZCONST sp,
124 static int Parse_TZ OF((ZCONST char *name, register struct state * ZCONST sp));
219 register struct state * ZCONST sp;
395 register struct state * ZCONST sp;

Completed in 268 milliseconds

<<11121314151617181920>>