Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dbitmap.c1308 unsigned int i, halfwords; in bitmap_from_arr32() local
1310 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_from_arr32()
1311 for (i = 0; i < halfwords; i++) { in bitmap_from_arr32()
1313 if (++i < halfwords) in bitmap_from_arr32()
1319 bitmap[(halfwords - 1) / 2] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_from_arr32()
1331 unsigned int i, halfwords; in bitmap_to_arr32() local
1333 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_to_arr32()
1334 for (i = 0; i < halfwords; i++) { in bitmap_to_arr32()
1336 if (++i < halfwords) in bitmap_to_arr32()
1342 buf[halfwords - 1] &= (u32) (UINT_MAX >> ((-nbits) & 31)); in bitmap_to_arr32()
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info9049 For example, 'x/3uh 0x54320' is a request to display three halfwords
9057 three halfwords ('h') at '0x54314', '0x54328', and '0x5431c'.
11337 halfwords (two bytes)
H A Dgcc.info34352 arguments specifies the number of halfwords to be added before the
34354 number of halfwords to be added after the function label. For both
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info9049 For example, 'x/3uh 0x54320' is a request to display three halfwords
9057 three halfwords ('h') at '0x54314', '0x54328', and '0x5431c'.
11337 halfwords (two bytes)
H A Dgcc.info34352 arguments specifies the number of halfwords to be added before the
34354 number of halfwords to be added after the function label. For both