HomeSort by: relevance | last modified time | path
    Searched refs:OFF (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/flex/dist/tests/
multiple_scanners_nr_1.l 38 %x OFF
42 off yy_push_state(OFF); return 11;
47 <OFF>.|\n yy_pop_state(); return 14;
multiple_scanners_nr_2.l 37 %x OFF
42 off yy_push_state(OFF); return 4;
47 <OFF>.|\n yy_pop_state(); return 7;
multiple_scanners_r_1.l 38 %x OFF
42 off yy_push_state(OFF, yyscanner); return 11;
47 <OFF>.|\n yy_pop_state(yyscanner); return 14;
multiple_scanners_r_2.l 37 %x OFF
42 off yy_push_state(OFF, yyscanner); return 4;
47 <OFF>.|\n yy_pop_state(yyscanner); return 7;
  /src/sys/arch/vax/consolerl/
anyboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
hkmboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
hksboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
hpmboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
hpsboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
upmboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
upsboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
ramboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
rasboo.com 9 SET FBOX OFF ! System will turn on Fbox
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
  /src/external/gpl3/binutils/dist/gas/config/
tc-cr16.h 65 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
66 cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
tc-crx.h 63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
65 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \
tc-mn10300.h 50 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
51 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-cr16.h 65 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
66 cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
tc-crx.h 63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
65 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \
tc-mn10300.h 50 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
51 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
  /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/mit/libcbor/dist/oss-fuzz/
build.sh 21 cmake -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX="$WORK" -D CBOR_CUSTOM_ALLOC=ON -D SANITIZE=OFF ..
  /src/usr.sbin/timed/timedc/
timedc.h 47 #define OFF 0
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
build_symbolizer.sh 98 -DLIBCXXABI_ENABLE_ASSERTIONS=OFF \
99 -DLIBCXXABI_ENABLE_EXCEPTIONS=OFF \
100 -DLIBCXXABI_ENABLE_SHARED=OFF \
101 -DLIBCXX_ENABLE_ASSERTIONS=OFF \
102 -DLIBCXX_ENABLE_EXCEPTIONS=OFF \
103 -DLIBCXX_ENABLE_RTTI=OFF \
104 -DLIBCXX_ENABLE_SHARED=OFF \
125 -DLLVM_ENABLE_TERMINFO=OFF \
126 -DLLVM_ENABLE_THREADS=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;

Completed in 56 milliseconds

1 2 3 4 5