Home
last modified time | relevance | path

Searched refs:mcs (Results 1 – 25 of 32) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/board/imgtec/boston/
Dconfig.mk9 u-boot.mcs: u-boot.bin
14 ALL-$(has_srec_cat) += u-boot.mcs
15 CLEAN_FILES += u-boot.mcs
/third_party/skia/third_party/externals/brotli/csharp/
Dtranspile.sh16 if ! which mcs >/dev/null; then
80 mcs $SOURCES -target:library -out:build/brotlidec.dll
81 mcs $SOURCES $TESTS_SOURCES -target:library -out:build/brotlidec_test.dll -r:build/NUnit.3.6.1/lib/…
/third_party/boost/tools/build/src/build/
Dproperty.py51 def __call__(mcs, f, value, condition=None): argument
64 if key not in mcs._registry:
65 instance = super(PropertyMeta, mcs).__call__(f, value, condition)
66 mcs._registry[key] = instance
67 return mcs._registry[key]
/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py360 def __new__(mcs, class_name, bases, dct): argument
369 return type.__new__(mcs, class_name, bases, dct)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_he.c94 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab()
274 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_he.c94 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab()
274 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
/third_party/boost/libs/mpi/doc/
Dmpi.qbk16 [def _MPI_ [@http://www-unix.mcs.anl.gov/mpi/ MPI]]
18 [@http://www-unix.mcs.anl.gov/mpi/implementations.html
25 [def _MPICH_ [@http://www-unix.mcs.anl.gov/mpi/mpich/ MPICH2]]
Dgetting_started.qbk13 * [@http://www-unix.mcs.anl.gov/mpi/mpich/ MPICH2]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_capa.c1322 u8 *mcs; in phy_info_ht_capa() local
1323 mcs = nla_data(mcs_set); in phy_info_ht_capa()
1324 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
1337 u8 *mcs; in phy_info_vht_capa() local
1338 mcs = nla_data(mcs_set); in phy_info_vht_capa()
1339 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()
1610 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1611 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
1612 os_memcpy(he_capab->mcs, in phy_info_iftype_copy()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_capa.c1322 u8 *mcs; in phy_info_ht_capa() local
1323 mcs = nla_data(mcs_set); in phy_info_ht_capa()
1324 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
1337 u8 *mcs; in phy_info_vht_capa() local
1338 mcs = nla_data(mcs_set); in phy_info_vht_capa()
1339 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()
1610 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1611 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
1612 os_memcpy(he_capab->mcs, in phy_info_iftype_copy()
Dnl80211_copy.h4505 __u16 mcs[NL80211_VHT_NSS_MAX]; member
/third_party/skia/third_party/externals/jinja2/
Dext.py44 def __new__(mcs, name, bases, d): argument
45 rv = type.__new__(mcs, name, bases, d)
Druntime.py124 def __new__(mcs, name, bases, d): argument
125 rv = type.__new__(mcs, name, bases, d)
Dnodes.py49 def __new__(mcs, name, bases, d): argument
58 return type.__new__(mcs, name, bases, d)
/third_party/jinja2/
Dext.py44 def __new__(mcs, name, bases, d): argument
45 rv = type.__new__(mcs, name, bases, d)
Druntime.py124 def __new__(mcs, name, bases, d): argument
125 rv = type.__new__(mcs, name, bases, d)
Dnodes.py49 def __new__(mcs, name, bases, d): argument
58 return type.__new__(mcs, name, bases, d)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py393 mcs = rule.get('msvs_cygwin_shell')
394 if mcs is None:
395 mcs = int(spec.get('msvs_cygwin_shell', 1))
396 elif isinstance(mcs, str):
397 mcs = int(mcs)
399 return _BuildCommandLineForRuleRaw(spec, rule['action'], mcs, has_input_path,
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py442 mcs = rule.get("msvs_cygwin_shell")
443 if mcs is None:
444 mcs = int(spec.get("msvs_cygwin_shell", 1))
445 elif isinstance(mcs, str):
446 mcs = int(mcs)
449 spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env
/third_party/gettext/gettext-tools/doc/
Dlang-csharp.texi14 mono-mcs
99 use the @code{monoresgen} program (from the @code{mono}/@code{mcs} package).
/third_party/boost/libs/graph_parallel/doc/
Dindex.rst114 .. _MPI: http://www-unix.mcs.anl.gov/mpi/
Ddijkstra_example.rst163 .. _MPI: http://www-unix.mcs.anl.gov/mpi/
/third_party/gettext/
DHACKING117 + Ubuntu package: mono-mcs
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart1021 final double mcs = _totalCollectionTimeInSeconds *
1024 return Duration(microseconds: mcs.ceil());
1028 final double mcs = _averageCollectionPeriodInMillis *
1030 return Duration(microseconds: mcs.ceil());
/third_party/gettext/gnulib-local/lib/
DChangeLog.1223 Avoid warnings from recent versions of mcs.
225 more. Use options documented since mcs-1.0 instead. Similarly for -g.
714 (mcs invocation): Use it. Fix exit code.
1053 * csharpcomp.sh.in: Copy the mcs output to stderr, dropping the
1056 (compile_csharp_class): Copy the mcs output to stderr, dropping the

12