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

  /dalvik/dx/src/com/android/dx/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 18 #define USHORT 0xffffui16
24 unsigned short s = USHORT;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 116 typedef unsigned short USHORT; /* us */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 116 typedef unsigned short USHORT; /* us */
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 44 #define USHORT EAS_U16
  /external/netcat/
netcat.c 93 #define USHORT unsigned short /* use these for options an' stuff */
114 USHORT num; /* real host-order number */
141 USHORT Single = 1; /* zero if scanning */
163 USHORT o_alla = 0;
165 USHORT o_listen = 0;
166 USHORT o_nflag = 0;
167 USHORT o_wfile = 0;
168 USHORT o_random = 0;
169 USHORT o_udpmode = 0;
170 USHORT o_verbose = 0
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 83 #define USHORT unsigned short
99 typedef USHORT *PUSHORT;
310 USHORT BeaconInterval;
311 USHORT Capabilities;
348 USHORT Capabilities;
349 USHORT ListenInterval;
355 USHORT Capabilities;
356 USHORT StatusCode;
357 USHORT AssociationId;
363 USHORT AvailableRequestFixedIEs
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ralink.h 84 #define USHORT unsigned short
100 typedef USHORT *PUSHORT;
311 USHORT BeaconInterval;
312 USHORT Capabilities;
349 USHORT Capabilities;
350 USHORT ListenInterval;
356 USHORT Capabilities;
357 USHORT StatusCode;
358 USHORT AssociationId;
364 USHORT AvailableRequestFixedIEs
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 371 milliseconds