Home
last modified time | relevance | path

Searched refs:found_first (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A Dupdate-enterprise-numbers44 found_first: bool = False variable
54 found_first = True variable
57 if not found_first:
/openbmc/qemu/util/
H A Dbitops.c36 goto found_first; in find_next_bit()
72 found_first: in find_next_bit()
101 goto found_first; in find_next_zero_bit()
121 found_first: in find_next_zero_bit()
/openbmc/linux/arch/s390/lib/
H A Dfind.c54 goto found_first; in find_next_bit_inv()
69 found_first: in find_next_bit_inv()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbitops.h252 goto found_first; in find_next_zero_bit()
267 found_first: in find_next_zero_bit()
342 goto found_first; in ext2_find_next_zero_bit()
357 found_first: in ext2_find_next_zero_bit()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h229 goto found_first; in find_next_zero_bit()
245 found_first: in find_next_zero_bit()
329 goto found_first; in ext2_find_next_zero_bit()
345 found_first: in ext2_find_next_zero_bit()
/openbmc/u-boot/arch/arm/include/asm/
H A Dbitops.h129 goto found_first; in find_next_zero_bit()
146 found_first: in find_next_zero_bit()
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h744 goto found_first; in find_next_zero_bit()
760 found_first: in find_next_zero_bit()
855 goto found_first; in ext2_find_next_zero_bit()
871 found_first: in ext2_find_next_zero_bit()
/openbmc/linux/drivers/input/keyboard/
H A Dpmic8xxx-keypad.c252 int row, found_first = -1; in pmic8xxx_detect_ghost_keys() local
261 if (found_first == -1) in pmic8xxx_detect_ghost_keys()
262 found_first = row; in pmic8xxx_detect_ghost_keys()
265 " and row[%d]\n", found_first, row); in pmic8xxx_detect_ghost_keys()