Searched defs:numError (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/core/bootstat/ | ||
H A D | bootstat.cpp | 589 size_t numError(uint8_t l, uint8_t r) const { return std::bitset<8>(l ^ r).count(); } in numError() function in __anon59ff6d010111::pstoreConsole |
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/ | ||
D | flag.go | 111 func numError(err error) error { func |