Searched refs:uECC_ASM (Results 1 – 6 of 6) sorted by relevance
37 …* If you want to change the defaults for `uECC_CURVE` and `uECC_ASM`, you must change them in your…38 …* When compiling for a Thumb-1 platform with inline assembly enabled (ie, `uECC_ASM` is defined to…39 …* When compiling for an ARM/Thumb-2 platform with fast inline assembly enabled (ie, `uECC_ASM` is …46 All tests were built using gcc 4.8.2 with `-O3`, and were run on a Raspberry Pi B+. `uECC_ASM` was …86 In these tests, `uECC_ASM` was defined to `uECC_asm_fast` and `ECC_SQUARE_FUNC` was defined to `1` …114 In these tests, `uECC_ASM` was defined to `uECC_asm_small` and `ECC_SQUARE_FUNC` was defined to `0`…142 In these tests, `uECC_ASM` was defined to `uECC_asm_fast` and `ECC_SQUARE_FUNC` was defined to `1` …177 In these tests, `uECC_ASM` was defined to `uECC_asm_small` and `ECC_SQUARE_FUNC` was defined to `0`…
18 #ifndef uECC_ASM19 #define uECC_ASM uECC_asm_none macro
35 #ifndef uECC_ASM36 #define uECC_ASM uECC_asm_fast macro
54 #if (uECC_ASM && (uECC_PLATFORM == uECC_avr) && (uECC_WORD_SIZE != 1))60 #if (uECC_ASM && \489 #if (uECC_ASM && (uECC_PLATFORM == uECC_avr))493 #if (uECC_ASM && (uECC_PLATFORM == uECC_arm || uECC_PLATFORM == uECC_arm_thumb || \
22 #if (uECC_ASM == uECC_asm_fast)2037 #endif /* (uECC_ASM == uECC_asm_fast) */
46 #if (uECC_ASM == uECC_asm_fast)21988 #endif /* (uECC_ASM == uECC_asm_fast) */