Searched refs:f3 (Results 1 – 4 of 4) sorted by relevance
/system/core/rootdir/ |
D | init.usb.configfs.rc | 16 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/ |
D | synthesis-sbc.c | 477 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/ |
D | aes.c | 87 #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))
|
D | smp_int.h | 529 UINT8 *a1, UINT8 *a2, UINT8 *f3);
|