/Zephyr-latest/tests/lib/cmsis_dsp/svm/src/ |
D | f16.c | 19 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()
|
D | f32.c | 19 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/ |
D | Kconfig.template.instances_count | 1 # Kconfig template file for setting instances count for various USB classes.
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.template.composite_device_number | 2 # various USB classes.
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | core.py | 13 '''Get a list of all currently defined fetcher classes.'''
|
/Zephyr-latest/lib/cpp/minimal/ |
D | cpp_vtable.cpp | 14 * @brief basic virtual tables required for classes to build
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.sam_gmac | 46 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/ |
D | test_errors.py | 6 Tests for the error classes
|
D | test_quarantine.py | 6 Tests for quarantine.py classes' methods
|
/Zephyr-latest/subsys/net/ip/ |
D | net_tc.c | 132 * 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.
|
D | Kconfig | 351 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/ |
D | prj.conf | 49 # How many traffic classes to enable
|
/Zephyr-latest/samples/net/dsa/ |
D | prj.conf | 47 # How many traffic classes to enable
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | statuses.py | 6 Status classes to be used instead of str statuses.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | traffic-class.rst | 23 kernel work queue. The maximum number of traffic classes for both Rx and Tx
|
/Zephyr-latest/samples/net/lldp/ |
D | prj.conf | 77 # How many traffic classes to enable
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 238 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/ |
D | sample_usbd_init.c | 129 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/ |
D | usbd_core.c | 236 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/ |
D | index.rst | 49 * 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/ |
D | zephyr.doxyfile.in | 161 # 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/ |
D | eclair.rst | 12 detection of important classes of software errors.
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 115 individual, or aggression toward or disparagement of classes of individuals.
|
/Zephyr-latest/scripts/tests/build_helpers/ |
D | test_domains.py | 6 Tests for domains.py classes
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 4 The classes below are examples of user-defined CommitRules. Commit rules are gitlint rules that
|