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

1 2 3 4

  /dalvik/dx/src/com/android/dex/
SizeOf.java 23 public static final int USHORT = 2;
66 * type_idx ushort
68 public static final int TYPE_ITEM = USHORT;
78 * class_idx ushort
79 * type_idx/proto_idx ushort
82 public static final int MEMBER_ID_ITEM = USHORT + USHORT + UINT;
97 * type ushort
98 * unused ushort
102 public static final int MAP_ITEM = USHORT + USHORT + UINT + UINT
    [all...]
  /external/clang/test/Lexer/
ms-extensions.c 23 #define USHORT 0xffffui16
29 unsigned short s = USHORT;
  /external/aac/libSYS/include/
machine_type.h 152 /** \var USHORT
188 typedef unsigned short USHORT;
  /external/python/cpython2/Lib/ctypes/
wintypes.py 27 USHORT = c_ushort
177 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 31 USHORT = c_ushort
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 31 USHORT = c_ushort
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 31 USHORT = c_ushort
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 31 USHORT = c_ushort
181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /external/python/cpython3/Lib/ctypes/
wintypes.py 28 USHORT = ctypes.c_ushort
198 PUSHORT = ctypes.POINTER(USHORT)
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 44 #define USHORT EAS_U16
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidbg.h 28 typedef unsigned short USHORT;
29 typedef USHORT *PUSHORT;
minwindef.h 26 typedef unsigned short USHORT;
27 typedef USHORT *PUSHORT;
fci.h 33 typedef unsigned short USHORT;
34 typedef USHORT *PUSHORT;
159 USHORT setID;
191 typedef INT_PTR (DIAMONDAPI *PFNFCIGETOPENINFO)(char *pszName,USHORT *pdate,USHORT *ptime,USHORT *pattribs,int *err,void *pv);
192 #define FNFCIGETOPENINFO(fn) INT_PTR DIAMONDAPI fn(char *pszName,USHORT *pdate,USHORT *ptime,USHORT *pattribs,int *err,void *pv)
fdi.h 33 typedef unsigned short USHORT;
34 typedef USHORT *PUSHORT;
151 USHORT cFolders;
152 USHORT cFiles;
153 USHORT setID;
154 USHORT iCabinet;
172 USHORT cbHeaderReserve;
173 USHORT setID;
178 USHORT cbFolderReserve;
179 USHORT iFolder
    [all...]
sqltypes.h 88 typedef unsigned short USHORT;
89 typedef USHORT *PUSHORT;
winsmcrd.h 19 typedef unsigned short USHORT;
20 typedef USHORT *PUSHORT;
wtypesbase.h 91 typedef unsigned short USHORT;
157 typedef USHORT SECURITY_DESCRIPTOR_CONTROL;
158 typedef USHORT *PSECURITY_DESCRIPTOR_CONTROL;
164 USHORT AclSize;
165 USHORT AceCount;
166 USHORT Sbz2;
185 USHORT *User;
187 USHORT *Domain;
189 USHORT *Password;
ntdef.h 332 typedef unsigned short USHORT, *PUSHORT;
335 typedef CONST USHORT *PCUSHORT;
338 typedef USHORT FSHORT;
417 typedef USHORT LANGID;
483 USHORT Length;
484 USHORT MaximumLength;
493 USHORT Length;
494 USHORT MaximumLength;
502 USHORT Length;
503 USHORT MaximumLength
    [all...]
mqoai.h 362 typedef unsigned short USHORT;
363 typedef USHORT *PUSHORT;
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 31 typedef unsigned short USHORT;
166 USHORT uiVal;
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /external/mesa3d/include/D3D9/
d3d9types.h 73 typedef unsigned short USHORT;
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 

Completed in 1593 milliseconds

1 2 3 4