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

1 2 3 4 5 6 7 891011>>

  /external/icu4c/i18n/
japancal.cpp 37 int8_t month;
38 int8_t day;
unesctrn.cpp 186 int8_t radix = (int8_t) spec[ipat++];
  /external/icu4c/test/intltest/
uvectest.cpp 69 static int8_t U_CALLCONV
81 static int8_t U_CALLCONV
itrbnf.cpp 468 // public int8_t constructor
469 LLAssert(llong((int8_t)0).asInt() == (int8_t)0);
470 LLAssert(llong((int8_t)1).asInt() == (int8_t)1);
471 LLAssert(llong((int8_t)-1).asInt() == (int8_t)-1);
472 LLAssert(llong((int8_t)0x7f).asInt() == (int8_t)0x7f);
473 LLAssert(llong((int8_t)0xff).asInt() == (int8_t)0xff)
    [all...]
  /external/skia/include/core/
SkTypes.h 155 SK_API int8_t SkToS8(long);
162 #define SkToS8(x) ((int8_t)(x))
SkStream.h 60 int8_t readS8();
  /external/tcpdump/
config.h.in 337 /* Define to `signed char' if int8_t not defined. */
338 #undef int8_t
sctpHeader.h 220 int8_t addrFmt[SCTP_ADDRMAX];
  /external/webp/src/dec/
vp8i.h 122 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
123 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
  /system/media/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 62 int8_t pcmData[NB_BUFFERS_IN_QUEUE * BUFFER_SIZE_IN_BYTES];
276 cntxt.pDataBase = (int8_t*)&pcmData;
  /external/qemu/target-arm/
iwmmxt_helper.c 51 #define EXTEND8H(a) ((uint16_t) (int8_t) (a))
52 #define EXTEND8(a) ((uint32_t) (int8_t) (a))
292 IWMMXT_OP_CMP(cmpgts, int8_t, int16_t, int32_t, >)
297 IWMMXT_OP_CMP(mins, int8_t, int16_t, int32_t, <)
299 IWMMXT_OP_CMP(maxs, int8_t, int16_t, int32_t, >)
312 IWMMXT_OP_CMP(subs, int8_t, int16_t, int32_t, -)
313 IWMMXT_OP_CMP(adds, int8_t, int16_t, int32_t, +)
  /frameworks/base/cmds/keystore/
keystore.cpp 303 int8_t getRetry() {
443 int8_t mRetry;
512 static int recv_code(int sock, int8_t* code) {
544 static void send_code(int sock, int8_t code) {
687 int8_t code;
718 static ResponseCode process(KeyStore* keyStore, int sock, uid_t uid, int8_t code) {
790 int8_t request;
  /external/icu4c/tools/makeconv/
genmbcs.c 75 int8_t flag);
85 int8_t flag);
91 int8_t flag);
369 int8_t flag) {
560 int8_t flag) {
678 int8_t flag) {
    [all...]
  /external/icu4c/common/unicode/
uniset.h     [all...]
  /external/v8/src/x64/
assembler-x64-inl.h 441 int8_t* p = reinterpret_cast<int8_t*>(&buf_[len_]);
443 len_ += sizeof(int8_t);
  /external/grub/stage2/
iso9660.h 62 typedef int int8_t __attribute__((mode(QI))); typedef
  /external/llvm/lib/Support/
DataExtractor.cpp 110 return (int8_t)getU8(offset_ptr);
  /external/qemu/audio/
mixeng.c 36 #define IN_T int8_t
  /external/qemu/slirp/
ip.h 250 int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
  /external/qemu/slirp-android/
ip.h 252 int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
slirp.h 50 typedef char int8_t; typedef
  /external/skia/gpu/include/
GrConfig.h 117 typedef signed char int8_t; typedef
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 143 int8_t *mBuffer;
150 mBuffer = new int8_t[mBufferSize];
222 static int callRequestAudioAvailable(JNIEnv *env, jobject request, int8_t *buffer,
262 int8_t **pWav, size_t *pBufferSize,
  /external/v8/src/
dateparser.cc 126 const int8_t DateParser::KeywordTable::
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 147 return static_cast<CharCategory>(TO_MASK((int8_t) ICU::category(c)));

Completed in 610 milliseconds

1 2 3 4 5 6 7 891011>>