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

1 2 3 45 6 7 8 91011>>

  /external/icu4c/common/
util_props.cpp 28 int8_t radix = 10;
186 int32_t& pos, int8_t radix) {
uchar.c 55 U_CAPI int8_t U_EXPORT2
59 return (int8_t)GET_CATEGORY(props);
445 u_digit(UChar32 ch, int8_t radix) {
446 int8_t value;
448 value=(int8_t)u_charDigitValue(ch);
452 value=(int8_t)(ch-0x57); /* ch - 'a' + 10 */
454 value=(int8_t)(ch-0x37); /* ch - 'A' + 10 */
456 value=(int8_t)(ch-0xFF37); /* fullwidth ASCII a-z */
458 value=(int8_t)(ch-0xFF17); /* fullwidth ASCII A-Z */
464 return (int8_t)((value<radix) ? value : -1)
    [all...]
ucnvscsu.c 126 int8_t toUQuoteWindow, toUDynamicWindow;
132 int8_t fromUDynamicWindow;
142 int8_t nextWindowUseIndex;
143 int8_t windowUse[8];
146 static const int8_t initialWindowUse[8]={ 7, 0, 3, 2, 4, 5, 6, 1 };
147 static const int8_t initialWindowUse_ja[8]={ 3, 2, 4, 1, 0, 7, 5, 6 };
239 int8_t quoteWindow, dynamicWindow;
355 dynamicWindow=(int8_t)(b-SC0);
359 dynamicWindow=(int8_t)(b-SD0);
363 quoteWindow=(int8_t)(b-SQ0)
    [all...]
mutex.cpp 49 int8_t haveInstance;
propname.h 78 #define PNAME_FORMAT_VERSION ((int8_t)1) /* formatVersion[0] */
194 inline const int8_t* getPointer(Offset o) const {
195 return ((const int8_t*) this) + o;
198 inline const int8_t* getPointerNull(Offset o) const {
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 53 int8_t LineBase;
72 return LineBase + (int8_t)LineRange - 1;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 108 Size += sizeof(int8_t);
122 Size += sizeof(int8_t);
  /external/srtp/
config.hw 44 /* Define to 1 if the system has the type `int8_t'. */
188 typedef __int8 int8_t;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 72 uint32_t frameSize() const { return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
141 uint32_t frameSize() const { return AudioSystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
  /external/icu4c/common/unicode/
ppalmos.h 104 typedef signed char int8_t; typedef
  /external/icu4c/i18n/
rbt_rule.h 130 int8_t flags;
  /external/icu4c/io/
ufmt_cmn.h 129 int8_t radix);
  /external/icu4c/samples/datefmt/
util.cpp 22 int8_t digits,
  /external/icu4c/samples/msgfmt/
util.cpp 22 int8_t digits,
  /external/icu4c/samples/translit/
util.cpp 22 int8_t digits,
  /external/icu4c/test/intltest/
convtest.h 35 int8_t setSub;
  /external/icu4c/tools/genrb/
reslist.h 47 int8_t fStringsForm; /* default STRINGS_UTF16_V1 */
108 int8_t fType; /* determined by table_write16() for table_preWrite() & table_write() */
130 int8_t fNumCharsForLength;
169 int8_t fType; /* nominal type: fRes (when != 0xffffffff) may use subtype */
  /external/icu4c/tools/makeconv/
genmbcs.h 119 UChar32 c, int8_t flag);
  /external/icu4c/tools/toolutil/
ucm.h 56 int8_t uLen, bLen, f, moveFlag;
81 int8_t flagsType; /* UCM_FLAGS_INITIAL etc. */
98 int8_t conversionType, outputType;
247 U_CAPI int8_t U_EXPORT2
  /external/llvm/include/llvm/Support/
Endian.h 147 <int8_t, little, unaligned> little8_t;
165 <int8_t, little, aligned> aligned_little8_t;
183 <int8_t, big, unaligned> big8_t;
201 <int8_t, big, aligned> aligned_big8_t;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_os2.h 30 typedef signed char int8_t; typedef
  /external/qemu/elff/
elf_file.h 151 int8_t pull_val(const int8_t* val) const {
154 int8_t pull_val(const int8_t& val) const {
  /external/qemu/hw/
hw.h 141 static inline void qemu_put_sbuffer(QEMUFile *f, const int8_t *buf, int size)
161 static inline size_t qemu_get_sbuffer(QEMUFile *f, int8_t *buf, int size)
181 static inline void qemu_put_s8s(QEMUFile *f, const int8_t *pv)
201 static inline void qemu_get_s8s(QEMUFile *f, int8_t *pv)
  /external/webkit/Source/WebCore/html/canvas/
DataView.cpp 150 int8_t DataView::getInt8(unsigned byteOffset, ExceptionCode& ec)
152 return getData<int8_t>(byteOffset, false, ec);
190 void DataView::setInt8(unsigned byteOffset, int8_t value, ExceptionCode& ec)
192 setData<int8_t>(byteOffset, value, false, ec);
  /frameworks/base/media/mtp/
MtpProperty.h 28 int8_t i8;

Completed in 403 milliseconds

1 2 3 45 6 7 8 91011>>