Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/scripts/coccinelle/
Dreturnvar.cocci8 // "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/
Dnsos_fcntl.c33 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/
Dnet_tc_mapping.h70 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/cmake/sca/polyspace/
Dpolyspace-print-console.py25 return dict(zip(header, columns, strict=True))
/Zephyr-latest/doc/develop/test/twister/
Dsample_blackbox_test.py60 for pair in zip(["-p"] * len(test_platforms), test_platforms, strict=False)
/Zephyr-latest/boards/silabs/radio_boards/
Dindex.rst25 The Wireless Pro Kit Mainboard is a strict superset of the Wireless Starter Kit,
/Zephyr-latest/drivers/usb/udc/
Dudc_numaker.c761 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/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake135 # Flag for disabling strict aliasing rule in C and C++
136 set_compiler_property(PROPERTY no_strict_aliasing -fno-strict-aliasing)
/Zephyr-latest/
D.ruff-excludes.toml59 "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
448 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict
465 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict
473 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict
494 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict
580 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict
905 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict
931 "B905", # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict
[all …]
DCMakeLists.txt149 # @Intent: Set compiler specific flag for disabling strict aliasing rule
/Zephyr-latest/subsys/bluetooth/
DKconfig.adv74 This allows the Host to indicate their strict requirement
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake149 # Flag for disabling strict aliasing rule in C and C++
150 set_compiler_property(PROPERTY no_strict_aliasing -fno-strict-aliasing)
/Zephyr-latest/subsys/net/lib/http/
DKconfig20 bool "HTTP strict parsing"
23 This option enables the strict parsing option
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake72 # Flag for disabling strict aliasing rule in C and C++
/Zephyr-latest/boards/qemu/x86/doc/
Dindex.rst112 from snapstore may not work because of strict snap confinements.
/Zephyr-latest/cmake/compiler/iar/
Dcompiler_flags.cmake114 # Flag for disabling strict aliasing rule in C and C++
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py106 for d1, d2 in zip(dirs[:-1], dirs[1:], strict=False):
/Zephyr-latest/doc/services/
Dformatted_output.rst56 va_list frame, strict alignment must be maintained. Due to required padding,
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst184 cursor. Note as well that read or write functions are strict on their
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split601 Enforce strict check of CIS minimum offset accepted by the peripheral
613 Enforce strict sequencing of released payloads based on the TX SDU's
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst509 have up to 16 MPU regions. Therefore there is a relatively strict limitation on how
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst442 * :github:`8924` - Get rid of -fno-strict-overflow
Drelease-notes-2.4.rst211 not need to be created, and certain alignment requirements are less strict.
1259 * :github:`27003` - CMakeLists.txt newline check is too strict
Drelease-notes-3.0.rst1327 * :github:`8924` - Get rid of -fno-strict-overflow
Drelease-notes-2.0.rst1337 * :github:`14652` - Gitlint is more strict than checkpatch.pl

12