Home
last modified time | relevance | path

Searched defs:numError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/bootstat/
H A Dbootstat.cpp589 size_t numError(uint8_t l, uint8_t r) const { return std::bitset<8>(l ^ r).count(); } in numError() function in __anon59ff6d010111::pstoreConsole
601 size_t numError(size_t pos, const std::string& _r) const { in numError() function in __anon59ff6d010111::pstoreConsole
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dflag.go111 func numError(err error) error { func