HomeSort by relevance Sort by last modified time
    Searched defs:UINT (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/base/strings/
safe_sprintf.h 139 enum Type { INT, UINT, STRING, POINTER };
143 Arg(unsigned char c) : i(c), width(sizeof(char)), type(UINT) { }
145 Arg(unsigned short j) : i(j), width(sizeof(short)), type(UINT) { }
147 Arg(unsigned int j) : i(j), width(sizeof(int)), type(UINT) { }
149 Arg(unsigned long j) : i(j), width(sizeof(long)), type(UINT) { }
151 Arg(unsigned long long j) : i(j), width(sizeof(long long)), type(UINT) { }
  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 116 #ifndef UINT
117 #define UINT unsigned int
  /external/dexmaker/src/dx/java/com/android/dx/dex/
SizeOf.java 24 public static final int UINT = 4;
30 * checksum uint
32 * file_size uint
33 * header_size uint
34 * endian_tag uint
35 * link_size uint
36 * link_off uint
37 * map_off uint
38 * string_ids_size uint
39 * string_ids_off uint
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
SizeOf.java 24 public static final int UINT = 4;
30 * checksum uint
32 * file_size uint
33 * header_size uint
34 * endian_tag uint
35 * link_size uint
36 * link_off uint
37 * map_off uint
38 * string_ids_size uint
39 * string_ids_off uint
    [all...]
  /external/clang/test/Lexer/
ms-extensions.c 18 #define UINT 0xffffffffui32
24 unsigned int n = UINT;
  /external/aac/libSYS/include/
machine_type.h 121 /** \var UINT
156 typedef unsigned int UINT;
161 #define ULONG UINT
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 61 #undef UINT
62 #define UINT ((Imf::PixelType)0)
67 #undef uint macro
68 #define uint unsigned macro
174 uintcnt += ( m_red->type == UINT );
179 uintcnt += ( m_green->type == UINT );
184 uintcnt += ( m_blue->type == UINT );
186 m_type = (chcnt == uintcnt) ? UINT : FLOAT;
365 uint *ui = (uint *)buffer
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 117 typedef unsigned int UINT; /* u */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 117 typedef unsigned int UINT; /* u */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /external/libpcap/
pcap-dos.h 54 typedef unsigned int UINT;
  /ndk/sources/android/support/src/stdio/
vfwprintf.c 152 PTR, INT, UINT, ULLONG,
157 #define ULONG UINT
180 S('o') = UINT, S('u') = UINT, S('x') = UINT, S('X') = UINT,
242 break; case UINT: arg->i = va_arg(*ap, unsigned int);
  /external/chromium_org/media/webm/
webm_parser.cc 24 UINT,
49 {UINT, kWebMIdEBMLVersion},
50 {UINT, kWebMIdEBMLReadVersion},
51 {UINT, kWebMIdEBMLMaxIDLength},
52 {UINT, kWebMIdEBMLMaxSizeLength},
54 {UINT, kWebMIdDocTypeVersion},
55 {UINT, kWebMIdDocTypeReadVersion},
75 {UINT, kWebMIdSeekPosition},
87 {UINT, kWebMIdTimecodeScale},
96 {UINT, kWebMIdChapterTranslateEditionUID}
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 32 typedef unsigned int UINT;
165 UINT uintVal;
184 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
187 MY_EXTERN_C UINT SysStringByteLen(BSTR bstr);
188 MY_EXTERN_C UINT SysStringLen(BSTR bstr);
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 352 milliseconds