Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/perf/req-gen/
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-v5.4/arch/x86/crypto/
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)
Dtwofish-x86_64-asm_64.S15 #define c_offset 8 macro
218 input_whitening(R3,%r11,c_offset)
250 output_whitening(R1,%r11,c_offset)
271 output_whitening(R3,%r11,c_offset)
302 input_whitening(R1,%r11,c_offset)
/Linux-v5.4/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c1377 unsigned long c_offset; in sh_mobile_lcdc_overlay_pan() local
1382 c_offset = 0; in sh_mobile_lcdc_overlay_pan()
1388 c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub in sh_mobile_lcdc_overlay_pan()
1401 + c_offset; in sh_mobile_lcdc_overlay_pan()
1691 unsigned long c_offset; in sh_mobile_lcdc_pan() local
1696 c_offset = 0; in sh_mobile_lcdc_pan()
1702 c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub in sh_mobile_lcdc_pan()
1715 + c_offset; in sh_mobile_lcdc_pan()
/Linux-v5.4/fs/ext4/
Dextents.c4186 ext4_lblk_t c_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); in get_implied_cluster_alloc() local
4204 map->m_pblk = EXT4_PBLK_CMASK(sbi, ee_start) + c_offset; in get_implied_cluster_alloc()
4206 (unsigned) sbi->s_cluster_ratio - c_offset); in get_implied_cluster_alloc()