Searched refs:cast (Results 1 – 22 of 22) sorted by relevance
6 // Drivers cast the device config_info pointer to a driver-specific7 // structure. The object is const-qualified; make sure the cast136 msg = "WARNING: cast of config_info to struct {} requires 'const'".format(t)
4 //# cast it to void to explicitly ignore while adhering to MISRA-C.
12 attribute which should be used to cast pointers between different address
216 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
761 * :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 …]
1783 * :github:`42870` - Build error due to minimal libc qsort callback cast1796 … neighbor_prop_delay is not included in sync_receipt_time calculation due cast from double to uint…
1210 * :github:`10423` - log_core.h error on pointer-to-int-cast on 64bit system
1247 * :github:`35116` - [Coverity CID: 235987] Incompatible cast in include/sys/cbprintf_cxx.h2203 * :github:`10042` - MISRA C - Do not cast an arithimetic type to void pointer
86 -Wbad-function-cast
66 -Wbad-function-cast81 -Wbad-function-cast
92 cast char pointers used for ``%p`` to ``void *``. There is a logging warning178 * It is recommended to cast any character pointer used with ``%p`` format specifier to
6117 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");
50 | To change clock parameter it is needed to cast a pointer to structure :c:struct:`litex_clk_setup`…
75 -Wbad-function-cast
58 The returned ``void *`` can then be cast to the appropriate type and used.
99 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/cast.cc
513 - The value of an expression should not be cast to an inappropriate essential type534 …- 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 type555 - A cast shall not be performed between pointer to object and a noninteger arithmetic type562 …- 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…
770 * 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
294 8 bits by ordinary right shift operation by 2 bits and a cast to int8_t. That means there
297 cast the actual position in the buffer to the type of header. Either
191 Some devices can be cast as an instance of a driver subsystem such as GPIO,
515 ``0.1``. You can omit the quotes if the value is the same when cast to string,