HomeSort by relevance Sort by last modified time
    Searched refs:__toUpper (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/
ctype.h 237 #define toupper(c) (__toUpper((int)c))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
_ctype.h 53 #define __toUpper( _c) ((__isCClass( ((int)_c), (_CL))) ? _uConvT[(_c)] : (_c))

Completed in 111 milliseconds