Searched refs:dest_ofs (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ntfs/ |
H A D | compress.c | 153 int *dest_index, int *dest_ofs, const int dest_max_index, in ntfs_decompress() argument 197 *dest_ofs == dest_max_ofs)) { in ntfs_decompress() 232 do_sb_start = *dest_ofs; in ntfs_decompress() 257 *dest_ofs = (*dest_ofs + NTFS_SB_SIZE) & ~PAGE_MASK; in ntfs_decompress() 258 if (!*dest_ofs && (++*dest_index > dest_max_index)) in ntfs_decompress() 283 *dest_ofs += NTFS_SB_SIZE; in ntfs_decompress() 284 if (!(*dest_ofs &= ~PAGE_MASK)) { in ntfs_decompress() 309 int nr_bytes = do_sb_end - *dest_ofs; in ntfs_decompress() 315 *dest_ofs += nr_bytes; in ntfs_decompress() 318 if (!(*dest_ofs &= ~PAGE_MASK)) in ntfs_decompress() [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 208 static void gen_load_sse(DisasContext *s, TCGv temp, MemOp ot, int dest_ofs, bool aligned) 213 tcg_gen_st8_tl(temp, tcg_env, dest_ofs); 217 tcg_gen_st16_tl(temp, tcg_env, dest_ofs); 221 tcg_gen_st32_tl(temp, tcg_env, dest_ofs); 224 gen_ldq_env_A0(s, dest_ofs); 227 gen_ldo_env_A0(s, dest_ofs, aligned); 230 gen_ldy_env_A0(s, dest_ofs, aligned);
|