Searched defs:f4 (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.cc | 37 Octet16 f4(const uint8_t* u, const uint8_t* v, const Octet16& x, uint8_t z) { in f4() function
|
D | aes.cc | 80 #define f4(x) \ macro
|
/system/bt/gd/crypto_toolbox/ |
D | crypto_toolbox.cc | 38 Octet16 f4(uint8_t* u, uint8_t* v, const Octet16& x, uint8_t z) { in f4() function
|
D | aes.cc | 80 #define f4(x) (((x) << 2) ^ ((((x) >> 6) & 1) * WPOLY) ^ ((((x) >> 6) & 2) * WPOLY)) macro
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | synthesis-sbc.c | 528 int32_t f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local
|