Home
last modified time | relevance | path

Searched refs:total2 (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dcompress.c711 s64 br, to_read, ofs, total, total2; in ntfs_compressed_attr_pread() local
761 total = total2 = 0; in ntfs_compressed_attr_pread()
768 total2 = pos + count - na->initialized_size; in ntfs_compressed_attr_pread()
769 count -= total2; in ntfs_compressed_attr_pread()
770 memset((u8*)b + count, 0, total2); in ntfs_compressed_attr_pread()
972 return total + total2; in ntfs_compressed_attr_pread()
Dattrib.c991 s64 br, to_read, ofs, total, total2, max_read, max_init; in ntfs_attr_pread_i() local
1069 total = total2 = 0; in ntfs_attr_pread_i()
1076 total2 = pos + count - max_init; in ntfs_attr_pread_i()
1077 count -= total2; in ntfs_attr_pread_i()
1078 memset((u8*)b + count, 0, total2); in ntfs_attr_pread_i()
1094 total2++; in ntfs_attr_pread_i()
1098 total2 +=2; in ntfs_attr_pread_i()
1103 total2++; in ntfs_attr_pread_i()
1191 return total + total2; in ntfs_attr_pread_i()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenExegesis.inc22 "fpu_pipe_assignment:total2", // 11
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PfmCounters.td220 PfmIssueCounter<"ZnFPU2", "fpu_pipe_assignment:total2">,