HomeSort by relevance Sort by last modified time
    Searched refs:int8 (Results 1 - 25 of 41) 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
  /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);
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h 618 int8 desiredTone;
619 int8 desiredGain;
741 int8 calibrationsResult[NUMBER_OF_CALIBRATIONS_E]; /* Calibrations status */
748 int8 CurrentTemperature; /* current temperature in Celsius */
    [all...]
public_types.h 66 #ifndef int8
67 typedef signed char int8; typedef
public_event_mbox.h 214 int8 RSSISNRTriggerMetric[NUM_OF_RSSI_SNR_TRIGGERS]; /* RSSI and SNR Multiple Triggers Array */
public_descriptors.h 252 int8 rx_level; /* The computed RSSI value in db of current frame */
  /external/wpa_supplicant_8/src/wps/
wps_nfc_pn531.c 30 ret = WpsNfcOpenDevice((int8 *) path);
57 int8 *data;
  /external/libyuv/files/include/libyuv/
basic_types.h 29 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...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 111 int8 phy_noise; /* noise (in dBm) */
139 int8 phy_noise;
174 int8 phy_noise;
302 int8 nprobes; /* 0, passive, otherwise active */
303 int8 split_scan; /* split scan */
304 int8 band; /* band */
305 int8 pad;
329 int8 bss_type;
639 int8 type;
640 int8 flags
    [all...]
typedefs.h 189 typedef signed char int8; typedef
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 32 typedef signed char int8; typedef in namespace:ime_pinyin
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 96 int8 phy_noise;
131 int8 phy_noise;
184 int8 bss_type;
467 int8 type;
468 int8 flags;
486 int8 type;
487 int8 flags;
501 int8 rpi_max[WL_RPI_REP_BIN_NUM];
    [all...]
typedefs.h 189 typedef signed char int8; typedef
  /external/chromium/base/win/
scoped_variant.h 94 void Set(int8 i8);
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 50 typedef char int8; typedef
  /external/regex-re2/util/
util.h 62 typedef int8_t int8; typedef in namespace:re2
  /external/libyuv/files/source/
row_win.cc 19 extern "C" TALIGN16(const int8, kARGBToY[16]) = {
23 extern "C" TALIGN16(const int8, kARGBToU[16]) = {
27 extern "C" TALIGN16(const int8, kARGBToV[16]) = {
32 extern "C" TALIGN16(const int8, kBGRAToY[16]) = {
36 extern "C" TALIGN16(const int8, kBGRAToU[16]) = {
40 extern "C" TALIGN16(const int8, kBGRAToV[16]) = {
45 extern "C" TALIGN16(const int8, kABGRToY[16]) = {
49 extern "C" TALIGN16(const int8, kABGRToU[16]) = {
53 extern "C" TALIGN16(const int8, kABGRToV[16]) = {

Completed in 636 milliseconds

1 2