Home
last modified time | relevance | path

Searched refs:g3 (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/
DCMakeLists.txt222 set(CMAKE_C_FLAGS_DEBUG "-O0 -g3")
223 set(CMAKE_C_FLAGS_COVERAGE "-O0 -g3 --coverage")
225 …ze=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-frame-poin…
227 …set(CMAKE_C_FLAGS_TSANDBG "-fsanitize=thread -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
235 set(CMAKE_C_FLAGS_DEBUG "-O0 -g3")
236 set(CMAKE_C_FLAGS_COVERAGE "-O0 -g3 --coverage")
238 …ze=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-frame-poin…
240 …set(CMAKE_C_FLAGS_MEMSANDBG "-fsanitize=memory -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
242 …set(CMAKE_C_FLAGS_TSANDBG "-fsanitize=thread -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
/openthread-latest/third_party/mbedtls/repo/library/
Dpoly1305.c175 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local
199 g3 = (uint32_t) d; in poly1305_compute_mac()
210 acc3 = (acc3 & mask_inv) | (g3 & mask); in poly1305_compute_mac()
DMakefile39 LOCAL_CFLAGS += -g3
/openthread-latest/third_party/mbedtls/repo/scripts/
Dmemory.sh19 CFLAGS_MEM=-g3
Dcommon.make42 LOCAL_CFLAGS += -g3
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_zeroize.gdb32 # Note: This test requires that the test program is compiled with -g3.