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

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 37 #define UNSIGNED_TYPE BIT14
PrintLibInternal.c 553 Flags |= UNSIGNED_TYPE;
595 if (Value < 0 && (Flags & UNSIGNED_TYPE) == 0) {
599 } else if ((Flags & UNSIGNED_TYPE) != 0 && (Flags & LONG_TYPE) == 0) {
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.y 69 typedef uint32_t UNSIGNED_TYPE;
231 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) >> $3);
257 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) << $3);
ExpressionParser.cpp 119 typedef uint32_t UNSIGNED_TYPE;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 627 #define UNSIGNED_TYPE(Id, SingletonId)
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 245 milliseconds