Searched refs:dest_ofs (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ntfs/ |
H A D | compress.c | 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() 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() 347 ++*dest_ofs; in ntfs_decompress() 387 *dest_ofs += length; in ntfs_decompress() [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 191 static void gen_load_sse(DisasContext *s, TCGv temp, MemOp ot, int dest_ofs, bool aligned) 196 tcg_gen_st8_tl(temp, tcg_env, dest_ofs); 200 tcg_gen_st16_tl(temp, tcg_env, dest_ofs); 204 tcg_gen_st32_tl(temp, tcg_env, dest_ofs); 207 gen_ldq_env_A0(s, dest_ofs); 210 gen_ldo_env_A0(s, dest_ofs, aligned); 213 gen_ldy_env_A0(s, dest_ofs, aligned);
|