HomeSort by relevance Sort by last modified time
    Searched full:makeupperhexdigit (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/utils/
Debug.cpp 73 static inline char makeupperhexdigit(uint32_t val) function in namespace:android
81 *out++ = makeupperhexdigit( val>>i );

Completed in 188 milliseconds