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

1 2 3 4

  /hardware/qcom/display/msm8996/libgralloc1/
gr_utils.h 43 #define UINT(exp) static_cast<unsigned int>(exp)
  /hardware/qcom/display/msm8998/libgralloc1/
gr_utils.h 43 #define UINT(exp) static_cast<unsigned int>(exp)
  /hardware/qcom/display/msm8909/gralloc/
gr_utils.h 43 #define UINT(exp) static_cast<unsigned int>(exp)
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.h 43 #define UINT(exp) static_cast<unsigned int>(exp)
  /toolchain/binutils/binutils-2.27/include/cgen/
basic-modes.h 47 typedef unsigned int UINT;
  /dalvik/dx/src/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/libchrome/base/strings/
safe_sprintf.h 138 enum Type { INT, UINT, STRING, POINTER };
145 Arg(unsigned char c) : type(UINT) {
153 Arg(unsigned short j) : type(UINT) {
161 Arg(unsigned int j) : type(UINT) {
169 Arg(unsigned long j) : type(UINT) {
177 Arg(unsigned long long j) : type(UINT) {
  /external/libmojo/device/bluetooth/bluez/
bluetooth_service_attribute_value_bluez.h 29 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL };
  /toolchain/binutils/binutils-2.27/opcodes/
mips-formats.h 29 #define UINT(SIZE, LSB) \
  /external/clang/test/Lexer/
ms-extensions.c 22 #define UINT 0xffffffffui32
28 unsigned int n = UINT;
  /external/aac/libSYS/include/
machine_type.h 136 /** \var UINT
177 typedef unsigned int UINT;
182 #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...]
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.h 114 enum Type { DOUBLE, INT, UINT };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapinls.h 32 typedef unsigned int UINT;
78 UINT WINAPI MNLS_GetACP(void);
81 int WINAPI MNLS_MultiByteToWideChar(UINT uCodePage,DWORD dwFlags,LPCSTR lpMultiByteStr,int cchMultiByte,LPWSTR lpWideCharStr,int cchWideChar);
82 int WINAPI MNLS_WideCharToMultiByte(UINT uCodePage,DWORD dwFlags,LPCWSTR lpWideCharStr,int cchWideChar,LPSTR lpMultiByteStr,int cchMultiByte,LPCSTR lpDefaultChar,WINBOOL *lpfUsedDefaultChar);
86 WINBOOL WINAPI MNLS_IsBadStringPtrW(LPCWSTR lpsz,UINT ucchMax);
minwindef.h 159 typedef unsigned int UINT;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 97 typedef unsigned int UINT;
  /external/python/cpython2/Lib/ctypes/
wintypes.py 9 UINT = c_uint
177 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 236 #define UINT unsigned int
296 #define UINT unsigned int
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /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/deqp/modules/glshared/
glsScissorTests.cpp 550 enum Type {FLOAT, INT, UINT};
563 Color(const deUint32 u_[4]) : type(UINT) { u[0] = u_[0]; u[1] = u_[1]; u[2] = u_[2]; u[3] = u_[3]; }
599 case Color::UINT: gl.clearBufferuiv(GL_COLOR, 0, color.u); break;
710 case Color::UINT:
  /external/libpcap/
pcap-dos.h 52 typedef unsigned int UINT;
  /external/python/cpython3/Lib/ctypes/
wintypes.py 11 UINT = ctypes.c_uint
135 ("message", UINT),
195 LPUINT = PUINT = ctypes.POINTER(UINT)

Completed in 768 milliseconds

1 2 3 4