Home
last modified time | relevance | path

Searched refs:c_offset (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/powerpc/perf/req-gen/
H A Dperf.h80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
81 __field_(r_name, r_value, r_idx_1, c_offset, c_size, c_name)
113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
122 "offset=" #c_offset)
136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
/linux-6.15/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S21 #define c_offset 8 macro
222 mov c_offset(%edi), %ecx
227 input_whitening(%ecx,%ebp,c_offset)
248 output_whitening(%eax,%ebp,c_offset)
253 mov %eax, c_offset(%edi)
279 mov c_offset(%edi), %ecx
284 output_whitening(%ecx,%ebp,c_offset)
305 input_whitening(%eax,%ebp,c_offset)
310 mov %eax, c_offset(%edi)
H A Dtwofish-x86_64-asm_64.S16 #define c_offset 8 macro
219 input_whitening(R3,%r11,c_offset)
251 output_whitening(R1,%r11,c_offset)
272 output_whitening(R3,%r11,c_offset)
303 input_whitening(R1,%r11,c_offset)
/linux-6.15/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1373 unsigned long c_offset; in sh_mobile_lcdc_overlay_pan() local
1378 c_offset = 0; in sh_mobile_lcdc_overlay_pan()
1384 c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub in sh_mobile_lcdc_overlay_pan()
1397 + c_offset; in sh_mobile_lcdc_overlay_pan()
1682 unsigned long c_offset; in sh_mobile_lcdc_pan() local
1687 c_offset = 0; in sh_mobile_lcdc_pan()
1693 c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub in sh_mobile_lcdc_pan()
1706 + c_offset; in sh_mobile_lcdc_pan()
/linux-6.15/fs/ext4/
H A Dextents.c4047 ext4_lblk_t c_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); in get_implied_cluster_alloc() local
4065 map->m_pblk = EXT4_PBLK_CMASK(sbi, ee_start) + c_offset; in get_implied_cluster_alloc()
4067 (unsigned) sbi->s_cluster_ratio - c_offset); in get_implied_cluster_alloc()