HomeSort by: relevance | last modified time | path
    Searched defs:OFF (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.sbin/timed/timedc/
timedc.h 47 #define OFF 0
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.h 116 OFF,
132 debug_prefixed_printf_cond (debug_event_loop != debug_event_loop_kind::OFF, \
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.h 116 OFF,
132 debug_prefixed_printf_cond (debug_event_loop != debug_event_loop_kind::OFF, \
  /src/external/cddl/osnet/dist/uts/common/zmod/
inffast.c 27 # define OFF 0
30 # define OFF 1
101 in = strm->next_in - OFF;
103 out = strm->next_out - OFF;
196 from = window - OFF;
215 from = window - OFF;
296 strm->next_in = in + OFF;
297 strm->next_out = out + OFF;
  /src/sys/arch/luna68k/dev/
xpbus.c 77 #define OFF 0
224 put_pio0c(XP_RESET, OFF);
250 put_pio0c(XP_INT1_ENA, OFF);
278 put_pio0c(XP_INT5_ENA, OFF);
  /src/usr.sbin/timed/timed/
globals.h 79 #define OFF 0
  /src/external/bsd/ntp/dist/util/
tg.c 71 #define OFF 0 /* zero amplitude */
544 peep(1000 - arg, tone, OFF);
593 peep(25, tone, OFF);
595 peep(1000 - code, 100, OFF);
611 if (amp == OFF || freq == 0)
tg2.c 114 * - Corrected WWV(H) signal to leave "tick" sound off of 29th and 59th second of minute.
122 * and actually implement turn off of verbosity when this flag used.
245 #define OFF (0) /* zero amplitude */
851 case 'x': /* Turn off verbose output. */
1943 peep( 990 - arg, HourTone, OFF);
1953 peep(1010 - arg, HourTone, OFF);
1962 peep(1000 - arg, HourTone, OFF);
1975 peep( 990 - arg, tone, OFF);
1985 peep(1010 - arg, tone, OFF);
1994 peep(1000 - arg, tone, OFF);
    [all...]
  /src/sys/arch/hpcmips/dev/
plumvideo.c 142 #define OFF 0
715 /* display off */
771 DPRINTF("%s: OFF\n", device_xname(sc->sc_dev));
772 /* power off */
825 /* backlight off */
829 /* LCD off */
  /src/bin/csh/
file.c 70 #define OFF 0
708 setup_tty(OFF);
  /src/games/hack/
hack.h 98 #define OFF 0
  /src/sys/arch/hpcmips/tx/
txcom.c 72 #define OFF ((void *)0)
642 /* Turn off interrupts if not the console. */
1155 DPRINTF("DCD %s\n", modem ? "ON" : "OFF");
1171 DPRINTF("CTS %s\n", clear ? "ON" : "OFF");
  /src/external/bsd/tmux/dist/
popup.c 64 enum { OFF, MOVE, SIZE } dragging;
434 pd->dragging = OFF;
508 if (pd->dragging != OFF) {
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 151 the number of bits in this code or part of the code to drop off
881 bits off of the bottom. For codes where len is less than drop + curr,
1071 # define OFF 0
1074 # define OFF 1
1145 in = strm->next_in - OFF;
1147 out = strm->next_out - OFF;
1240 from = window - OFF;
1259 from = window - OFF;
1340 strm->next_in = in + OFF;
1341 strm->next_out = out + OFF;
    [all...]
  /src/games/battlestar/
extern.h 172 #define OFF 1038
  /src/sys/arch/newsmips/dev/
scsireg.h 74 #define TS_CONTR_OFF 0x04 /* contiguous transfer off */
191 #define OFF 0
265 int dma_stat; /* OFF = DMAC is not used */
  /src/external/bsd/ekermit/dist/
kermit.h 209 /* Generic On/Off values */
211 #define OFF 0
  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 253 enum contract_build_level { OFF, DEFAULT, AUDIT };
280 case OFF:
333 if (strcmp (arg, "off") == 0)
334 flag_contract_build_level = OFF;
340 error ("%<-fcontract-build-level=%> must be off|default|audit");
358 else if (strcmp (arg, "off") == 0)
361 error ("%<-fcontract-assumption-mode=%> must be %<on%> or %<off%>");
379 else if (strcmp (arg, "off") == 0)
382 error ("%<-fcontract-continuation-mode=%> must be %<on%> or %<off%>");
531 /* If contracts are off, treat all contracts as ignore. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.h 1554 /* ZA is in the off or dormant state. If it is dormant, the contents
1558 /* ZA is in the off state: PSTATE.ZA is 0 and TPIDR2_EL0 is null. */
1559 OFF,
1561 /* ZA is in the off or dormant state. If it is dormant, the contents
1565 /* ZA is in the off state and the current function's ZA contents are

Completed in 55 milliseconds