/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/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-hhea-table.hh | 74 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. */
|
hb-ot-head-table.hh | 120 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. */
|
hb-ot-hmtx-table.hh | 46 SHORT lsb; 71 SHORT leftSideBearingX[VAR]; /* Here the advanceWidth is assumed
|
/external/harfbuzz_ng/src/ |
hb-ot-hhea-table.hh | 74 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. */
|
hb-ot-head-table.hh | 120 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. */
|
hb-ot-hmtx-table.hh | 46 SHORT lsb; 71 SHORT leftSideBearingX[VAR]; /* Here the advanceWidth is assumed
|
/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;
|
/dalvik/hit/src/com/android/hit/ |
Types.java | 28 public static final int SHORT = 9; 45 case 'S': return 2; // short 55 case SHORT: return 2; 72 case 'S': return "short"; 82 case SHORT: return "short";
|
/external/aac/libAACenc/src/ |
quantize.h | 105 SHORT *quantizedSpectrum); 108 SHORT *quantSpectrum, 113 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...] |
/libcore/luni/src/main/java/java/nio/ |
ByteBufferAsShortBuffer.java | 22 * This class wraps a byte buffer to be a short buffer. 44 super(byteBuffer.capacity() / SizeOf.SHORT); 65 byteBuffer.limit(limit * SizeOf.SHORT); 66 byteBuffer.position(position * SizeOf.SHORT); 86 public short get() { 90 return byteBuffer.getShort(position++ * SizeOf.SHORT); 94 public short get(int index) { 96 return byteBuffer.getShort(index * SizeOf.SHORT); 100 public ShortBuffer get(short[] dst, int dstOffset, int shortCount) { 101 byteBuffer.limit(limit * SizeOf.SHORT); [all...] |
/external/aac/libSBRdec/src/ |
sbrdec_drc.h | 116 SHORT drcInterpolationSchemeCurr; 117 SHORT drcInterpolationSchemeNext; 119 SHORT enable;
|
/external/kernel-headers/original/asm-mips/fw/arc/ |
types.h | 16 typedef short SHORT; 20 typedef unsigned short USHORT; 41 typedef short SHORT; 45 typedef unsigned short USHORT; 52 typedef SHORT *_PSHORT; 63 typedef SHORT *PSHORT;
|
/external/aac/libAACdec/src/arm/ |
block_arm.cpp | 104 const SHORT * RESTRICT BandOffsets, 106 const SHORT * RESTRICT pSfbScale,
|
/bionic/libc/kernel/arch-mips/asm/fw/arc/ |
types.h | 22 typedef SHORT *PSHORT;
|
/development/ndk/platforms/android-9/arch-mips/include/asm/fw/arc/ |
types.h | 22 typedef SHORT *PSHORT;
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/fw/arc/ |
types.h | 22 typedef SHORT *PSHORT;
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/fw/arc/ |
types.h | 22 typedef SHORT *PSHORT;
|