/dports/cad/openfpgaloader/openFPGALoader-0.6.1/src/ |
H A D | board.hpp | 93 #define JTAG_BOARD(_name, _fpga_part, _cable, _rst, _done, _freq) \ argument 94 {_name, {"", _cable, _fpga_part, _rst, _done, 0, COMM_JTAG, {}, {}, _freq, 0, 0, -1}} 95 #define JTAG_BITBANG_BOARD(_name, _fpga_part, _cable, _rst, _done, _tms, _tck, _tdi, _tdo, _freq) \ argument 96 {_name, {"", _cable, _fpga_part, _rst, _done, 0, COMM_JTAG, { _tms, _tck, _tdi, _tdo }, {}, \ 98 #define SPI_BOARD(_name, _manufacturer, _cable, _rst, _done, _oe, _cs, _sck, _si, _so, _holdn, _wpn… argument 99 {_name, {_manufacturer, _cable, "", _rst, _done, _oe, COMM_SPI, {}, \
|
/dports/x11-fm/worker/worker-4.10.0/src/ |
H A D | searchopbg.cc | 129 if ( _rst != NULL ) { in prepareStartCont() 224 if ( _rst != NULL ) { in clearStoredResults() 230 _rst = NULL; in clearStoredResults() 313 erg != _rst ) { in setResultStore() 364 if ( _rst != NULL ) { in setResultStore() 368 _rst = erg; in setResultStore() 526 if ( _rst == NULL ||_rst->getDir()->size() > 0 ) { in newSearch() 640 if ( _rst != NULL ) { in storeActiveRow() 815 _rst( NULL ), in SearchOpBG() 850 if ( _rst != NULL ) { in ~SearchOpBG() [all …]
|
H A D | searchopbg.hh | 134 ResultStore *_rst; member in SearchOpBG
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/utils/rfnoc_blocktool/templates/ |
H A D | noc_shell_template.v.mako | 50 output wire ${clock['name']}_rst, 167 .pulse_in(${clock['name']}_rst_pulse), .pulse_out(${clock['name']}_rst) 178 assign axis_ctrl_rst = ${config['control']['clk_domain']}_rst; 183 assign ctrlport_rst = ${config['control']['clk_domain']}_rst; 196 assign axis_data_rst = ${config['data']['clk_domain']}_rst; 201 assign axis_chdr_rst = ${config['data']['clk_domain']}_rst; 206 assign axis_data_rst = ${config['data']['clk_domain']}_rst;
|
/dports/devel/arduino-core/Arduino-b439a77/libraries/TFT/src/utility/ |
H A D | Adafruit_ST7735.cpp | 39 _rst = rst; in Adafruit_ST7735() 51 _rst = rst; in Adafruit_ST7735() 380 if (_rst) { in commonInit() 381 pinMode(_rst, OUTPUT); in commonInit() 382 digitalWrite(_rst, HIGH); in commonInit() 384 digitalWrite(_rst, LOW); in commonInit() 386 digitalWrite(_rst, HIGH); in commonInit()
|
H A D | Adafruit_ST7735.h | 144 uint32_t _cs, _rs, _rst, _sid, _sclk, variable 149 uint8_t _cs, _rs, _rst, _sid, _sclk, variable
|
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/ |
H A D | nanorst.py | 169 self._rst = None 173 if self._rst is None: 174 self._rst = rst_to_text(self.str, self.state_hook, self.references) 175 return self._rst
|
/dports/graphics/argyllcms/Argyll_V1.9.2/target/ |
H A D | ppoint.h | 104 int nn##_rst = (reset); /* reset on carry value */ \ 123 nn[nn##_e] = nn##_rst; \
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/ |
H A D | SspiNegotiationTokenProvider.cs | 222 RequestSecurityToken _rst; field in System.ServiceModel.Security.SspiNegotiationTokenProvider.GetOutgoingBlobProxy 230 _rst = rst; in GetOutgoingBlobProxy() 242 …_rst.SetBinaryNegotiation(new BinaryNegotiation(_sspiProvider.NegotiationValueType, outgoingBlob)); in GetOutgoingBlob() 243 SspiNegotiationTokenProvider.AddToDigest(_sspiState, _rst); in GetOutgoingBlob() 244 _rst.MakeReadOnly(); in GetOutgoingBlob()
|
H A D | WSTrustChannel.cs | 35 System.IdentityModel.Protocols.WSTrust.RequestSecurityToken _rst; field in System.ServiceModel.Security.WSTrustChannel.WSTrustChannelAsyncResult 50 _rst = rst; in WSTrustChannelAsyncResult() 81 get { return _rst; } 82 set { _rst = value; }
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/reset/hisilicon/ |
H A D | reset-hi3660.c | 19 #define to_hi3660_reset_controller(_rst) \ argument 20 container_of(_rst, struct hi3660_reset_controller, rst)
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/reset/hisilicon/ |
H A D | reset-hi3660.c | 19 #define to_hi3660_reset_controller(_rst) \ argument 20 container_of(_rst, struct hi3660_reset_controller, rst)
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/reset/hisilicon/ |
H A D | reset-hi3660.c | 19 #define to_hi3660_reset_controller(_rst) \ argument 20 container_of(_rst, struct hi3660_reset_controller, rst)
|
/dports/graphics/argyllcms/Argyll_V1.9.2/h/ |
H A D | counters.h | 30 int nn##_rst = (reset); /* reset on carry value */ \ 36 nn##_rst = (reset); /* reset on carry value */ \ 54 nn[nn##_e] = nn##_rst; \
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/reset/sti/ |
H A D | reset-syscfg.c | 46 #define to_syscfg_reset_controller(_rst) \ argument 47 container_of(_rst, struct syscfg_reset_controller, rst)
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/reset/sti/ |
H A D | reset-syscfg.c | 46 #define to_syscfg_reset_controller(_rst) \ argument 47 container_of(_rst, struct syscfg_reset_controller, rst)
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/reset/sti/ |
H A D | reset-syscfg.c | 46 #define to_syscfg_reset_controller(_rst) \ argument 47 container_of(_rst, struct syscfg_reset_controller, rst)
|
/dports/security/p5-Nmap-Parser/Nmap-Parser-1.37/tools/ |
H A D | pdev.pl | 151 elsif ( $type eq 'rst' ) { _rst( $type, @tokens ); } 203 sub _rst {
|
/dports/textproc/py-sphinx/Sphinx-3.5.2/doc/usage/restructuredtext/ |
H A D | index.rst | 1 .. _rst-index:
|
H A D | basics.rst | 3 .. _rst-primer: 32 .. _rst-inline-markup: 117 .. _rst-literal-blocks: 154 .. _rst-doctest-blocks: 167 .. _rst-tables: 256 .. _rst-field-lists: 285 .. _rst-roles-alt: 323 .. _rst-directives:
|
/dports/textproc/py-docutils/docutils-0.17.1/test/functional/input/ |
H A D | link_in_substitution.txt | 15 .. _rst: http://docutils.sourceforge.net/rst.html
|
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/structure/ |
H A D | snf.py | 375 self._rst = np.array([r0, s0, t0], dtype='intc') 377 return self._rst 395 r, s, t = self._rst
|
/dports/science/phonopy/phonopy-2.11.0/phonopy/structure/ |
H A D | snf.py | 375 self._rst = np.array([r0, s0, t0], dtype='intc') 377 return self._rst 395 r, s, t = self._rst
|
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/QS/regtest-nmr-1/ |
H A D | TEST_FILES | 7 H2O-NMR-1_rst.inp 14 4.0E-03 0.605916E+02
|
/dports/science/cp2k-data/cp2k-7.1.0/tests/QS/regtest-nmr-1/ |
H A D | TEST_FILES | 7 H2O-NMR-1_rst.inp 14 4.0E-03 0.605916E+02
|