Home
last modified time | relevance | path

Searched full:c99 (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-latest/cmake/sca/eclair/ECL/
Dtoolchain.ecl27 …n \"3.8 Options to Request or Suppress Warnings\". The compiler allows to C11 features in C99 mode;
28 …ons to Request or Suppress Warnings\". The compiler allows to use C11 and C2x features in C99 mode.
30 -config=STD.tokenext,behavior+={c99, GCC, "^(__auto_type|__asm__|__attribute__|__typeof__|__builtin…
37 -config=STD.stmtexpr,behavior+={c99,GCC,specified}
39 -config=STD.vptrarth,behavior={c99,GCC,specified}
45 -config=STD.diag,behavior+={c99,GCC,"^(ext_missing_varargs_arg|ext_paste_comma|ext_flexible_array_i…
49 -config=STD.emptinit,behavior={c99,GCC,specified}
53 -config=STD.emptrecd,behavior={c99,GCC,specified}
57 -config=STD.arayzero,behavior={c99,GCC,specified}
59 -config=STD.inclnest,behavior+={c99, GCC, 24}
[all …]
/Zephyr-latest/tests/subsys/bindesc/reading/
Dtestcase.yaml12 bindesc.read.c99:
/Zephyr-latest/lib/libc/picolibc/
DKconfig124 bool "support C99 format additions in printf/scanf"
127 Includes C99 printf and scanf support for j, z, t size
128 modifiers. C99 support is always included in the floating-point
/Zephyr-latest/cmake/compiler/xcc/
Dcompiler_flags.cmake6 # fact that linkage semantics differed between C99 and GNU at the
/Zephyr-latest/tests/subsys/bindesc/definition/
Dtestcase.yaml22 bindesc.define.c99:
/Zephyr-latest/cmake/compiler/
Dcompiler_features.cmake4 set(c99id c99 gnu99 "iso9899:1999")
/Zephyr-latest/modules/hal_rpi_pico/pico/
Dconfig_autogen.h29 /* Convert uses of asm, which is not supported in c99, to __asm */
/Zephyr-latest/samples/subsys/zbus/priority_boost/
Dwith_hlp_priority_boost_feature.svg18C99.0926 202.533 99.3344 203.038 99.4908 203.607C99.6473 204.161 99.7468 204.752 99.7895 205.377L9…
23 …545C102.278 161.958 102.236 162.413 102.236 162.911V163.636H99.3345V162.868C99.3345 161.844 99.483…
28C99.0926 113.533 99.3344 114.038 99.4908 114.607C99.6473 115.161 99.7468 115.752 99.7895 116.377L9…
60C99.373 77.3196 98.5623 77.476 97.6237 77.476H95.917V85.156H92.7597ZM95.917 75.2573H97.1117C97.680…
Dwithout_hlp_priority_boost_feature.svg32C99.0926 204.377 99.3344 204.882 99.4908 205.451C99.6473 206.005 99.7468 206.596 99.7895 207.221L9…
37 ….389C102.278 163.802 102.236 164.257 102.236 164.755V165.48H99.3345V164.712C99.3345 163.688 99.483…
43C99.0926 115.377 99.3344 115.882 99.4908 116.451C99.6473 117.005 99.7468 117.596 99.7895 118.221L9…
Dzbus_publishing_process_example_scenario.svg3C99.0907 129.072 99.8107 129.648 100.339 130.392C100.891 131.136 101.299 131.988 101.563 132.948C1…
/Zephyr-latest/doc/services/zbus/images/
Dzbus_publishing_process_example_HLP.svg18C99.0926 202.533 99.3344 203.038 99.4908 203.607C99.6473 204.161 99.7468 204.752 99.7895 205.377L9…
23 …545C102.278 161.958 102.236 162.413 102.236 162.911V163.636H99.3345V162.868C99.3345 161.844 99.483…
28C99.0926 113.533 99.3344 114.038 99.4908 114.607C99.6473 115.161 99.7468 115.752 99.7895 116.377L9…
60C99.373 77.3196 98.5623 77.476 97.6237 77.476H95.917V85.156H92.7597ZM95.917 75.2573H97.1117C97.680…
Dzbus_publishing_process_example2.svg32C99.0926 204.377 99.3344 204.882 99.4908 205.451C99.6473 206.005 99.7468 206.596 99.7895 207.221L9…
37 ….389C102.278 163.802 102.236 164.257 102.236 164.755V165.48H99.3345V164.712C99.3345 163.688 99.483…
43C99.0926 115.377 99.3344 115.882 99.4908 116.451C99.6473 117.005 99.7468 117.596 99.7895 118.221L9…
Dzbus_publishing_process_example.svg32C99.0926 154.377 99.3344 154.882 99.4908 155.451C99.6473 156.005 99.7468 156.596 99.7895 157.221L9…
38 ….389C102.278 203.802 102.236 204.257 102.236 204.755V205.48H99.3345V204.712C99.3345 203.688 99.483…
44C99.0926 245.377 99.3344 245.882 99.4908 246.451C99.6473 247.005 99.7468 247.596 99.7895 248.221L9…
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst28 as C99) such as those listed below, effectively requiring the use of a compiler
29 toolchain that supports the C99 standard and above:
Dnewlib.rst46 variant supports except the new format specifiers introduced in C99, such as
73 * C99 format specifiers are not supported in the Newlib nano variant (i.e.
Dminimal_libc.rst32 C99-compatible formatted output implementation.
/Zephyr-latest/include/zephyr/
Dinit.h155 /* Designated initializers where added to C in C99. There were added to
156 * C++ 20 years later in a much more restricted form. C99 allows many
166 * combined with C99 designated initializers, see longer discussion in
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst176 boilerplate code. C99 added initialization of ``struct`` and ``union``
182 error-prone, more readable and more flexible. On the other hand, C99
202 should follow all C++20 rules and restrictions. Non-designated, pre-C99
210 unspecified in C99! It is the (expected) left-to-right order in
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h405 * This macro uses compound literal feature of C99 standard and thus is available only from C,
414 * This macro uses compound literal feature of C99 standard and thus is available only from C,
423 * This macro uses compound literal feature of C99 standard and thus is available only from C,
454 * This macro uses compound literal feature of C99 standard and thus is available only from C,
486 * This macro uses compound literal feature of C99 standard and thus is available only from C,
505 * This macro uses compound literal feature of C99 standard and thus is available only from C,
540 * This macro uses compound literal feature of C99 standard and thus is available only from C,
559 * This macro uses compound literal feature of C99 standard and thus is available only from C,
594 * This macro uses compound literal feature of C99 standard and thus is available only from C,
608 * This macro uses compound literal feature of C99 standard and thus is available only from C,
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake53 # Prohibit void pointer arithmetic. Illegal in C99
/Zephyr-latest/doc/services/
Dformatted_output.rst7 values for user consumption. The standard C99 library ``*printf()``
18 The :c:func:`cbprintf` public APIs convert C99 format strings and
21 providing support for almost all C99 format specifications. Existing
/Zephyr-latest/lib/os/
DKconfig.cbprintf82 added in C99, but the output is not easily understood so it rarely
Dcbprintf_complete.c330 /** Extract C99 conversion specification flags.
379 /** Extract a C99 conversion specification width.
411 /** Extract a C99 conversion specification precision.
444 /** Extract a C99 conversion specification length.
501 /* Extract a C99 conversion specifier.
635 /* Extract the complete C99 conversion specification.
/Zephyr-latest/include/zephyr/net/
Dnet_time.h81 * applications, use @ref time_t (C99, POSIX.1-2001) which is specified to
/Zephyr-latest/modules/thrift/src/thrift/
Dconfig.h84 /* Define to 1 if stdbool.h conforms to C99. */

12