Searched refs:g3 (Results 1 – 7 of 7) sorted by relevance
191 set(CMAKE_C_FLAGS_DEBUG "-O0 -g3")192 set(CMAKE_C_FLAGS_COVERAGE "-O0 -g3 --coverage")194 …ze=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-frame-poin…202 set(CMAKE_C_FLAGS_DEBUG "-O0 -g3")203 set(CMAKE_C_FLAGS_COVERAGE "-O0 -g3 --coverage")205 …ze=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-frame-poin…207 …set(CMAKE_C_FLAGS_MEMSANDBG "-fsanitize=memory -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
206 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local230 g3 = (uint32_t) d; in poly1305_compute_mac()241 acc3 = ( acc3 & mask_inv ) | ( g3 & mask ); in poly1305_compute_mac()
16 LOCAL_CFLAGS += -g3
31 CFLAGS_MEM=-g3
37 LOCAL_CFLAGS += -g3
44 # Note: This test requires that the test program is compiled with -g3.
31 LOCAL_CFLAGS += -g3
Completed in 7 milliseconds