Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 2 of 2) sorted by relevance

/hal_telink-3.7.0/tlsr9/common/
Dbit.h86 #define MASK_VAL4(m1,v1,m2,v2) (MV(m1,v1)|MV(m2,v2)) argument
87 #define MASK_VAL6(m1,v1,m2,v2,m3,v3) (MV(m1,v1)|MV(m2,v2)|MV(m3,v3)) argument
88 #define MASK_VAL8(m1,v1,m2,v2,m3,v3,m4,v4) (MV(m1,v1)|MV(m2,v2)|MV(m3,v3)|MV(m4,v4)) argument
89 #define MASK_VAL10(m1,v1,m2,v2,m3,v3,m4,v4,m5,v5) (MV(m1,v1)|MV(m2,v2)|MV(m3,v3)|MV(m4,v4)|MV(… argument
90 #define MASK_VAL12(m1,v1,m2,v2,m3,v3,m4,v4,m5,v5,m6,v6) (MV(m1,v1)|MV(m2,v2)|MV(m3,v3)|MV(m4,v4… argument
91 #define MASK_VAL14(m1,v1,m2,v2,m3,v3,m4,v4,m5,v5,m6,v6,m7,v7) (MV(m1,v1)|MV(m2,v2)|MV(m3,v3)|MV(m4,… argument
92 #define MASK_VAL16(m1,v1,m2,v2,m3,v3,m4,v4,m5,v5,m6,v6,m7,v7,m8,v8) (MV(m1,v1)|MV(m2,v2)|MV(m3,v3)|… argument
/hal_telink-3.7.0/tlsr9/ble/common/
Dutility.h136 u32 u1, v1, w1, w2, t; in mul64_32x32()
142 v1 = v >> 16; in mul64_32x32()
147 w1 = u0 * v1 + w1; in mul64_32x32()
151 x = u1 * v1 + w2 + (w1 >> 16); in mul64_32x32()