Home
last modified time | relevance | path

Searched defs:UINT (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/Common/
DStringConvert.h23 inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) in GetUnicodeString() argument
25 inline const UString& GetUnicodeString(const UString &unicodeString, UINT) in GetUnicodeString() argument
48 inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT /* codePage */) in GetSystemString() argument
50 inline const UString& GetSystemString(const UString &unicodeString, UINT /* codePage */) in GetSystemString() argument
59 inline const AString& GetSystemString(const AString &multiByteString, UINT) in GetSystemString() argument
61 inline const char * GetSystemString(const char *multiByteString, UINT) in GetSystemString() argument
DMyWindows.h32 typedef unsigned int UINT; typedef
/external/dexmaker/src/dx/java/com/android/dx/dex/
DSizeOf.java24 public static final int UINT = 4; field in SizeOf
/external/clang/test/Lexer/
Dms-extensions.c26 #define UINT 0xffffffffui32 macro
/external/aac/libSYS/include/
Dmachine_type.h156 typedef unsigned int UINT; typedef
/external/mesa3d/src/gallium/auxiliary/indices/
Du_unfilled_gen.py28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' variable
Du_indices_gen.py28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' variable
/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp62 #define UINT ((Imf::PixelType)0) macro
/external/libpcap/
Dpcap-dos.h54 typedef unsigned int UINT; typedef
/external/deqp/modules/glshared/
DglsScissorTests.cpp550 enum Type {FLOAT, INT, UINT}; enumerator