Home
last modified time | relevance | path

Searched refs:delta64 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp223 delta64, /// ex: .quad _foo - . enumerator
283 LLD_KIND_STRING_ENTRY(delta64),
500 *kind = delta64; in getPairReferenceInfo()
614 case delta64: in applyFixupFinal()
718 case delta64: in applyFixupRelocatable()
849 case delta64: in appendSectionRelocations()
DArchHandler_arm64.cpp197 delta64, /// ex: .quad _foo - . enumerator
249 LLD_KIND_STRING_ENTRY(delta64),
517 *kind = delta64; in getPairReferenceInfo()
653 case delta64: in applyFixupFinal()
724 case delta64: in applyFixupRelocatable()
849 case delta64: in appendSectionRelocations()
/external/libchrome/base/metrics/
Dhistogram.cc375 int64_t delta64 = samples.redundant_count() - samples.TotalCount(); in FindCorruption() local
376 if (delta64 != 0) { in FindCorruption()
377 int delta = static_cast<int>(delta64); in FindCorruption()
378 if (delta != delta64) in FindCorruption()