Searched defs:v1 (Results 1 – 3 of 3) sorted by relevance
/loramac-node-latest/src/peripherals/soft-se/ |
D | aes.c | 240 { uint8_t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
|
/loramac-node-latest/src/boards/mcu/saml21/cmsis/ |
D | arm_math.h | 448 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v0) << 0) & (int32_t)0x000000FF) | \ argument 454 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v3) << 0) & (int32_t)0x000000FF) | \ argument
|
/loramac-node-latest/src/boards/mcu/stm32/cmsis/ |
D | arm_math.h | 467 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v0) << 0) & (int32_t)0x000000FF) | \ argument 473 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v3) << 0) & (int32_t)0x000000FF) | \ argument
|