Searched refs:SHORT (Results 1 - 25 of 200) sorted by relevance

12345678

/external/clang/test/Sema/
H A Dblock-explicit-noreturn-type.c4 typedef short SHORT; typedef
13 return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must match previous return type 'float' when}}
/external/aac/libAACdec/src/
H A Drvlc_info.h118 SHORT length_of_rvlc_sf; /* 3 */ /* original value, gets modified (subtract 9) in case of noise (PNS); is kept for later use */
121 SHORT length_of_rvlc_escapes; /* 6 optional */
126 SHORT length_of_rvlc_sf_fwd; /* length_of_rvlc_sf used for forward decoding */
127 SHORT length_of_rvlc_sf_bwd; /* length_of_rvlc_sf used for backward decoding */
130 SHORT *pRvlBitCnt_RVL;
157 SHORT firstScf;
158 SHORT lastScf;
159 SHORT firstNrg;
160 SHORT lastNrg;
161 SHORT firstI
[all...]
H A Dpulsedata.h124 const SHORT *sfb_startlines,
126 const SHORT frame_length
H A Dchannelinfo.h140 const SHORT *ScaleFactorBands_Long;
141 const SHORT *ScaleFactorBands_Short;
207 SHORT aScaleFactor[(8*16)]; /* Spectral scale factors for each sfb in each window. */
208 SHORT aSfbScale[(8*16)]; /* could be free after ApplyTools() */
217 SHORT aNumLineInSec4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for Drm syntax */
219 SHORT lenOfReorderedSpectralData;
254 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */
255 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */
256 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */
275 SHORT specScal
[all...]
H A Dconceal.h125 SHORT *fadeOutAttenuationVector,
126 SHORT *fadeInAttenuationVector);
H A Dconceal_types.h154 SHORT specScale[8];
161 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */
H A Daac_rom.h117 const SHORT *sfbOffsetLong;
118 const SHORT *sfbOffsetShort;
H A Dpulsedata.cpp100 const SHORT *sfb_startlines,
102 const SHORT frame_length
H A Dstereo.cpp150 const SHORT *pScaleFactorBandOffsets,
170 SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16];
171 SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16];
223 const SHORT *pScaleFactorBandOffsets,
235 SHORT *ScaleFactor;
244 SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16];
245 SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16];
/external/harfbuzz_ng/src/
H A Dhb-ot-hhea-table.hh71 SHORT caretSlopeRise; /* Used to calculate the slope of the
74 SHORT caretSlopeRun; /* 0 for vertical caret, 1 for horizontal. */
75 SHORT caretOffset; /* The amount by which a slanted
80 SHORT reserved1; /* Set to 0. */
81 SHORT reserved2; /* Set to 0. */
82 SHORT reserved3; /* Set to 0. */
83 SHORT reserved4; /* Set to 0. */
84 SHORT metricDataFormat; /* 0 for current format. */
H A Dhb-ot-head-table.hh120 SHORT xMin; /* For all glyph bounding boxes. */
121 SHORT yMin; /* For all glyph bounding boxes. */
122 SHORT xMax; /* For all glyph bounding boxes. */
123 SHORT yMax; /* For all glyph bounding boxes. */
133 SHORT fontDirectionHint; /* Deprecated (Set to 2).
139 SHORT indexToLocFormat; /* 0 for short offsets, 1 for long. */
140 SHORT glyphDataFormat; /* 0 for current format. */
H A Dhb-ot-hmtx-table.hh48 SHORT lsb; /* Leading (left/top) side bearing. */
76 SHORT leadingBearingX[VAR]; /* Here the advance is assumed
/external/aac/libAACenc/src/
H A Dquantize.h105 SHORT *quantizedSpectrum);
108 SHORT *quantSpectrum,
113 SHORT *quantSpectrum,
H A Dbit_cnt.h170 INT FDKaacEnc_bitCount(const SHORT *aQuantSpectrum,
175 INT FDKaacEnc_countValues(SHORT *values, INT width, INT codeBook);
177 INT FDKaacEnc_codeValues(SHORT *values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBitstream);
/external/llvm/test/MC/ARM/
H A Darm-elf-relocation-diagnostics.s18 @ @ CHECK-SBREL-SHORT: error: relocated expression must be 32-bit
19 @ @ CHECK-SBREL-SHORT: .short target(sbrel)
20 @ @ CHECK-SBREL-SHORT: ^
23 @ @ CHECK-SBREL-SHORT: error: relocated expression must be 32-bit
24 @ @ CHECK-SBREL-SHORT: .quad target(sbrel)
25 @ @ CHECK-SBREL-SHORT: ^
/external/aac/libFDK/include/
H A Dfixmul.h162 inline LONG fixmuldiv2_SS (const SHORT a, const SHORT b)
168 inline LONG fixmul_SS (const SHORT a, const SHORT b)
174 inline LONG fixmuldiv2_SD (const SHORT a, const LONG b)
184 inline LONG fixmuldiv2_DS (const LONG a, const SHORT b)
194 inline LONG fixmuldiv2BitExact_SD (const SHORT a, const LONG b)
204 inline LONG fixmuldiv2BitExact_DS (const LONG a, const SHORT b)
214 inline LONG fixmul_SD (const SHORT a, const LONG b) {
225 inline LONG fixmul_DS (const LONG a, const SHORT
[all...]
H A Dcommon_fix.h142 (FIXP_SGL)(SHORT)(((LONG)1<<(FRACT_BITS-1))-1):(FIXP_SGL)(SHORT)((((val) >> (DFRACT_BITS-FRACT_BITS-1)) + 1) >> 1) )
148 typedef SHORT FIXP_SGL;
159 ((( (double)(val) * (FRACT_FIX_SCALE) + 0.5 ) >= (double)(MAXVAL_SGL) ) ? (SHORT)(MAXVAL_SGL) : (SHORT)( (double)(val) * (double)(FRACT_FIX_SCALE) + 0.5)) : \
160 ((( (double)(val) * (FRACT_FIX_SCALE) - 0.5) <= (double)(MINVAL_SGL_CONST) ) ? (SHORT)(MINVAL_SGL_CONST) : (SHORT)( (double)(val) * (double)(FRACT_FIX_SCALE) - 0.5)) )
169 #define FL2FX_SGL(val) ( (val)>0.0f ? (SHORT)( (val)*(float)(FRACT_FIX_SCALE)+0.5f ) : (SHORT)( (val)*(float)(FRACT_FIX_SCALE)-0.5f ) )
190 FDK_INLINE LONG fMult(SHORT
[all...]
H A Dclz.h117 inline INT fixnormz_S (SHORT a)
122 inline INT fixnormz_S (SHORT a)
/external/aac/libSBRdec/src/
H A Dsbrdec_drc.h116 SHORT drcInterpolationSchemeCurr;
117 SHORT drcInterpolationSchemeNext;
119 SHORT enable;
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp104 const SHORT * RESTRICT BandOffsets,
106 const SHORT * RESTRICT pSfbScale,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DValueType.java36 public static final int SHORT = 0x02; field in class:ValueType
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DRegisterType.java105 public static final byte SHORT = 7; field in class:RegisterType
153 /* UNKNOWN UNINIT NULL ONE, BOOLEAN BYTE POS_BYTE SHORT POS_SHORT CHAR INTEGER, FLOAT, LONG_LO LONG_HI DOUBLE_LO DOUBLE_HI UNINIT_REF UNINIT_THIS REFERENCE CONFLICTED*/
154 /*UNKNOWN*/ {UNKNOWN, UNINIT, NULL, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REFERENCE, CONFLICTED},
156 /*NULL*/ {NULL, CONFLICTED, NULL, BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, REFERENCE, CONFLICTED},
157 /*ONE*/ {ONE, CONFLICTED, BOOLEAN, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
158 /*BOOLEAN*/ {BOOLEAN, CONFLICTED, BOOLEAN, BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
159 /*BYTE*/ {BYTE, CONFLICTED, BYTE, BYTE, BYTE, BYTE, BYTE, SHORT, SHORT, INTEGER, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
160 /*POS_BYTE*/ {POS_BYTE, CONFLICTED, POS_BYTE, POS_BYTE, POS_BYTE, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
161 /*SHORT*/ {SHOR
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DCompactDecimalFormatTest.java231 CompactStyle.SHORT, PluralRules.createRules("one: j is 1 or f is 1"),
247 CompactDecimalFormat.getInstance(ULocale.ENGLISH, CompactStyle.SHORT);
255 getCDFInstance(ULocale.forLanguageTag("sw"), CompactStyle.SHORT);
266 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData);
277 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort);
285 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort);
297 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData);
301 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData);
305 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative);
310 ULocale.forLanguageTag("sw"), CompactStyle.SHORT);
[all...]
/external/aac/libFDK/src/
H A Dscale.cpp347 INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */
352 SHORT temp, maxVal = 0;
355 temp = (SHORT)(*vector++);
399 INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */
405 SHORT temp, maxVal = 0;
408 temp = (SHORT)(*vector); vector+=stride;
451 SHORT temp, maxVal = (FIXP_SGL)0;
454 temp = (SHORT)(*vector++);
/external/aac/libSYS/include/
H A Dmachine_type.h130 /** \var SHORT
166 typedef signed short SHORT; typedef
200 typedef SHORT INT_PCM;

Completed in 585 milliseconds

12345678