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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
block-explicit-noreturn-type.c 4 typedef short SHORT;
13 return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must match previous return type 'float' when}}
  /external/harfbuzz_ng/src/
hb-ot-os2-table.hh 56 SHORT xAvgCharWidth;
60 SHORT ySubscriptXSize;
61 SHORT ySubscriptYSize;
62 SHORT ySubscriptXOffset;
63 SHORT ySubscriptYOffset;
64 SHORT ySuperscriptXSize;
65 SHORT ySuperscriptYSize;
66 SHORT ySuperscriptXOffset;
67 SHORT ySuperscriptYOffset;
68 SHORT yStrikeoutSize
    [all...]
hb-ot-hhea-table.hh 72 SHORT caretSlopeRise; /* Used to calculate the slope of the
75 SHORT caretSlopeRun; /* 0 for vertical caret, 1 for horizontal. */
76 SHORT caretOffset; /* The amount by which a slanted
81 SHORT reserved1; /* Set to 0. */
82 SHORT reserved2; /* Set to 0. */
83 SHORT reserved3; /* Set to 0. */
84 SHORT reserved4; /* Set to 0. */
85 SHORT metricDataFormat; /* 0 for current format. */
hb-ot-head-table.hh 124 SHORT xMin; /* For all glyph bounding boxes. */
125 SHORT yMin; /* For all glyph bounding boxes. */
126 SHORT xMax; /* For all glyph bounding boxes. */
127 SHORT yMax; /* For all glyph bounding boxes. */
137 SHORT fontDirectionHint; /* Deprecated (Set to 2).
144 SHORT indexToLocFormat; /* 0 for short offsets, 1 for long. */
145 SHORT glyphDataFormat; /* 0 for current format. */
  /external/aac/libAACdec/src/
rvlc_info.h 118 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 firstIs
    [all...]
pulsedata.h 124 const SHORT *sfb_startlines,
126 const SHORT frame_length
141 const short *pScaleFactorBandOffsets,
channelinfo.h 140 const SHORT *ScaleFactorBands_Long;
141 const SHORT *ScaleFactorBands_Short;
162 UCHAR WindowSequence; /* See enum above, 0: long, 1: start, 2: short, 3: stop */
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 *
    [all...]
conceal.h 125 SHORT *fadeOutAttenuationVector,
126 SHORT *fadeInAttenuationVector);
conceal_types.h 154 SHORT specScale[8];
161 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */
  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 25 public static final int SHORT = 2;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nettypes.h 31 SHORT MaximumLength;
32 SHORT Length;
prntfont.h 137 SHORT sYAdjust;
138 SHORT sYMoved;
140 SHORT sShift;
148 SHORT emSize;
149 SHORT emPointSize;
150 SHORT emOrientation;
151 SHORT emMasterHeight;
152 SHORT emMinScale;
153 SHORT emMaxScale;
154 SHORT emMasterUnits
    [all...]
  /external/aac/libAACenc/src/
quantize.h 105 SHORT *quantizedSpectrum,
109 SHORT *quantSpectrum,
115 SHORT *quantSpectrum,
  /external/aac/libFDK/include/
fixmul.h 162 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 b)
    [all...]
common_fix.h 142 (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 a, SHORT b) { return fixmul_SS(a, b);
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_drc.h 116 SHORT drcInterpolationSchemeCurr;
117 SHORT drcInterpolationSchemeNext;
119 SHORT enable;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
PrimitiveName.java 25 BOOLEAN, BYTE, SHORT, INT, LONG, CHAR, FLOAT, DOUBLE;
48 case SHORT:
49 return SHORT;
72 if (short.class.equals(primitiveClass)) {
73 return SHORT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h 50 typedef SHORT INT16;
  /external/aac/libAACdec/src/arm/
block_arm.cpp 104 const SHORT * RESTRICT BandOffsets,
106 const SHORT * RESTRICT pSfbScale,
  /development/ndk/platforms/android-9/arch-mips/include/asm/fw/arc/
types.h 22 typedef SHORT *PSHORT;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 36 public static final int SHORT = 0x02;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/fw/arc/
types.h 22 typedef SHORT *PSHORT;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/fw/arc/
types.h 22 typedef SHORT *PSHORT;
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/fw/arc/
types.h 22 typedef SHORT *PSHORT;
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/fw/arc/
types.h 22 typedef SHORT *PSHORT;

Completed in 1346 milliseconds

1 2 3 4 5 6 7 8 91011>>