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

  /external/chromium_org/third_party/fips181/
owntypes.h 34 typedef unsigned short USHORT;
  /external/dexmaker/src/dx/java/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 27 #define USHORT 0xffffui16
33 unsigned short s = USHORT;
  /external/aac/libSYS/include/
machine_type.h 133 /** \var USHORT
167 typedef unsigned short USHORT;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 585 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
594 /* 16-bit unsigned integer (USHORT) that describes a quantity in FUnits. */
595 typedef USHORT UFWORD;
625 typedef USHORT GlyphID;
628 struct Index : USHORT {
634 template <typename Type=USHORT>
679 USHORT major;
680 USHORT minor;
692 template <typename Type, typename OffsetType=USHORT>
744 template <typename Type, typename LenType=USHORT>
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 585 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
594 /* 16-bit unsigned integer (USHORT) that describes a quantity in FUnits. */
595 typedef USHORT UFWORD;
625 typedef USHORT GlyphID;
628 struct Index : USHORT {
634 template <typename Type=USHORT>
679 USHORT major;
680 USHORT minor;
692 template <typename Type, typename OffsetType=USHORT>
744 template <typename Type, typename LenType=USHORT>
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 24 typedef unsigned short USHORT;
161 USHORT uiVal;

Completed in 622 milliseconds