Home
last modified time | relevance | path

Searched defs:f4 (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc37 Octet16 f4(const uint8_t* u, const uint8_t* v, const Octet16& x, uint8_t z) { in f4() function
Daes.cc80 #define f4(x) \ macro
/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox.cc38 Octet16 f4(uint8_t* u, uint8_t* v, const Octet16& x, uint8_t z) { in f4() function
Daes.cc80 #define f4(x) (((x) << 2) ^ ((((x) >> 6) & 1) * WPOLY) ^ ((((x) >> 6) & 2) * WPOLY)) macro
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c528 int32_t f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local