Searched refs:f2 (Results 1 – 4 of 4) sorted by relevance
15 rm /config/usb_gadget/g1/configs/b.1/f224 rm /config/usb_gadget/g1/configs/b.1/f236 rm /config/usb_gadget/g1/configs/b.1/f239 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f246 rm /config/usb_gadget/g1/configs/b.1/f258 rm /config/usb_gadget/g1/configs/b.1/f261 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f268 rm /config/usb_gadget/g1/configs/b.1/f280 rm /config/usb_gadget/g1/configs/b.1/f283 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2[all …]
477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local482 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()
81 #define f2(x) ((x << 1) ^ (((x >> 7) & 1) * WPOLY)) macro87 #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 );
1237 int f2 = 0x100-f1; in write() local1241 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()