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

1 2

  /frameworks/ex/variablespeed/jni/
integral_types.h 24 typedef signed char int8; typedef
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c 73 #ifndef HW_TMS320C5x /* platforms that don't have int8 must use the 'default' implementation */
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 ] );
83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] );
84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] );
85 sumL += ( ( int8 )( dpL[ 2 ] >> 8 ) * ( int32 )inPtrL[ 5 ] );
86 sumL += ( ( int8 ) dpL[ 3 ] * ( int32 )inPtrL[ 6 ] );
87 sumL += ( ( int8 )( dpL[ 3 ] >> 8 ) * ( int32 )inPtrL[ 7 ] );
93 sumL += ( ( int8 ) *dpL * ( int32 )inPtrL[ 0 ] )
    [all...]
  /external/openfst/src/include/fst/
types.h 28 typedef int8_t int8; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 66 typedef int8_t int8; typedef
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
mp4_utils.h 39 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 132 int8 phy_noise; /* noise (in dBm) */
165 int8 phy_noise; /* noise (in dBm) */
207 int8 phy_noise; /* noise (in dBm) */
341 int8 nprobes; /* 0, passive, otherwise active */
342 int8 split_scan; /* split scan */
343 int8 band; /* band */
344 int8 pad;
370 int8 bss_type; /* default: any,
777 int8 type;
778 int8 flags
    [all...]
typedefs.h 190 /* define [u]int8/16/32/64, uintptr */
213 typedef signed char int8; typedef
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.h 39 typedef int8 phase8;
Int8Arr.h 44 /** pointer to array of int8 */
45 int8* arrPtrE;
123 int8 valA );
Int8Arr.c 94 const int8* ptr1L = ptrA->arrPtrE;
95 const int8* ptr2L = srcPtrA->arrPtrE;
187 ptrA->sizeE / 2; /* int8 = 0.5 word size*/
239 int8 valA )
  /external/chromium/base/
basictypes.h 21 typedef signed char int8; typedef
73 const int8 kint8min = (( int8) 0x80);
74 const int8 kint8max = (( int8) 0x7F);
lazy_instance.h 158 return static_cast<int8*>(static_cast<void*>(p)) == buf_;
179 int8 buf_[sizeof(Type)] LAZY_ALIGN(Type);
  /external/ceres-solver/internal/ceres/
integral_types.h 79 typedef Integer< 8>::type int8; typedef in namespace:ceres::internal
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 60 typedef char int8; typedef
  /external/qemu/fpu/
softfloat-macros.h 123 int8 negCount = ( - count ) & 63;
160 int8 negCount = ( - count ) & 63;
195 int8 negCount = ( - count ) & 63;
253 int8 negCount = ( - count ) & 63;
330 int8 negCount;
387 int8 carry0, carry1;
443 int8 borrow0, borrow1;
604 int8 index;
628 static int8 countLeadingZeros32( uint32_t a )
637 static const int8 countLeadingZerosHigh[] =
    [all...]
  /external/libyuv/files/include/libyuv/
basic_types.h 60 typedef signed char int8; typedef
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 32 typedef signed char int8; typedef in namespace:ime_pinyin
  /external/chromium/base/win/
scoped_variant.h 94 void Set(int8 i8);
  /hardware/msm7k/librpc/rpc/
types.h 89 typedef int8_t int8; typedef
362 bool_t (*send_int8) (xdr_s_type *xdr, const int8 *value);
370 bool_t (*recv_int8) (xdr_s_type *xdr, int8 *value);
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 50 typedef char int8; typedef
  /external/regex-re2/util/
util.h 67 typedef int8_t int8; typedef in namespace:re2
  /external/genext2fs/
genext2fs.c 275 typedef signed char int8; typedef
506 #define decl8(x) int8 x;
    [all...]
  /external/chromium/base/third_party/icu/
icu_utf.h 25 typedef int8 UBool;
  /external/stressapptest/src/
sattypes.h 40 typedef signed char int8; typedef

Completed in 962 milliseconds

1 2