/external/bzip2/ |
bzlib_private.h | 44 typedef int Int32; 131 extern Int32 BZ2_rNums[512]; 134 Int32 rNToGo; \ 135 Int32 rTPos \ 203 Int32 mode; 204 Int32 state; 213 Int32 origPtr; 222 Int32 workFactor; 226 Int32 state_in_len; 230 Int32 nblock [all...] |
/frameworks/base/media/libstagefright/codecs/avc/dec/include/ |
pvavcdecoderinterface.h | 24 typedef int (*FunctionType_Malloc)(void *, int32, int); 37 virtual int32 DecodeSPS(uint8 *bitstream, int32 buffer_size) = 0; 38 virtual int32 DecodePPS(uint8 *bitstream, int32 buffer_size) = 0; 39 virtual int32 DecodeAVCSlice(uint8 *bitstream, int32 *buffer_size) = 0; 41 virtual void GetVideoDimensions(int32 *width, int32 *height, int32 *top, int32 *left, int32 *bottom, int32 *right) = 0 [all...] |
pvavcdecoder.h | 35 virtual int32 DecodeSPS(uint8 *bitstream, int32 buffer_size); 36 virtual int32 DecodePPS(uint8 *bitstream, int32 buffer_size); 37 virtual int32 DecodeAVCSlice(uint8 *bitstream, int32 *buffer_size); 39 virtual void GetVideoDimensions(int32 *width, int32 *height, int32 *top, int32 *left, int32 *bottom, int32 *right) [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
MathSSE2.c | 32 * Return Value: int32 containing resultL of dot product 34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) 40 int32 resultL = 0; 106 resultL += ( int32 )*vec1L++ * *vec2L++; 108 resultL += ( int32 )*vec1L++ * *vec2L++; 110 resultL += ( int32 )*vec1L++ * *vec2L++; 112 resultL += ( int32 )*vec1L++ * *vec2L++; 114 resultL += ( int32 )*vec1L++ * *vec2L++; 116 resultL += ( int32 )*vec1L++ * *vec2L++; 118 resultL += ( int32 )*vec1L++ * *vec2L++ [all...] |
Math.h | 78 int32 bbs_inv32( int32 valA ); 97 uint32 bbs_pow2( int32 valA ); 108 uint32 bbs_exp( int32 valA ); 111 int16 bbs_satS16( int32 valA ); 116 /* int32 bbs_round( int32 valA, int32 bbpA ); */ 122 int32 bbs_dotProductInt16( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 128 int32 bbs_fermi( int32 valA ) [all...] |
/external/dbus/test/data/valid-messages/ |
lots-of-arguments.message | 11 TYPE INT32 12 INT32 0x12345678 23 TYPE INT32 46 TYPE INT32 47 INT32 0x12345678 56 TYPE INT32 57 INT32 0x12345678
|
dict.message | 14 STRING 'int32' 15 TYPE INT32 16 INT32 0x12345678 32 TYPE INT32
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_test_bad_identifiers.proto | 49 optional int32 input = 1; 50 optional int32 output = 2; 52 repeated int32 i = 4; 54 optional int32 total_size = 6; 55 optional int32 tag = 7; 58 message Data1 { repeated int32 data = 1; } 65 optional int32 source = 8; 66 optional int32 value = 9; 67 optional int32 file = 10; 68 optional int32 from = 11 [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avc_types.h | 11 typedef int32_t int32; typedef
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 33 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 42 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) 44 int32 x7; 82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
calc_sbr_envelope.cpp | 114 #define Q30fmt(x) (Int32)(x*((Int32)1<<30) + (x>=0?0.5F:-0.5F)) 115 #define Q28fmt(x) (Int32)(x*((Int32)1<<28) + (x>=0?0.5F:-0.5F)) 116 #define Q15fmt(x) (Int32)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F)) 128 void envelope_application_LC(Int32 *aBufR, 129 Int32 *nrg_gain_man, 130 Int32 *nrg_gain_exp, 131 Int32 *noise_level_man [all...] |
sbr_generate_high_freq.cpp | 119 void high_freq_coeff_LC(Int32 sourceBufferReal[][32], 120 Int32 *alphar[2], 121 Int32 *degreeAlias, 122 Int32 *v_k_master, 123 Int32 *scratch_mem); 126 void high_freq_generation_LC(Int32 sourceBufferReal[][32], 127 Int32 *targetBufferReal, 128 Int32 *alphar[2], 129 Int32 *degreeAlias, 130 Int32 *invFiltBandTable [all...] |
s_sbr_frame_data.h | 74 Int32 nScaleFactors; /* total number of scalefactors in frame */ 75 Int32 nNoiseFactors; 76 Int32 crcCheckSum; 77 Int32 frameClass; 78 Int32 frameInfo[LENGTH_FRAME_INFO]; 79 Int32 nSfb[2]; 80 Int32 nNfb; 81 Int32 offset; 82 Int32 ampRes; 83 Int32 nNoiseFloorEnvelopes [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/ |
visual_header.h | 33 int32 shortVideoHeader; /* shortVideoHeader mode */ 36 int32 errorResDisable; /* VOL disable error resilence mode(Use Resynch markers) */ 37 int32 useReverseVLC; /* VOL reversible VLCs */ 38 int32 dataPartitioning; /* VOL data partitioning */ 41 int32 scalability; /* VOL scalability (flag) */ 43 int32 nbitsTimeIncRes; /* number of bits for time increment () */ 45 int32 profile_level_id; /* profile and level */
|
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_cfg80211.c | 75 static int32 wl_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, 77 static int32 __wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 79 static int32 wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, 81 static int32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, uint32 changed); 82 static int32 wl_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev, 84 static int32 wl_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *dev); 85 static int32 wl_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev, 87 static int32 wl_cfg80211_set_power_mgmt(struct wiphy *wiphy, 88 struct net_device *dev, bool enabled, int32 timeout); 89 static int32 wl_cfg80211_set_bitrate_mask(struct wiphy *wiphy [all...] |
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 28 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 37 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) 39 int32 x7; 77 __inline int32 simd_sad_mb(uint8 *ref, uint8 *blk, int dmin, int lx [all...] |
/external/bluetooth/bluez/test/ |
service-record.dtd | 6 <!ELEMENT sequence (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+> 8 <!ELEMENT alternate (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+> 54 <!ELEMENT int32 EMPTY> 55 <!ATTLIST int32 value CDATA #REQUIRED> 56 <!ATTLIST int32 name CDATA>
|
/external/neven/Embedded/common/src/b_TensorEm/ |
CompactMat.c | 40 int32 bts_CompactMat_fltDotPrdRow( struct bbs_Context* cpA, 51 int32 factorManL = *rowPtrL++; 52 int32 factorExpL = *rowPtrL++; 61 int32 sumL = 0; 63 if( overflowBitsL == 0 ) /* raw dot product fits in int32 */ 69 for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( int32 )*rowPtrL++ * ( int32 )*inPtrL++ ); 80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] ); 81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] ); 82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] ) [all...] |
/external/chromium/base/ |
sys_info_unittest.cc | 43 int32 os_major_version = -1; 44 int32 os_minor_version = -1; 45 int32 os_bugfix_version = -1; 70 int32 os_major_version = -1; 71 int32 os_minor_version = -1; 72 int32 os_bugfix_version = -1; 86 int32 os_major_version = -1; 87 int32 os_minor_version = -1; 88 int32 os_bugfix_version = -1; 102 int32 os_major_version = -1 [all...] |
sys_info_chromeos.cc | 24 void SysInfo::OperatingSystemVersionNumbers(int32 *major_version, 25 int32 *minor_version, 26 int32 *bugfix_version) { 43 int32 *major_version, 44 int32 *minor_version, 45 int32 *bugfix_version) {
|
/external/neven/Embedded/common/src/b_ImageEm/ |
Functions.c | 96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; 143 txL += ( int32 )offsPtrA->xE << 16; 144 tyL += ( int32 )offsPtrA->yE << 16; 169 int32 xMinL = 0x7FFFFFFF; 170 int32 yMinL = 0x7FFFFFFF; 171 int32 xMaxL = 0x80000000; 172 int32 yMaxL = 0x80000000; 176 int32 xL, yL; 183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mb_utils.cpp | 27 int32 *temp0, *temp1; 34 temp0 = (int32 *)prev; 35 temp1 = (int32 *)comp; 45 temp0 = (int32 *)prev; 46 temp1 = (int32 *)comp; 56 temp0 = (int32 *)prev; 57 temp1 = (int32 *)comp; 67 temp0 = (int32 *)prev; 68 temp1 = (int32 *)comp; 88 int32 *temp0, *temp1 [all...] |
/external/neven/Embedded/common/src/b_APIEm/ |
Functions.c | 40 const int32* rawSimArrA, 41 const int32* rawIdArrA, 43 const int32* refSimArrA, 44 const int32* refIdArrA, 47 int32* outSimArrA ) 50 int32 refSimL = 0; 52 int32* outPtrL = outSimArrA; 53 const int32* rawPtrL = rawSimArrA; 65 int32 shiftL = 0; 66 int32 roundL = 0 [all...] |
/external/dbus/test/data/invalid-messages/ |
bad-boolean-array.message | 23 INT32 3
|
/external/protobuf/src/google/protobuf/ |
unittest.proto | 59 optional int32 bb = 1; 69 optional int32 optional_int32 = 1; 86 optional int32 a = 17; 101 repeated int32 repeated_int32 = 31; 118 optional int32 a = 47; 133 optional int32 default_int32 = 61 [default = 41 ]; 159 optional int32 deprecated_int32 = 1 [deprecated=true]; 165 optional int32 c = 1; 180 optional int32 optional_int32_extension = 1; 197 optional int32 a = 17 [all...] |