Searched full:builtin (Results 1 – 25 of 39) sorted by relevance
12
39 # 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 can44 list(APPEND TOOLCHAIN_C_FLAGS -fno-builtin)
211 set_compiler_property(PROPERTY no_builtin -fno-builtin)212 set_compiler_property(PROPERTY no_builtin_malloc -fno-builtin-malloc)
4 source [find board/esp32c6-builtin.cfg]
15 LOG_INF("Calling hello world as a builtin"); in main()
60 Enable AK8963 builtin magnetometer.
18 /* Builtin descriptors */ in main()
33 label = "BUILTIN LED";
36 …localsettings local.conf -bdf build/sca/cpptest/cpptestscan.bdf -config "builtin://Recommended Rul…
47 export ZEPHYR_BASE=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
71 /* This builtin, as described by Intel, is not a traditional in atomic_set()
13 * provided by compiler builtins. If the compiler does not have an appropriate builtin, a portable C
155 * the behavior of the instruction used to implement the builtin.
43 sample.display.builtin:
22 Builtin command processors rarely add large amounts of
252 set_compiler_property(PROPERTY no_builtin -fno-builtin)253 set_compiler_property(PROPERTY no_builtin_malloc -fno-builtin-malloc)
345 TC_PRINT("===== builtin =====\n"); in ZTEST()351 do_test_using(collect_timer_period_time_samples, "builtin"); in ZTEST()
99 tests = ["builtin", "startdelay"]
23 * builtin function that may not be available in every compiler.
250 ${LVGL_DIR}/src/stdlib/builtin/lv_sprintf_builtin.c251 ${LVGL_DIR}/src/stdlib/builtin/lv_string_builtin.c252 ${LVGL_DIR}/src/stdlib/builtin/lv_tlsf.c
77 /* Builtin functions, these may be replaced by more efficient */
104 # no_builtin to avoid the compiler using builtin replacements for std library functions
328 /* 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()
48 # redefined-builtin
5 ZEPHYR_BASE=$( builtin cd "$( dirname "$DIR" )" && pwd ${PWD_OPT})