Home
last modified time | relevance | path

Searched refs:tmpbits (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-thread-posix.c475 unsigned long tmpbits; in qemu_thread_get_affinity() local
480 tmpbits = CPU_SETSIZE; in qemu_thread_get_affinity()
482 setsize = CPU_ALLOC_SIZE(tmpbits); in qemu_thread_get_affinity()
483 cpuset = CPU_ALLOC(tmpbits); in qemu_thread_get_affinity()
492 tmpbits *= 2; in qemu_thread_get_affinity()
499 *nbits = tmpbits; in qemu_thread_get_affinity()
500 *host_cpus = bitmap_new(tmpbits); in qemu_thread_get_affinity()
501 for (i = 0; i < tmpbits; i++) { in qemu_thread_get_affinity()
/openbmc/u-boot/drivers/fpga/
H A Divm_core.c1941 unsigned short tmpbits = 0; in ispVMBitShift() local
1955 tmpbits = bits; in ispVMBitShift()
1956 while (tmpbits > 0) { in ispVMBitShift()
1962 tmpbits--; in ispVMBitShift()
1970 tmpbits = bits; in ispVMBitShift()
1971 while (tmpbits > 0) { in ispVMBitShift()
1977 tmpbits--; in ispVMBitShift()