Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 4 of 4) sorted by relevance

/system/core/rootdir/
Dinit.usb.configfs.rc16 rm /config/usb_gadget/g1/configs/b.1/f3
25 rm /config/usb_gadget/g1/configs/b.1/f3
37 rm /config/usb_gadget/g1/configs/b.1/f3
47 rm /config/usb_gadget/g1/configs/b.1/f3
59 rm /config/usb_gadget/g1/configs/b.1/f3
69 rm /config/usb_gadget/g1/configs/b.1/f3
81 rm /config/usb_gadget/g1/configs/b.1/f3
91 rm /config/usb_gadget/g1/configs/b.1/f3
103 rm /config/usb_gadget/g1/configs/b.1/f3
113 rm /config/usb_gadget/g1/configs/b.1/f3
[all …]
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local
483 f3 = (in[1] + in[2]); in cosineModulateSynth4()
485 f4 = f1 - f3; in cosineModulateSynth4()
487 y0 = -SCALE(f1 + f3, DCT_SHIFT); in cosineModulateSynth4()
/system/bt/stack/smp/
Daes.c87 #define f3(x) (f2(x) ^ x) macro
201 static const uint_8t gfm3_sbox[256] = sb_data(f3);
294 #define gfm3_sb(x) f3(s_box(x))
Dsmp_int.h529 UINT8 *a1, UINT8 *a2, UINT8 *f3);