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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ide.h 36 USHORT GeneralConfiguration; /* 00 */
37 USHORT NumCylinders; /* 02 */
38 USHORT Reserved1; /* 04 */
39 USHORT NumHeads; /* 06 */
40 USHORT UnformattedBytesPerTrack; /* 08 */
41 USHORT UnformattedBytesPerSector; /* 10 */
42 USHORT NumSectorsPerTrack; /* 12 */
43 USHORT VendorUnique1[3]; /* 14 */
45 USHORT BufferType; /* 40 */
46 USHORT BufferSectorSize; /* 42 *
    [all...]
ntnls.h 14 USHORT CodePage;
15 USHORT MaximumCharacterSize; /* 1 = SBCS, 2 = DBCS */
16 USHORT DefaultChar; /* Default MultiByte Character for the CP->Unicode conversion */
17 USHORT UniDefaultChar; /* Default Unicode Character for the CP->Unicode conversion */
18 USHORT TransDefaultChar; /* Default MultiByte Character for the Unicode->CP conversion */
19 USHORT TransUniDefaultChar; /* Default Unicode Character for the Unicode->CP conversion */
20 USHORT DBCSCodePage;
mountdev.h 14 USHORT UniqueIdLength;
20 USHORT NameLength;
40 USHORT OldUniqueIdOffset;
41 USHORT OldUniqueIdLength;
42 USHORT NewUniqueIdOffset;
43 USHORT NewUniqueIdLength;
  /libcore/dex/src/main/java/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...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/fw/arc/
types.h 27 typedef USHORT *PUSHORT;
32 USHORT CursorXPosition;
34 USHORT CursorYPosition;
35 USHORT CursorMaxXPosition;
36 USHORT CursorMaxYPosition;
37 USHORT ForegroundColor;
39 USHORT BackgroundColor;
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsnwlink.h 33 USHORT hopcount;
34 USHORT netdelay;
45 USHORT LocalConnectionId;
46 USHORT RemoteConnectionId;
47 USHORT LocalSequenceNumber;
48 USHORT LocalAckNumber;
49 USHORT LocalAllocNumber;
50 USHORT RemoteAckNumber;
51 USHORT RemoteAllocNumber;
52 USHORT LocalSocket
    [all...]
dxva.h 30 USHORT wFrameWidthInMbsMinus1;
31 USHORT wFrameHeightInMbsMinus1;
34 USHORT PicOrderCnt_offset;
58 USHORT wDecodedPictureIndex;
59 USHORT wDeblockedPictureIndex;
60 USHORT wForwardRefPictureIndex;
61 USHORT wBackwardRefPictureIndex;
62 USHORT wPicWidthInMBminus1;
63 USHORT wPicHeightInMBminus1;
90 USHORT wBitstreamFcodes
    [all...]
fltuserstructures.h 84 USHORT FilterNameLength;
95 USHORT FilterNameLength;
96 USHORT FilterNameBufferOffset;
97 USHORT FilterAltitudeLength;
98 USHORT FilterAltitudeBufferOffset;
101 USHORT FilterNameLength;
102 USHORT FilterNameBufferOffset;
116 USHORT FilterNameLength;
117 USHORT FilterNameBufferOffset;
118 USHORT FilterAltitudeLength
    [all...]
ntddkbd.h 86 USHORT UnitId;
87 USHORT MakeCode;
88 USHORT Flags;
89 USHORT Reserved;
95 USHORT UnitId;
96 USHORT Rate;
97 USHORT Delay;
109 USHORT UnitId;
110 USHORT LedFlags;
114 USHORT MakeCode
    [all...]
dlcapi.h 63 USHORT usStationId;
64 USHORT usParameter;
67 USHORT usParameter0;
68 USHORT usParameter1;
85 USHORT usReserved3;
93 USHORT cbFrame;
94 USHORT cbBuffer;
95 USHORT offUserData;
96 USHORT cbUserData;
101 USHORT cbFrame
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-os2-table.hh 53 USHORT version;
57 USHORT usWeightClass;
58 USHORT usWidthClass;
59 USHORT fsType;
74 USHORT fsSelection;
75 USHORT usFirstCharIndex;
76 USHORT usLastCharIndex;
80 USHORT usWinAscent;
81 USHORT usWinDescent;
90 //USHORT usDefaultChar
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr_bit.h 101 USHORT *pLeftStartOfSegment,
102 USHORT *pRightStartOfSegment,
rvlcbit.h 99 USHORT *pPosition,
  /external/aac/libSBRdec/src/
sbr_crc.h 111 USHORT crcState;
112 USHORT crcMask;
113 USHORT crcPoly;
  /external/aac/libFDK/include/
FDK_crc.h 120 const USHORT *pCrcLookup; /*!< Pointer to lookup table filled in FDK_crcInit(). */
122 USHORT crcPoly; /*!< CRC generator polynom. */
123 USHORT crcMask; /*!< CRC mask. */
124 USHORT startValue; /*!< CRC start value. */
130 USHORT crcValue; /*!< Crc value to be calculated. */
226 USHORT FDKcrcGetCRC(

Completed in 1355 milliseconds

1 2 3 4 5 6 7 8 91011>>