Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci6 // Drivers cast the device config_info pointer to a driver-specific
7 // structure. The object is const-qualified; make sure the cast
136 msg = "WARNING: cast of config_info to struct {} requires 'const'".format(t)
Dignore_return.cocci4 //# cast it to void to explicitly ignore while adhering to MISRA-C.
/Zephyr-latest/doc/develop/sca/
Dsparse.rst12 attribute which should be used to cast pointers between different address
/Zephyr-latest/doc/project/
Dtsc.rst216 Quorum reached: 26 votes cast (quorum = 60% of 40 = 24)
223 vote No. Quorum reached? 23 votes cast (quorum = 60% of 40 = 24)
230 No. Quorum reached? 24 votes cast (quorum = 60% of 40 = 24)
237 Votes are considered immutable once cast. A voter may not change their vote,
238 once cast, between the time a Motion is brought forth and the time at which
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst761 * :github:`25774` - [Coverity CID :210615] Incompatible cast in tests/benchmarks/cmsis_dsp/basicmat…
762 * :github:`25773` - [Coverity CID :210613] Incompatible cast in tests/benchmarks/cmsis_dsp/basicmat…
763 * :github:`25772` - [Coverity CID :210609] Incompatible cast in tests/benchmarks/cmsis_dsp/basicmat…
764 * :github:`25771` - [Coverity CID :210608] Incompatible cast in tests/lib/cmsis_dsp/fastmath/src/f3…
765 * :github:`25770` - [Coverity CID :210605] Incompatible cast in tests/lib/cmsis_dsp/filtering/src/m…
766 * :github:`25769` - [Coverity CID :210603] Incompatible cast in tests/lib/cmsis_dsp/filtering/src/m…
767 * :github:`25768` - [Coverity CID :210601] Incompatible cast in tests/lib/cmsis_dsp/fastmath/src/f3…
768 * :github:`25767` - [Coverity CID :210600] Incompatible cast in tests/benchmarks/cmsis_dsp/basicmat…
769 * :github:`25766` - [Coverity CID :210592] Incompatible cast in tests/benchmarks/cmsis_dsp/basicmat…
770 * :github:`25765` - [Coverity CID :210591] Incompatible cast in tests/lib/cmsis_dsp/filtering/src/m…
[all …]
Drelease-notes-3.1.rst1783 * :github:`42870` - Build error due to minimal libc qsort callback cast
1796 … neighbor_prop_delay is not included in sync_receipt_time calculation due cast from double to uint…
Drelease-notes-2.2.rst1210 * :github:`10423` - log_core.h error on pointer-to-int-cast on 64bit system
Drelease-notes-2.6.rst1247 * :github:`35116` - [Coverity CID: 235987] Incompatible cast in include/sys/cbprintf_cxx.h
2203 * :github:`10042` - MISRA C - Do not cast an arithimetic type to void pointer
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake86 -Wbad-function-cast
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake66 -Wbad-function-cast
81 -Wbad-function-cast
/Zephyr-latest/doc/services/
Dformatted_output.rst92 cast char pointers used for ``%p`` to ``void *``. There is a logging warning
178 * It is recommended to cast any character pointer used with ``%p`` format specifier to
/Zephyr-latest/scripts/
Dcheckpatch.pl6117 my $cast = $1;
6125 $suffix .= 'U' if ($cast =~ /\bunsigned\b/);
6126 if ($cast =~ /\blong\s+long\b/) {
6128 } elsif ($cast =~ /\blong\b/) {
6131 $fixed[$fixlinenr] =~ s/\Q$cast\E$const\b/$newconst$suffix/;
6289 my $cast;
6292 $cast = "$cast1 or $cast2";
6294 $cast = $cast1;
6296 $cast = $cast2;
6299 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst50 | To change clock parameter it is needed to cast a pointer to structure :c:struct:`litex_clk_setup`…
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake75 -Wbad-function-cast
/Zephyr-latest/doc/services/llext/
Dload.rst58 The returned ``void *`` can then be cast to the appropriate type and used.
/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt99 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/cast.cc
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst513 - The value of an expression should not be cast to an inappropriate essential type
534 …- The value of a composite expression shall not be cast to a different essential type category or…
548 - A cast shall not be performed between pointer to void and an arithmetic type
555 - A cast shall not be performed between pointer to object and a noninteger arithmetic type
562 …- A cast shall not remove any const or volatile qualification from the type pointed to by a point…
565 …- `EXP05-C <https://wiki.sei.cmu.edu/confluence/display/c/EXP05-C.+Do+not+cast+away+a+const+quali…
/Zephyr-latest/doc/services/logging/
Dindex.rst770 * It is recommended to cast pointer to ``const char *`` when it is used with ``%s``
772 * It is recommended to cast pointer to ``char *`` when it is used with ``%s``
774 * It is recommended to cast character pointer to non character pointer
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df294 8 bits by ordinary right shift operation by 2 bits and a cast to int8_t. That means there
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst297 cast the actual position in the buffer to the type of header. Either
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst191 Some devices can be cast as an instance of a driver subsystem such as GPIO,
/Zephyr-latest/doc/develop/west/
Dmanifest.rst515 ``0.1``. You can omit the quotes if the value is the same when cast to string,