Home
last modified time | relevance | path

Searched refs:rtd (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libcbor/doc/source/
H A Drequirements.txt22 sphinx-rtd-theme==1.3.0
/freebsd/sys/cam/ctl/
H A Dctl.c6228 int bd_len, i, header_size, param_len, rtd; in ctl_mode_select() local
6238 rtd = (cdb->byte2 & SMS_RTD) ? 1 : 0; in ctl_mode_select()
6248 rtd = (cdb->byte2 & SMS_RTD) ? 1 : 0; in ctl_mode_select()
6259 if (rtd) { in ctl_mode_select()
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh142 c/-m/"(68000 68020 68881 bitfield fpa nobitfield rtd short c68000 c68020 \
/freebsd/contrib/tzdata/
H A Deurope1212 # http://trip.rk.ee/cgi-bin/thw?${BASE}=akt&${OOHTML}=rtd&TA=1998&TO=1&AN=1390
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td2974 using the `rtd` instruction.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4802 def mno_rtd: Flag<["-"], "mno-rtd">, Group<m_Group>;