/Zephyr-latest/scripts/coccinelle/ |
D | returnvar.cocci | 8 // "when strict" can be removed to get more hits, but adds false 23 when strict 36 when strict 47 when strict
|
/Zephyr-latest/drivers/net/ |
D | nsos_fcntl.c | 33 static int fl_to_nsos_mid_(int flags, bool strict) in fl_to_nsos_mid_() argument 53 if (strict && flags != 0) { in fl_to_nsos_mid_()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_tc_mapping.h | 70 static const uint8_t *tx_prio2tc_map = PRIORITY2TC_GEN(strict, NET_TC_TX_COUNT); 73 static const uint8_t *rx_prio2tc_map = PRIORITY2TC_GEN(strict, NET_TC_RX_COUNT);
|
/Zephyr-latest/doc/develop/test/twister/ |
D | sample_blackbox_test.py | 60 for pair in zip(["-p"] * len(test_platforms), test_platforms, strict=False)
|
/Zephyr-latest/boards/silabs/radio_boards/ |
D | index.rst | 25 The Wireless Pro Kit Mainboard is a strict superset of the Wireless Starter Kit,
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 134 # Flag for disabling strict aliasing rule in C and C++ 135 set_compiler_property(PROPERTY no_strict_aliasing -fno-strict-aliasing)
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_numaker.c | 761 static int numaker_usbd_xfer_out(const struct device *dev, uint8_t ep, bool strict) in numaker_usbd_xfer_out() argument 772 if (strict) { in numaker_usbd_xfer_out() 782 if (strict) { in numaker_usbd_xfer_out() 802 static int numaker_usbd_xfer_in(const struct device *dev, uint8_t ep, bool strict) in numaker_usbd_xfer_in() argument 814 if (strict) { in numaker_usbd_xfer_in() 824 if (strict) { in numaker_usbd_xfer_in()
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 59 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 70 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 171 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 450 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 469 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 477 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 498 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 584 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 917 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict 943 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict [all …]
|
D | CMakeLists.txt | 149 # @Intent: Set compiler specific flag for disabling strict aliasing rule
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 20 bool "HTTP strict parsing" 23 This option enables the strict parsing option
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 148 # Flag for disabling strict aliasing rule in C and C++ 149 set_compiler_property(PROPERTY no_strict_aliasing -fno-strict-aliasing)
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_flags_template.cmake | 70 # Flag for disabling strict aliasing rule in C and C++
|
/Zephyr-latest/boards/qemu/x86/doc/ |
D | index.rst | 112 from snapstore may not work because of strict snap confinements.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 102 for d1, d2 in zip(dirs[:-1], dirs[1:], strict=False):
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 56 va_list frame, strict alignment must be maintained. Due to required padding,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 184 cursor. Note as well that read or write functions are strict on their
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 600 Enforce strict check of CIS minimum offset accepted by the peripheral 612 Enforce strict sequencing of released payloads based on the TX SDU's
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 509 have up to 16 MPU regions. Therefore there is a relatively strict limitation on how
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 442 * :github:`8924` - Get rid of -fno-strict-overflow
|
D | release-notes-2.4.rst | 211 not need to be created, and certain alignment requirements are less strict. 1259 * :github:`27003` - CMakeLists.txt newline check is too strict
|
D | release-notes-3.0.rst | 1327 * :github:`8924` - Get rid of -fno-strict-overflow
|
D | release-notes-2.0.rst | 1337 * :github:`14652` - Gitlint is more strict than checkpatch.pl
|
D | release-notes-3.2.rst | 2500 * :github:`44466` - Zephyr misses strict aliasing disabling
|