Searched refs:BF_CHKSUM_MOD (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.h | 78 #define BF_CHKSUM_MOD (UINT64_C(975620677) * UINT64_C(9795002197)) macro 80 #define BF_CHKSUM_MOD 975620677U macro
|
A D | libbf.c | 8380 ha = mp_mod1(a_tab, a_len, BF_CHKSUM_MOD, 0); in fft_mul() 8381 hb = mp_mod1(b_tab, b_len, BF_CHKSUM_MOD, 0); in fft_mul() 8443 hr = mp_mod1(res->tab, len, BF_CHKSUM_MOD, 0); in fft_mul() 8444 h_ref = mul_mod(ha, hb, BF_CHKSUM_MOD); in fft_mul()
|
Completed in 24 milliseconds