Home
last modified time | relevance | path

Searched full:builtin (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/cmake/compiler/arcmwdt/
Dtarget.cmake39 # The MWDT compiler can replace some code with call to builtin functions.
41 # NOTE: the option name '-fno-builtin' is misleading a bit - we still can
44 list(APPEND TOOLCHAIN_C_FLAGS -fno-builtin)
Dcompiler_flags.cmake211 set_compiler_property(PROPERTY no_builtin -fno-builtin)
212 set_compiler_property(PROPERTY no_builtin_malloc -fno-builtin-malloc)
/Zephyr-latest/boards/seeed/xiao_esp32c6/support/
Dopenocd.cfg4 source [find board/esp32c6-builtin.cfg]
/Zephyr-latest/boards/espressif/esp32c6_devkitc/support/
Dopenocd.cfg4 source [find board/esp32c6-builtin.cfg]
/Zephyr-latest/samples/subsys/llext/modules/src/
Dmain_builtin.c15 LOG_INF("Calling hello world as a builtin"); in main()
/Zephyr-latest/drivers/sensor/tdk/mpu9250/
DKconfig60 Enable AK8963 builtin magnetometer.
/Zephyr-latest/samples/subsys/bindesc/hello_bindesc/src/
Dmain.c18 /* Builtin descriptors */ in main()
/Zephyr-latest/boards/seeed/xiao_esp32s3/
Dxiao_esp32s3_procpu_common.dtsi33 label = "BUILTIN LED";
/Zephyr-latest/doc/develop/sca/
Dcpptest.rst36 …localsettings local.conf -bdf build/sca/cpptest/cpptestscan.bdf -config "builtin://Recommended Rul…
/Zephyr-latest/
Dzephyr-env.sh47 export ZEPHYR_BASE=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
/Zephyr-latest/include/zephyr/sys/
Datomic_builtin.h71 /* This builtin, as described by Intel, is not a traditional in atomic_set()
Dmath_extras.h13 * provided by compiler builtins. If the compiler does not have an appropriate builtin, a portable C
Dmath_extras_impl.h155 * the behavior of the instruction used to implement the builtin.
/Zephyr-latest/samples/drivers/display/
Dsample.yaml43 sample.display.builtin:
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig22 Builtin command processors rarely add large amounts of
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake252 set_compiler_property(PROPERTY no_builtin -fno-builtin)
253 set_compiler_property(PROPERTY no_builtin_malloc -fno-builtin-malloc)
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Djitter_drift.c345 TC_PRINT("===== builtin =====\n"); in ZTEST()
351 do_test_using(collect_timer_period_time_samples, "builtin"); in ZTEST()
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dtest_timer.py99 tests = ["builtin", "startdelay"]
/Zephyr-latest/include/zephyr/
Dtoolchain.h23 * builtin function that may not be available in every compiler.
/Zephyr-latest/modules/lvgl/
DCMakeLists.txt250 ${LVGL_DIR}/src/stdlib/builtin/lv_sprintf_builtin.c
251 ${LVGL_DIR}/src/stdlib/builtin/lv_string_builtin.c
252 ${LVGL_DIR}/src/stdlib/builtin/lv_tlsf.c
/Zephyr-latest/modules/littlefs/
Dzephyr_lfs_config.h77 /* Builtin functions, these may be replaced by more efficient */
/Zephyr-latest/arch/posix/
DCMakeLists.txt104 # no_builtin to avoid the compiler using builtin replacements for std library functions
/Zephyr-latest/drivers/counter/
Dcounter_ifx_cat1.c328 /* refer to https://tbrindus.ca/how-builtin-expect-works/ for 'likely' usage */ in ifx_cat1_counter_ticks_add()
340 /* refer to https://tbrindus.ca/how-builtin-expect-works/ for 'likely' usage */ in ifx_cat1_counter_ticks_sub()
/Zephyr-latest/scripts/ci/
Dpylintrc48 # redefined-builtin
/Zephyr-latest/scripts/
Dcoccicheck5 ZEPHYR_BASE=$( builtin cd "$( dirname "$DIR" )" && pwd ${PWD_OPT})

12