Searched refs:start64 (Results 1 – 7 of 7) sorted by relevance
/external/gptfdisk/ |
D | mbr.cc | 108 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) { in DeleteByLocation() argument 112 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) { in DeleteByLocation() 113 start32 = (uint32_t) start64; in DeleteByLocation()
|
D | mbr.h | 37 int DeleteByLocation(uint64_t start64, uint64_t length64);
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | txtimestamp.c | 110 int64_t cur64, start64; in validate_timestamp() local 113 start64 = timespec_to_us64(&ts_usr); in validate_timestamp() 115 if (cur64 < start64 + min_delay || cur64 > start64 + max_delay) { in validate_timestamp() 117 cur64 - start64, min_delay, max_delay); in validate_timestamp()
|
/external/icu/libicu/cts_headers/unicode/ |
D | regex.h | 954 virtual int64_t start64(UErrorCode &status) const; 985 virtual int64_t start64(int32_t group, UErrorCode &status) const;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 954 virtual int64_t start64(UErrorCode &status) const; 985 virtual int64_t start64(int32_t group, UErrorCode &status) const;
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 1205 int64_t groupStart = start64(groupNum, status); in group() 2196 … start64(groupNum, status), end64(groupNum, status), &status); in split() 2272 int64_t RegexMatcher::start64(UErrorCode &status) const { in start64() function in RegexMatcher 2273 return start64(0, status); in start64() 2282 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { in start64() function in RegexMatcher 2313 return (int32_t)start64(group, status); in start()
|
D | uregex.cpp | 715 int64_t start = regexp->fMatcher->start64(groupNum, *status); in uregex_group() 770 int64_t result = regexp->fMatcher->start64(groupNum, *status); in uregex_start64()
|