Searched refs:toggle (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Denum3.C13 TOGGLE toggle; member in class:field
15 virtual void on(void) { toggle = 3; };// ERROR - .*
16 virtual void off(void) { toggle = on; };// ERROR - .*
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000717-4.c17 int toggle = 0; local
18 int r = s.slot[0].field[!toggle];
/openbsd-current/regress/sys/kern/signal/sig-stop/
H A Dsig-stop.c23 int toggle = 0; local
44 toggle ^= 1;
45 if (kill(child, toggle ? SIGSTOP : SIGCONT)) {
51 (toggle ? WIFSTOPPED(status) : WIFCONTINUED(status)));
/openbsd-current/sys/arch/hppa/include/
H A Dcpufunc.h174 ledctl(int on, int off, int toggle) argument
183 if (toggle)
184 machine_leds ^= toggle;
/openbsd-current/sys/uvm/
H A Duvm_glue.c441 static unsigned int toggle; local
442 if (toggle++ > 128) {
443 toggle = 0;
/openbsd-current/sys/arch/hppa/hppa/
H A Dautoconf.c110 int toggle, cp_mask, cp_total, cp_idle; local
134 toggle = 0;
136 toggle = PALED_HEARTBEAT;
140 toggle); local
/openbsd-current/sys/dev/usb/
H A Dxhci.c1051 DEQPTR(xp->ring) | xp->ring.toggle);
1447 DEQPTR(xp->ring) | xp->ring.toggle
1750 ring->toggle = XHCI_TRB_CYCLE;
1780 if (ring->toggle != (letoh32(trb->trb_flags) & XHCI_TRB_CYCLE))
1787 ring->toggle ^= 1;
1830 ring->toggle ^= 1;
1845 *togglep = xp->ring.toggle;
1877 trb0->trb_flags |= htole32(sc->sc_cmd_ring.toggle);
2303 DEQPTR(xp->ring) | xp->ring.toggle);
2834 uint8_t toggle; local
2950 uint8_t toggle; local
3098 uint8_t toggle; local
[all...]
H A Dxhcivar.h52 uint32_t toggle; /* Producer/Consumer bit */ member in struct:xhci_ring
/openbsd-current/sbin/isakmpd/
H A Dlog.c306 static int log_level_copy[LOG_ENDCLASS], toggle = 0; local
308 if (!toggle) {
318 toggle = !toggle;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/
H A DSubtest.pm101 This toggle lets you turn off the abort logic for the hub. When this is toggled
/openbsd-current/usr.bin/tsort/
H A Dtsort.c306 int toggle;
311 toggle = 1;
329 if (toggle) {
345 toggle = !toggle;
349 if (toggle == 0)
305 int toggle; local
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dlib1funcs.asm196 xor #0x8,A2L; and toggle sign of result
351 xor.b #0x08,S2L ; toggle the result sign
400 xor.b #0x08,S2L ; toggle the result sign
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dlib1funcs.asm195 xor #0x1,A2L; and toggle sign of result
353 xor #1,S2L ; toggle result sign
405 xor.b #1,S2L ; toggle result sign
/openbsd-current/sys/kern/
H A Dvfs_subr.c374 static int toggle; local
393 * vnode_hold_list. The toggle ensures that half the time we
400 toggle ^= 1;
402 toggle = 0;
407 ((TAILQ_FIRST(listhd = &vnode_hold_list) == NULL) || toggle))) {
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Dlib1funcs.asm135 xor.lt r6,r6,1 ; toggle sign
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Dlib1funcs.asm131 xor.lt r6,r6,1 ; toggle sign
/openbsd-current/usr.bin/telnet/
H A Dcommands.c432 * to by the arguments to the "toggle" command.
549 char *name; /* name of toggle */
625 "(debugging) toggle printing of hexadecimal terminal data",
646 printf("%-15s toggle %s\r\n", c->name, c->help);
676 toggle(int argc, char *argv[])
684 "Need an argument to 'toggle' command. 'toggle ?' for help.\r\n");
693 fprintf(stderr, "'%s': ambiguous argument ('toggle ?' for help).\r\n",
697 fprintf(stderr, "'%s': unknown argument ('toggle ?' for help).\r\n",
736 { "echo", "character to toggle loca
674 toggle(int argc, char *argv[]) function
[all...]
/openbsd-current/sys/dev/wscons/
H A Dwskbd.c1470 update_modifier(struct wskbd_internal *id, u_int type, int toggle, int mask) argument
1472 if (toggle) {
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm1305 This is used to toggle Test2's belief that the END phase has already started.

Completed in 155 milliseconds