HomeSort by relevance Sort by last modified time
    Searched refs:int8_t (Results 251 - 275 of 499) sorted by null

<<11121314151617181920

  /external/icu4c/tools/toolutil/
ucm.c 274 int8_t flag;
742 U_CAPI int8_t U_EXPORT2
747 int8_t bLen;
788 int8_t uLen, bLen, f;
859 f=(int8_t)(s[1]-'0');
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.c     [all...]
phFriNfc_MifULFormat.c 191 int8_t diff = 0;
192 int8_t *char_1 =(int8_t *)s1;
193 int8_t *char_2 =(int8_t *)s2;
    [all...]
  /external/icu4c/common/unicode/
uchar.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 494 sizeof(int8_t) + // Call site format
501 sizeof(int8_t) + // LPStart format
502 sizeof(int8_t) + // TType format
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h     [all...]
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 386 int8_t stream_has_voice = 0;
547 static_cast<int8_t>(apm->voice_detection()->stream_has_voice());
587 int8_t temp_int8;
  /frameworks/base/media/libmedia/
AudioRecord.cpp 582 audioBuffer->raw = (int8_t*)cblk->buffer(u);
622 int8_t *dst = static_cast<int8_t*>(buffer);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 120 int8_t invalidUCharCount = 32;
166 int8_t invalidByteCount = 32;
515 int8_t len = sizeof(replacementBytes);
  /external/clang/lib/Headers/
stdint.h 194 #ifndef __int8_t_defined /* glibc sys/types.h also defines int8_t*/
195 typedef signed __INT8_TYPE__ int8_t; typedef
198 # define __int_least8_t int8_t
  /external/icu4c/common/
uvector.cpp 301 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const {
466 int8_t c = (*compare)(elements[probe], tok);
  /external/icu4c/test/intltest/
bidiconf.cpp 193 static const int8_t biDiClassNameLengths[U_CHAR_DIRECTION_COUNT+1]={
264 int8_t biDiClassNameLength=biDiClassNameLengths[biDiClass];
dcfmapts.cpp 271 int8_t MinimumExponentDigits = 0;
274 logln((UnicodeString)"MinimumExponentDigits (should be 2) is " + (int8_t) MinimumExponentDigits);
  /external/v8/src/ia32/
assembler-ia32-inl.h 396 void Operand::set_disp8(int8_t disp) {
398 *reinterpret_cast<int8_t*>(&buf_[len_++]) = disp;
  /external/webkit/Source/WebCore/html/canvas/
CheckedInt.h 75 CHECKEDINT_REGISTER_SUPPORTED_TYPE(int8_t, int16_t, uint8_t)
116 struct explicitly_sized_integer_type<1, true> { typedef int8_t type; };
362 * \param T the integer type to wrap. Can be any of int8_t, uint8_t, int16_t, uint16_t,
390 CheckedInt<int8_t> x(-1); // -1 is of type int, is found to be in range for int8_t, x is valid
391 CheckedInt<int8_t> x(int16_t(1000)); // 1000 is of type int16_t, is found not to be in range for int8_t, x is invalid
  /external/webp/src/enc/
filter.c 22 static int8_t sclip1[1020 + 1020 + 1]; // clips [-1020, 1020] to [-128, 127]
23 static int8_t sclip2[112 + 112 + 1]; // clips [-112, 112] to [-16, 15]
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 194 #ifndef __int8_t_defined /* glibc sys/types.h also defines int8_t*/
195 typedef signed __INT8_TYPE__ int8_t; typedef
198 # define __int_least8_t int8_t
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 194 #ifndef __int8_t_defined /* glibc sys/types.h also defines int8_t*/
195 typedef signed __INT8_TYPE__ int8_t; typedef
198 # define __int_least8_t int8_t
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 194 #ifndef __int8_t_defined /* glibc sys/types.h also defines int8_t*/
195 typedef signed __INT8_TYPE__ int8_t; typedef
198 # define __int_least8_t int8_t
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 194 #ifndef __int8_t_defined /* glibc sys/types.h also defines int8_t*/
195 typedef signed __INT8_TYPE__ int8_t; typedef
198 # define __int_least8_t int8_t
  /system/media/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 61 int8_t pcmData[NB_BUFFERS_IN_QUEUE * BUFFER_SIZE_IN_BYTES];
404 cntxt.pDataBase = (int8_t*)&pcmData;
  /bionic/libc/kernel/common/media/
msm_camera.h 384 int8_t effect;

Completed in 6086 milliseconds

<<11121314151617181920