Searched refs:SHORT (Results 1 - 25 of 187) 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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-hhea-table.hh74 SHORT caretSlopeRise; /* Used to calculate the slope of the
76 SHORT caretSlopeRun; /* 0 for vertical. */
77 SHORT caretOffset; /* The amount by which a slanted
82 SHORT reserved1; /* set to 0 */
83 SHORT reserved2; /* set to 0 */
84 SHORT reserved3; /* set to 0 */
85 SHORT reserved4; /* set to 0 */
86 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.hh46 SHORT lsb;
71 SHORT leftSideBearingX[VAR]; /* Here the advanceWidth is assumed
/external/harfbuzz_ng/src/
H A Dhb-ot-hhea-table.hh74 SHORT caretSlopeRise; /* Used to calculate the slope of the
76 SHORT caretSlopeRun; /* 0 for vertical. */
77 SHORT caretOffset; /* The amount by which a slanted
82 SHORT reserved1; /* set to 0 */
83 SHORT reserved2; /* set to 0 */
84 SHORT reserved3; /* set to 0 */
85 SHORT reserved4; /* set to 0 */
86 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.hh46 SHORT lsb;
71 SHORT leftSideBearingX[VAR]; /* Here the advanceWidth is assumed
/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
/external/chromium_org/third_party/fips181/
H A Downtypes.h35 typedef short int SHORT; typedef
/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/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...]
/external/aac/libSBRdec/src/
H A Dsbrdec_drc.h116 SHORT drcInterpolationSchemeCurr;
117 SHORT drcInterpolationSchemeNext;
119 SHORT enable;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_i18n_input_unittest.cc49 EXPECT_NE(inputs[input_index - 1].length, DetailInput::SHORT);
53 EXPECT_EQ(city.length, DetailInput::SHORT);
57 EXPECT_EQ(state.length, DetailInput::SHORT);
61 EXPECT_EQ(zip.length, DetailInput::SHORT);
63 EXPECT_NE(inputs[input_index].length, DetailInput::SHORT);
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp104 const SHORT * RESTRICT BandOffsets,
106 const SHORT * RESTRICT pSfbScale,
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressField.java47 SHORT; enum constant in enum:AddressField.WidthType
85 ? WidthType.SHORT : WidthType.LONG;
/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...]

Completed in 8763 milliseconds

12345678