Searched refs:int8_t (Results 251 - 275 of 865) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/i18n/
H A Ddtitvinf.cpp392 const int8_t PATTERN_CHAR_BASE = 0x41;
396 int8_t ch = (int8_t)skeleton.charAt(i);
419 int8_t& bestMatchDistanceInfo) const {
482 int8_t fieldLength = sizeof(skeletonFieldWidth)/sizeof(skeletonFieldWidth[0]);
496 int8_t i;
503 int8_t fieldDifference = 1;
616 int8_t i;
661 int8_t i;
H A Dpersncal.cpp28 static const int8_t kPersianMonthLength[]
30 static const int8_t kPersianLeapMonthLength[]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.h53 virtual int32_t DeRegisterSendPayload(const int8_t payload_type) OVERRIDE;
55 int8_t SendPayloadType() const;
119 const int8_t payload_type,
279 virtual bool SendTelephoneEventActive(int8_t& telephone_event) const OVERRIDE;
287 virtual int32_t SetSendREDPayloadType(const int8_t payload_type) OVERRIDE;
290 virtual int32_t SendREDPayloadType(int8_t& payload_type) const OVERRIDE;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsort.cc91 COMPARE_FOR_QSORT(x, y, int8_t);
131 COMPARE_KEY_FOR_QSORT(sort_key_x, sort_key_y, int8_t);
295 qsort(data, num_of_elements, sizeof(int8_t), CompareWord8);
332 IntegerSort<int8_t>(data, num_of_elements);
388 KEY_QSORT(ptr_sort_key, key, num_of_elements, int8_t,
454 return IntegerKeySort<int8_t>(data, key, num_of_elements,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DDataView.h45 int8_t getInt8(unsigned byteOffset, ExceptionState&);
60 void setInt8(unsigned byteOffset, int8_t value, ExceptionState&);
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_cb.c113 int8_t errBuffLen;
148 args->converter->charErrorBufferLength = (int8_t)(
/external/chromium_org/third_party/icu/source/extra/scrptrun/
H A Dscrptrun.cpp47 int8_t ScriptRun::highBit(int32_t value)
53 int8_t bit = 0;
/external/chromium_org/third_party/icu/source/i18n/
H A Dpersncal.cpp28 static const int8_t kPersianMonthLength[]
30 static const int8_t kPersianLeapMonthLength[]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtitvfmt.h831 int8_t differenceInfo,
867 int8_t differenceInfo,
H A Ddtitvinf.h414 int8_t& bestMatchDistanceInfo) const;
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c414 getPlatformAndCCSIDFromName(const char *name, int8_t *pPlatform, int32_t *pCCSID) {
468 int8_t length;
495 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength;
496 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength;
546 data->ucm->states.outputType=(int8_t)data->ucm->states.maxCharLength-1;
751 staticData->minBytesPerChar=(int8_t)(states->minCharLength=2);
753 staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength);
756 staticData->maxBytesPerChar=(int8_t)(states->maxCharLength=baseStates->maxCharLength);
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8i.h129 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
130 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.h34 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)
37 int8_t fWinding; // 1 or -1
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_win.h53 const int8_t* optval, int32_t optlen) OVERRIDE;
59 virtual int32_t SendTo(const int8_t* buf, int32_t len,
H A Dudp_transport_impl.cc201 memcpy(ip,_previousIP,sizeof(int8_t)*(ipSize + 1));
884 (int8_t*) &TOSShifted, 4))
892 (int8_t*) &TOSShifted, 4))
1003 if (!rtpSock->SetSockopt(SOL_SOCKET, SO_PRIORITY, (int8_t*) &PCP,
1011 if (!rtcpSock->SetSockopt(SOL_SOCKET, SO_PRIORITY, (int8_t*) &PCP,
1391 (int8_t*)&mreq,sizeof (mreq)))
1463 (int8_t*)&mreq,sizeof (mreq)))
1710 (int8_t*)&iOptVal,
1721 (int8_t*)&iOptVal,
1767 int32_t UdpTransportImpl::SendRaw(const int8_t *dat
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_network_impl.cc135 return channelPtr->ReceivedRTPPacket((const int8_t*) data, length,
175 return channelPtr->ReceivedRTCPPacket((const int8_t*) data, length);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-properties.cc63 TypedArrayLoadHelper<int8_t>("Int8");
132 TypedArrayStoreHelper<int8_t>("Int8");
/external/icu/icu4c/source/common/
H A Ducnv_cb.c113 int8_t errBuffLen;
148 args->converter->charErrorBufferLength = (int8_t)(
/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.cpp47 int8_t ScriptRun::highBit(int32_t value)
53 int8_t bit = 0;
/external/icu/icu4c/source/i18n/unicode/
H A Ddtitvfmt.h831 int8_t differenceInfo,
867 int8_t differenceInfo,
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c414 getPlatformAndCCSIDFromName(const char *name, int8_t *pPlatform, int32_t *pCCSID) {
468 int8_t length;
495 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength;
496 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength;
546 data->ucm->states.outputType=(int8_t)data->ucm->states.maxCharLength-1;
751 staticData->minBytesPerChar=(int8_t)(states->minCharLength=2);
753 staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength);
756 staticData->maxBytesPerChar=(int8_t)(states->maxCharLength=baseStates->maxCharLength);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h57 int8_t LineBase;
76 return LineBase + (int8_t)LineRange - 1;
/external/webp/src/dec/
H A Dvp8i.h129 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
130 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
/external/arduino/hardware/arduino/cores/arduino/
H A DTone.cpp115 static int8_t toneBegin(uint8_t _pin)
117 int8_t _timer = -1;
235 int8_t _timer;
469 int8_t _timer = -1;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeTypes.h95 return validatePtr<T>(buffer, reinterpret_cast<const int8_t*>(this) + offset);

Completed in 1128 milliseconds

<<11121314151617181920>>