genode/repos/dde_linux/src/lib/lxip
Christian Helmuth 470757cf15 lxip: implement ffz() with __ffs()
Unfortunately, ffs() returns bit positions starting at 1 while ffz()
needs the semantics of __ffs(), which starts bit positions at zero.
2016-06-22 12:17:17 +02:00
..
include lxip: implement ffz() with __ffs() 2016-06-22 12:17:17 +02:00
driver.c dde_linux: update lxip to 4.4.3 2016-05-26 15:54:11 +02:00
dummies_c.c dde_linux: update lxip to 4.4.3 2016-05-26 15:54:11 +02:00
dummies.cc lxip: implement ffz() with __ffs() 2016-06-22 12:17:17 +02:00
lx.h dde_linux: update lxip to 4.4.3 2016-05-26 15:54:11 +02:00
lxc_emul.c dde_linux: update lxip to 4.4.3 2016-05-26 15:54:11 +02:00
lxcc_emul.cc lxip: add missing memmove() to emulation library 2016-06-10 14:46:01 +02:00
nic_handler.cc dde_linux: update lxip to 4.4.3 2016-05-26 15:54:11 +02:00
socket_handler.cc dde_linux: update lxip to 4.4.3 2016-05-26 15:54:11 +02:00
timer_handler.cc dde_linux: update lxip to 4.4.3 2016-05-26 15:54:11 +02:00