Home
last modified time | relevance | path

Searched refs:ff2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh75 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
86 [ADDR]2: eno2 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
101 fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium
112 [ROUTE]fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h58 u32 ff2; member
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c684 static inline uint32_t ff2(uint32_t x, uint32_t y, uint32_t z) in ff2() function
691 return (j <= 15) ? ff1(x, y, z) : ff2(x, y, z); in ff_j()