Home
last modified time | relevance | path

Searched refs:f2 (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-sbc.c479 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local
484 f2 = (in[1] - in[2]); in cosineModulateSynth4()
491 f7 = f0 + f2; in cosineModulateSynth4()
494 f10 = LONG_MULT_DCT(DCTII_4_K10_FIX, f2); in cosineModulateSynth4()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c81 #define f2(x) ((x << 1) ^ (((x >> 7) & 1) * WPOLY)) macro
87 #define f3(x) (f2(x) ^ x)
89 #define fb(x) (f8(x) ^ f2(x) ^ x)
91 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))
200 static const uint_8t gfm2_sbox[256] = sb_data(f2);
295 #define gfm2_sb(x) f2(s_box(x))
550 rc = f2(rc);
685 *rc = f2( *rc );
797 *rc = f2( *rc );
/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dtie.h132 XCHAL_SA_REG(s,0,0,2,0, f2, 4, 4, 4,0x0032, f,2 , 32,0,0,0) \
Dtie-asm.h240 ssi f2, \ptr, .Lxchal_ofs_+16
282 lsi f2, \ptr, .Lxchal_ofs_+16
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dtie.h132 XCHAL_SA_REG(s,0,0,2,0, f2, 4, 4, 4,0x0032, f,2 , 32,0,0,0) \
Dtie-asm.h212 ssi f2, \ptr, .Lxchal_ofs_+16
254 lsi f2, \ptr, .Lxchal_ofs_+16
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py422 fd2, f2 = tempfile.mkstemp(suffix=".hex")
436 os.unlink(f2)