Home
last modified time | relevance | path

Searched refs:TT (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dconcept_check.hpp135 BOOST_concept(DefaultConstructible,(TT))
138 TT a; // require default constructor
143 BOOST_concept(Assignable,(TT))
152 void const_constraints(const TT& x) {
160 TT a;
161 TT b;
165 BOOST_concept(CopyConstructible,(TT))
168 TT a(b); // require copy constructor
169 TT* ptr = &a; // require address of operator
174 void const_constraints(const TT& a) {
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/
H A Dtuple.hpp44 template<int N, class HT, class TT>
46 typename tuples::element<N, tuples::cons<HT, TT> >::type
48 get(tuples::cons<HT, TT>& c) { in get()
49 return tuples::get<N,HT,TT>(c); in get()
54 template<int N, class HT, class TT>
56 typename tuples::element<N, tuples::cons<HT, TT> >::type
58 get(const tuples::cons<HT, TT>& c) { in get()
59 return tuples::get<N,HT,TT>(c); in get()
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A DKconfig13 - SJA1105E (Gen. 1, No TT-Ethernet)
14 - SJA1105T (Gen. 1, TT-Ethernet)
15 - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet)
16 - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet)
17 - SJA1105R (Gen. 2, SGMII, No TT-Ethernet)
18 - SJA1105S (Gen. 2, SGMII, TT-Ethernet)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Ddvb-usb-ttusb2-cardlist.rst19 * - Technotrend TT-connect CT-3650
21 * - Technotrend TT-connect S-2400
23 * - Technotrend TT-connect S-2400 (8kB EEPROM)
H A Ddvb-usb-dvbsky-cardlist.rst31 * - TechnoTrend TT-connect CT2-4650 CI
33 * - TechnoTrend TT-connect CT2-4650 CI v1.1
35 * - TechnoTrend TT-connect S2-4650 CI
H A Ddvb-usb-pctv452e-cardlist.rst17 * - Technotrend TT Connect S2-3600
19 * - Technotrend TT Connect S2-3650-CI
H A Ddvb-usb-dw2102-cardlist.rst39 * - TechnoTrend TT-connect S2-4600
H A Dcx23885-cardlist.rst210 - Technotrend TT-budget CT2-4500 CI
H A Dusb-cardlist.rst76 dvb-usb-pctv452e Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/detail/
H A Dtuple_basic.hpp72 template <class HT, class TT> struct cons;
212 template<int N, class HT, class TT>
214 typename element<N, cons<HT, TT> >::type
216 get(cons<HT, TT>& c) { in get()
218 apply<cons<HT, TT> > impl; in get()
226 template<int N, class HT, class TT>
228 typename element<N, cons<HT, TT> >::type
230 get(const cons<HT, TT>& c) { in get()
232 apply<cons<HT, TT> > impl; in get()
260 template <class HT, class TT>
[all …]
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dmce_amd.h19 #define TT(x) (((x) >> 2) & 0x3) macro
20 #define TT_MSG(x) tt_msgs[TT(x)]
H A Dmce_amd.c475 if (TT(ec) != TT_DATA || LL(ec) != LL_L1) in cat_mc0_mce()
582 if (TT(ec) == TT_DATA) { in decode_mc0_mce()
636 if (TT(ec) != TT_INSTR) in cat_mc1_mce()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dmeta.hpp97 template<class expr0, class expr1, class TT, class TF, class FT, class FF>
101 typedef mpl::identity<TT> TT_Q ;
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Drenesas-ostm.c39 #define TT 0x01 macro
47 writeb(TT, timer_of_base(to) + OSTM_TT); in ostm_timer_stop()
/OK3568_Linux_fs/buildroot/package/perl-crypt-openssl-aes/
H A Dperl-crypt-openssl-aes.mk9 PERL_CRYPT_OPENSSL_AES_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TT/TTAR
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Duk-Plympton3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/PL7�1TT/NA/0/>
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A DCHANGES90 bit 20:19 = 00 (TT)
112 bit 20:19 = 00 (TT)
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A DKconfig168 bool "TT Configuration upgrade from header file"
179 bool "TT Configuration upgrade via SysFs"
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp.c1199 mbedtls_ecp_point *cur, *TT[COMB_MAX_PRE - 1]; in ecp_precompute_comb() local
1215 TT[k++] = cur; in ecp_precompute_comb()
1218 MBEDTLS_MPI_CHK( ecp_normalize_jac_many( grp, TT, k ) ); in ecp_precompute_comb()
1231 TT[k++] = &T[i + j]; in ecp_precompute_comb()
1235 MBEDTLS_MPI_CHK( ecp_normalize_jac_many( grp, TT, k ) ); in ecp_precompute_comb()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A DKconfig141 (either SLD 9630 TT 1.1 or SLB 9635 TT 1.2) say Yes and it
/OK3568_Linux_fs/kernel/drivers/firewire/
H A DKconfig72 IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2
/OK3568_Linux_fs/kernel/Documentation/m68k/
H A Dkernel-options.rst350 - ttlow : 320x480x8, TT only
351 - ttmid, default1 : 640x480x4, TT only
352 - tthigh, default2: 1280x960x1, TT only
392 fine enough. This is true for STE, MegaSTE, TT, and Falcon. It is not
599 defaults depend on whether TT-style or Falcon-style SCSI is used.
601 TT-SCSI and the latter to Falcon-SCSI. If an illegal value is given
646 isn't given, the default ID is 7. (both, TT and Falcon).
/OK3568_Linux_fs/kernel/Documentation/sparc/
H A Dadi.rst106 resumable error (TT=0x7e) trap to the kernel. The kernel sends
125 exception is sent to the kernel with TT=0x1a. The kernel sends
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A DKconfig279 tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600"
289 Also supports TT Connect S2-3600/3650 cards.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.def165 It is used without template arguments like TT in C<TT>,
189 like TT<int>.

12