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

1 2 3 4 5 6 7

  /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...]
  /bionic/libc/kernel/arch-mips/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;
  /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/8/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/8/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;
  /prebuilts/ndk/9/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/9/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/9/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...]
  /external/aac/libAACdec/src/
aacdec_hcr_bit.h 101 USHORT *pLeftStartOfSegment,
102 USHORT *pRightStartOfSegment,
rvlcbit.h 99 USHORT *pPosition,
aacdec_drc_types.h 116 USHORT bandTop[MAX_DRC_BANDS];
155 USHORT numPayloads; /* The number of DRC data payload elements found within frame */
156 USHORT numThreads; /* The number of DRC data threads extracted from the found payload elements */
aacdec_hcr_types.h 280 USHORT bitstreamIndex;
291 const USHORT *pLargestAbsVal;
305 USHORT pLeftStartOfSegment[1024>>1];
306 USHORT pRightStartOfSegment[1024>>1];
310 USHORT pNumBitValidInLastWord;
317 USHORT pNumCodewordInSection[MAX_SFB_HCR];
318 USHORT pNumSortedCodewordInSection[MAX_SFB_HCR];
319 USHORT pNumExtendedSortedCodewordInSection[MAX_SFB_HCR+MAX_HCR_SETS];
321 USHORT pNumExtendedSortedSectionsInSets[MAX_HCR_SETS];
323 USHORT pReorderOffset[MAX_SFB_HCR]
    [all...]
rvlc_info.h 131 USHORT *pBitstrIndxRvl_RVL;
140 USHORT bitstreamIndexRvlFwd; /* base address of RVL-coded-scalefactor data (ESC 2) for forward decoding */
141 USHORT bitstreamIndexRvlBwd; /* base address of RVL-coded-scalefactor data (ESC 2) for backward decoding */
142 USHORT bitstreamIndexEsc; /* base address where RVLC-escapes start (ESC 2) */
rvlcbit.cpp 107 USHORT *pPosition,
  /external/aac/libSBRdec/src/
sbr_crc.h 111 USHORT crcState;
112 USHORT crcMask;
113 USHORT crcPoly;
  /external/chromium_org/sandbox/win/tests/common/
test_utils.cc 11 USHORT ReparseDataLength;
12 USHORT Reserved;
15 USHORT SubstituteNameOffset;
16 USHORT SubstituteNameLength;
17 USHORT PrintNameOffset;
18 USHORT PrintNameLength;
23 USHORT SubstituteNameOffset;
24 USHORT SubstituteNameLength;
25 USHORT PrintNameOffset;
26 USHORT PrintNameLength
    [all...]
  /external/kernel-headers/original/asm-mips/fw/arc/
types.h 20 typedef unsigned short USHORT;
45 typedef unsigned short USHORT;
56 typedef USHORT *_PUSHORT;
67 typedef USHORT *PUSHORT;
75 USHORT CursorXPosition;
76 USHORT CursorYPosition;
77 USHORT CursorMaxXPosition;
78 USHORT CursorMaxYPosition;
79 USHORT ForegroundColor;
80 USHORT BackgroundColor
    [all...]
  /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(
  /external/aac/libAACenc/src/
aacEnc_rom.h 115 extern const USHORT FDKaacEnc_huff_ctab1[3][3][3][3];
116 extern const USHORT FDKaacEnc_huff_ctab2[3][3][3][3];
117 extern const USHORT FDKaacEnc_huff_ctab3[3][3][3][3];
118 extern const USHORT FDKaacEnc_huff_ctab4[3][3][3][3];
119 extern const USHORT FDKaacEnc_huff_ctab5[9][9];
120 extern const USHORT FDKaacEnc_huff_ctab6[9][9];
121 extern const USHORT FDKaacEnc_huff_ctab7[8][8];
122 extern const USHORT FDKaacEnc_huff_ctab8[8][8];
123 extern const USHORT FDKaacEnc_huff_ctab9[13][13];
124 extern const USHORT FDKaacEnc_huff_ctab10[13][13]
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-head-table.hh 67 USHORT flags; /* Bit 0: Baseline for font at y=0;
113 USHORT unitsPerEm; /* Valid range is from 16 to 16384. This value
124 USHORT macStyle; /* Bit 0: Bold (if set to 1);
132 USHORT lowestRecPPEM; /* Smallest readable size in pixels. */
hb-ot-name-table.hh 65 USHORT platformID; /* Platform ID. */
66 USHORT encodingID; /* Platform-specific encoding ID. */
67 USHORT languageID; /* Language ID. */
68 USHORT nameID; /* Name ID. */
69 USHORT length; /* String length (in bytes). */
70 USHORT offset; /* String offset from start of storage area (in bytes). */
120 USHORT format; /* Format selector (=0/1). */
121 USHORT count; /* Number of name records. */
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 67 USHORT flags; /* Bit 0: Baseline for font at y=0;
113 USHORT unitsPerEm; /* Valid range is from 16 to 16384. This value
124 USHORT macStyle; /* Bit 0: Bold (if set to 1);
132 USHORT lowestRecPPEM; /* Smallest readable size in pixels. */
hb-ot-name-table.hh 65 USHORT platformID; /* Platform ID. */
66 USHORT encodingID; /* Platform-specific encoding ID. */
67 USHORT languageID; /* Language ID. */
68 USHORT nameID; /* Name ID. */
69 USHORT length; /* String length (in bytes). */
70 USHORT offset; /* String offset from start of storage area (in bytes). */
120 USHORT format; /* Format selector (=0/1). */
121 USHORT count; /* Number of name records. */
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 147 USHORT usSource;
148 USHORT usControl;
149 USHORT usDestination;
150 USHORT usTransform;
169 USHORT usLow;
170 USHORT usHigh;
190 USHORT fusOptions; /* Synthesis options for this range */
191 USHORT usKeyGroup; /* Key grouping for non simultaneous play
219 USHORT fusOptions; /* options flags for this wave */
220 USHORT usPhaseGroup; /* Phase grouping for locking channels *
    [all...]

Completed in 759 milliseconds

1 2 3 4 5 6 7