Searched refs:g3 (Results 1 – 25 of 862) sorted by relevance
12345678910>>...35
175 ulong32 g0,g1,g2,g3,g4; in poly1305_done() local211 g3 = h3 + c; c = g3 >> 26; g3 &= 0x3ffffff; in poly1305_done()219 g3 &= mask; in poly1305_done()225 h3 = (h3 & mask) | g3; in poly1305_done()
5 ta_arm64-platform-cflags := -Os -g3 -fpic -mstrict-align -mno-outline-atomics7 ta_arm64-platform-cxxflags := -fpic -Os -g3
5 ta_arm32-platform-cflags := -mcpu=cortex-a53 -Os -g3 -fpic -mthumb -fno-short-enums -fno-common -mn…7 ta_arm32-platform-cxxflags := -fpic -mcpu=cortex-a53 -Os -g3 -mfloat-abi=hard -funsafe-math-optimiz…
213 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local237 g3 = (uint32_t) d; in poly1305_compute_mac()248 acc3 = ( acc3 & mask_inv ) | ( g3 & mask ); in poly1305_compute_mac()
1 …-Wstrict-aliasing=2 -Wundef -Os -ffunction-sections -fdata-sections -pipe -g3 -fpie -mstrict-align…
1 …s -Wold-style-definition -Wstrict-aliasing=2 -Wundef -mcpu=cortex-a53 -Os -g3 -fpic -mthumb -fno-s…
Completed in 24 milliseconds