OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffs32
(Results
1 - 22
of
22
) sorted by relevancy
/src/common/lib/libc/string/
ffs.c
60
return
ffs32
((uint32_t)mask);
ffsl.c
48
return
ffs32
((uint32_t)x);
/src/sys/arch/evbmips/ingenic/
intr.c
268
bit =
ffs32
(irql);
284
bit =
ffs32
(irql);
295
bit =
ffs32
(irqh);
312
bit =
ffs32
(irqh);
/src/sys/arch/evbppc/nintendo/dev/
ahb.c
200
irq =
ffs32
(pend) - 1;
255
irq = 32 +
ffs32
(pend) - 1;
257
irq =
ffs32
(pend) - 1;
/src/share/man/man3/
Makefile
11
end.3 fast_divide32.3
ffs32
.3 gcq.3 \
60
MLINKS+=
ffs32
.3 ffs64.3 \
61
ffs32
.3 fls32.3 \
62
ffs32
.3 fls64.3
/src/sys/sys/
bitops.h
39
#ifndef
ffs32
41
ffs32
(uint32_t _n)
function
/src/sys/arch/evbppc/nintendo/
pic_pi.c
138
irq =
ffs32
(pend) - 1;
/src/tests/include/sys/
t_bitops.c
160
atf_tc_set_md_var(tc, "descr", "Test
ffs32
(3)-family for correctness");
172
ATF_CHECK_EQ_MSG((n =
ffs32
(0)), 0x00, "n=%d", n);
191
ATF_CHECK_EQ_MSG((n =
ffs32
(UINT32_MAX)), 0x01, "n=%d", n);
209
ATF_CHECK_EQ_MSG((n =
ffs32
((uint32_t)1 << i)), i + 1,
227
ATF_CHECK_EQ_MSG((n =
ffs32
(bits[i].val)), (m = bits[i].ffs),
246
ATF_CHECK_EQ_MSG((n =
ffs32
(bits[i].val << 1)),
269
ATF_CHECK_EQ_MSG((n =
ffs32
(bits[i].val << 9)),
/src/sys/arch/arm/sunxi/
sunxi_lcdc.c
348
const int crtc_index =
ffs32
(sc->sc_encoder.base.possible_crtcs) - 1;
367
const int crtc_index =
ffs32
(sc->sc_encoder.base.possible_crtcs) - 1;
443
const int crtc_index =
ffs32
(sc->sc_encoder.base.possible_crtcs) - 1;
sun4i_dma.c
328
while ((bit =
ffs32
(pend)) != 0) {
sunxi_gpio.c
456
while ((bit =
ffs32
(status)) != 0) {
/src/sys/dev/spi/
mcp23xxxgpio_spi.c
325
ha =
ffs32
(spi_present_mask) - 1;
/src/sys/dev/ata/
ata_subr.c
316
avail =
ffs32
(chq->queue_xfers_avail & mask);
/src/sys/dev/pci/
voyager.c
390
num =
ffs32
(intrs) - 1;
/src/sys/arch/arm/rockchip/
rk_gpio.c
316
while ((bit =
ffs32
(status)) != 0) {
/src/sys/arch/arm/ti/
ti_gpio.c
577
while ((bit =
ffs32
(status)) != 0) {
/src/sys/arch/arm/broadcom/
bcm2835_gpio.c
420
while ((bit =
ffs32
(pending)) != 0) {
/src/sys/arch/i386/stand/efiboot/
eficons.c
469
p =
ffs32
(mask);
/src/sys/dev/hyperv/
vmbus.c
702
#define ffsl(v)
ffs32
(v)
if_hvn.c
2119
#define ffsl(v)
ffs32
(v)
/src/sys/dev/pci/qat/
qat.c
1256
while ((i =
ffs32
(estat)) != 0) {
/src/sys/kern/
subr_pool.c
454
bit =
ffs32
(bitmap[i]);
Completed in 48 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026