Searched refs:c_offset (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/perf/req-gen/ |
| H A D | perf.h | 80 #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/arch/x86/crypto/ |
| H A D | twofish-i586-asm_32.S | 21 #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)
|
| /linux/fs/ext4/ |
| H A D | extents.c | 4137 ext4_lblk_t c_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); in get_implied_cluster_alloc() local 4155 map->m_pblk = EXT4_PBLK_CMASK(sbi, ee_start) + c_offset; in get_implied_cluster_alloc() 4157 (unsigned) sbi->s_cluster_ratio - c_offset); in get_implied_cluster_alloc()
|