Home
last modified time | relevance | path

Searched full:classes (Results 1 – 25 of 79) sorted by relevance

1234

/Zephyr-latest/tests/lib/cmsis_dsp/svm/src/
Df16.c19 const int32_t classes[2] = { dims[1], dims[2] }; \
57 intercept, dual_coeff, svec, classes); in ZTEST()
98 intercept, dual_coeff, svec, classes, in ZTEST()
140 intercept, dual_coeff, svec, classes, gamma); in ZTEST()
181 intercept, dual_coeff, svec, classes, coeff0, gamma); in ZTEST()
220 intercept, dual_coeff, svec, classes); in ZTEST()
Df32.c19 const int32_t classes[2] = { dims[1], dims[2] }; \
57 intercept, dual_coeff, svec, classes); in ZTEST()
98 intercept, dual_coeff, svec, classes, in ZTEST()
140 intercept, dual_coeff, svec, classes, gamma); in ZTEST()
181 intercept, dual_coeff, svec, classes, coeff0, gamma); in ZTEST()
220 intercept, dual_coeff, svec, classes); in ZTEST()
/Zephyr-latest/subsys/usb/device_next/class/
DKconfig.template.instances_count1 # Kconfig template file for setting instances count for various USB classes.
/Zephyr-latest/subsys/usb/device/class/
DKconfig.template.composite_device_number2 # various USB classes.
/Zephyr-latest/scripts/west_commands/fetchers/
Dcore.py13 '''Get a list of all currently defined fetcher classes.'''
/Zephyr-latest/lib/cpp/minimal/
Dcpp_vtable.cpp14 * @brief basic virtual tables required for classes to build
/Zephyr-latest/drivers/ethernet/
DKconfig.sam_gmac46 This works only if there are four or fewer RX traffic classes enabled, as
47 the SAM GMAC hardware supports screening up to four traffic classes.
/Zephyr-latest/scripts/tests/twister/
Dtest_errors.py6 Tests for the error classes
Dtest_quarantine.py6 Tests for quarantine.py classes' methods
/Zephyr-latest/subsys/net/ip/
Dnet_tc.c132 * If there are less queues than classes, then map them into in tx_tc2thread()
144 * traffic classes, then this priority array will contain following in tx_tc2thread()
168 "Too many traffic classes"); in tx_tc2thread()
185 "Too many traffic classes"); in rx_tc2thread()
283 * traffic goes through these classes.
DKconfig351 int "How many Tx traffic classes to have for each network device"
361 Define how many Tx traffic classes (queues) the system should have
376 int "How many Rx traffic classes to have for each network device"
383 Define how many Rx traffic classes (queues) the system should have
466 classes.
/Zephyr-latest/samples/net/gptp/
Dprj.conf49 # How many traffic classes to enable
/Zephyr-latest/samples/net/dsa/
Dprj.conf47 # How many traffic classes to enable
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dstatuses.py6 Status classes to be used instead of str statuses.
/Zephyr-latest/doc/connectivity/networking/api/
Dtraffic-class.rst23 kernel work queue. The maximum number of traffic classes for both Rx and Tx
/Zephyr-latest/samples/net/lldp/
Dprj.conf77 # How many traffic classes to enable
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py238 sidebar = nodes.sidebar(classes=["board-overview"])
299 classes=["category-link"],
332 classes=["code-sample-link"],
407 container["classes"].append("code-sample-listing")
448 ul = nodes.bullet_list(classes=["code-sample-list"])
461 li += nodes.inline("", "", sample_xref, classes=["code-sample-name"])
465 classes=["code-sample-description"],
491 admonition["classes"].append("related-code-samples")
492 admonition["classes"].append("dropdown") # used by sphinx-togglebutton extension
493 admonition["classes"].append("toggle-shown") # show the content by default
/Zephyr-latest/samples/subsys/usb/common/
Dsample_usbd_init.c129 LOG_ERR("Failed to add register classes"); in sample_usbd_setup_device()
148 LOG_ERR("Failed to add register classes"); in sample_usbd_setup_device()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_core.c236 LOG_ERR("Failed to cleanup registered classes, %d", ret); in usbd_device_shutdown_core()
245 LOG_ERR("Failed to cleanup registered classes, %d", ret); in usbd_device_shutdown_core()
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst49 * OS-specific C++ standard library classes (e.g. ``std::thread``,
85 (STL)`_ classes and functions. For this reason, it is only suitable for use in
96 The `C++ Standard Library`_ is a collection of classes and functions that are
/Zephyr-latest/doc/
Dzephyr.doxyfile.in161 # operators of the base classes will not be shown.
389 # classes, or namespaces to their corresponding documentation. Such a link can
396 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
399 # definitions whose arguments contain STL classes (e.g. func(std::string);
401 # collaboration diagrams that involve STL classes more complete and accurate.
414 # them like normal C++ but will assume all classes use public instead of private
454 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
465 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
469 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
558 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
[all …]
/Zephyr-latest/doc/develop/sca/
Declair.rst12 detection of important classes of software errors.
/Zephyr-latest/
DCODE_OF_CONDUCT.md115 individual, or aggression toward or disparagement of classes of individuals.
/Zephyr-latest/scripts/tests/build_helpers/
Dtest_domains.py6 Tests for domains.py classes
/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py4 The classes below are examples of user-defined CommitRules. Commit rules are gitlint rules that

1234