Home
last modified time | relevance | path

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

/system/core/rootdir/
Dinit.usb.configfs.rc15 rm /config/usb_gadget/g1/configs/b.1/f2
24 rm /config/usb_gadget/g1/configs/b.1/f2
36 rm /config/usb_gadget/g1/configs/b.1/f2
39 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
46 rm /config/usb_gadget/g1/configs/b.1/f2
58 rm /config/usb_gadget/g1/configs/b.1/f2
61 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
68 rm /config/usb_gadget/g1/configs/b.1/f2
80 rm /config/usb_gadget/g1/configs/b.1/f2
83 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
[all …]
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local
482 f2 = (in[1] - in[2]); in cosineModulateSynth4()
489 f7 = f0 + f2; in cosineModulateSynth4()
492 f10 = LONG_MULT_DCT(DCTII_4_K10_FIX, f2); in cosineModulateSynth4()
/system/bt/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);
293 #define gfm2_sb(x) f2(s_box(x))
545 rc = f2(rc);
679 *rc = f2( *rc );
786 *rc = f2( *rc );
/system/core/libpixelflinger/
Dscanline.cpp1237 int f2 = 0x100-f1; in write() local
1241 sR = (f1*sR + f2*dR)>>8; in write()
1242 sG = (f1*sG + f2*dG)>>8; in write()
1243 sB = (f1*sB + f2*dB)>>8; in write()