Home
last modified time | relevance | path

Searched refs:length64 (Results 1 – 6 of 6) sorted by relevance

/external/gptfdisk/
Dmbr.cc111 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) { in DeleteByLocation() argument
115 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) { in DeleteByLocation()
117 length32 = (uint32_t) length64; in DeleteByLocation()
Dmbr.h36 int DeleteByLocation(uint64_t start64, uint64_t length64);
/external/icu/icu4c/source/common/
Dustr_titlecase_brkiter.cpp100 int64_t length64 = utext_nativeLength(text); in setText() local
101 if (length64 <= INT32_MAX) { in setText()
102 length = (int32_t)length64; in setText()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmemcmp-minsize.ll665 define i32 @length64(i8* %X, i8* %Y) nounwind minsize {
666 ; X86-LABEL: length64:
676 ; X64-LABEL: length64:
Dmemcmp-optsize.ll860 define i32 @length64(i8* %X, i8* %Y) nounwind optsize {
861 ; X86-LABEL: length64:
871 ; X64-LABEL: length64:
Dmemcmp.ll963 define i32 @length64(i8* %X, i8* %Y) nounwind {
964 ; X86-LABEL: length64:
974 ; X64-LABEL: length64: