Home
last modified time | relevance | path

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

/linux/lib/
A Dbitmap.c1461 unsigned int i, halfwords; in bitmap_from_arr32() local
1463 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_from_arr32()
1464 for (i = 0; i < halfwords; i++) { in bitmap_from_arr32()
1466 if (++i < halfwords) in bitmap_from_arr32()
1472 bitmap[(halfwords - 1) / 2] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_from_arr32()
1484 unsigned int i, halfwords; in bitmap_to_arr32() local
1486 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_to_arr32()
1487 for (i = 0; i < halfwords; i++) { in bitmap_to_arr32()
1489 if (++i < halfwords) in bitmap_to_arr32()
1495 buf[halfwords - 1] &= (u32) (UINT_MAX >> ((-nbits) & 31)); in bitmap_to_arr32()
/linux/arch/arm/probes/kprobes/
A Dactions-thumb.c33 unsigned int halfwords; in t32_simulate_table_branch() local
36 halfwords = ((u16 *)rnv)[rmv]; in t32_simulate_table_branch()
38 halfwords = ((u8 *)rnv)[rmv]; in t32_simulate_table_branch()
40 regs->ARM_pc = pc + 2 * halfwords; in t32_simulate_table_branch()

Completed in 7 milliseconds