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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/media/mtp/
MtpTypes.h 62 typedef Vector<int8_t> Int8List;
  /frameworks/ex/variablespeed/jni/
decode_buffer.cc 43 void DecodeBuffer::AddData(int8_t* pointer, size_t lengthInBytes) {
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 74 typedef signed char int8_t; typedef
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 151 int8_t pull_val(const int8_t* val) const {
154 int8_t pull_val(const int8_t& val) const {
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 40 int8_t android_app_read_cmd(struct android_app* android_app) {
41 int8_t cmd;
80 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) {
137 void android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd) {
195 int8_t cmd = android_app_read_cmd(app);
273 static void android_app_write_cmd(struct android_app* android_app, int8_t cmd) {
304 static void android_app_set_activity_state(struct android_app* android_app, int8_t cmd) {
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 79 static uint8_t SC_abs_i8(int8_t v) {return (uint8_t)abs(v);}
86 static int8_t SC_clz_i8(int8_t v) {return (int8_t)__builtin_clz(v);}
93 static int8_t SC_max_i8(int8_t v, int8_t v2) {return rsMax(v, v2);}
100 static int8_t SC_min_i8(int8_t v, int8_t v2) {return rsMin(v, v2);
    [all...]
  /external/icu4c/i18n/
dtitvinf.cpp 373 const int8_t PATTERN_CHAR_BASE = 0x41;
377 int8_t ch = (int8_t)skeleton.charAt(i);
400 int8_t& bestMatchDistanceInfo) const {
469 int8_t fieldLength = sizeof(skeletonFieldWidth)/sizeof(skeletonFieldWidth[0]);
483 int8_t i;
490 int8_t fieldDifference = 1;
604 int8_t i;
645 int8_t i;
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]
dtitvfmt.h     [all...]
dtitvinf.h 421 int8_t& bestMatchDistanceInfo) const;
  /external/icu4c/common/
ucnv_cb.c 113 int8_t errBuffLen;
148 args->converter->charErrorBufferLength = (int8_t)(
mutex.h 148 int8_t fHaveInstance;
util.h 213 int32_t& pos, int8_t radix);
  /external/icu4c/extra/scrptrun/
scrptrun.cpp 47 int8_t ScriptRun::highBit(int32_t value)
53 int8_t bit = 0;
scrptrun.h 85 static int8_t highBit(int32_t value);
  /external/icu4c/tools/makeconv/
makeconv.c 414 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/skia/gpu/src/
GrGLProgram.h 162 int8_t fFirstCoverageStage;
165 int8_t fEdgeAANumEdges;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DataViewCustom.cpp 65 int8_t result = imp->getInt8(byteOffset, ec);
100 imp->setInt8(byteOffset, static_cast<int8_t>(value), ec);
  /external/webkit/Source/WebCore/html/canvas/
DataView.h 44 int8_t getInt8(unsigned byteOffset, ExceptionCode&);
59 void setInt8(unsigned byteOffset, int8_t value, ExceptionCode&);
  /dalvik/vm/
Common.h 89 typedef int8_t s1;
  /development/ndk/platforms/android-9/include/android/
sensor.h 105 int8_t status;
  /external/elfutils/libasm/
asm_addint8.c 56 printf ("\t.byte\t%" PRId8 "\n", (int8_t) num);
  /external/icu4c/common/unicode/
pwin32.h 127 typedef signed char int8_t; typedef
  /external/icu4c/samples/uresb/
uresb.c 61 void printHex(UFILE *out, const int8_t *what);
181 void printHex(UFILE *out, const int8_t *what) {
268 const int8_t *data = (const int8_t *)ures_getBinary(resource, &len, status);
  /external/qemu/slirp/
cksum.c 79 w = (u_int16_t *)((int8_t *)w + 1);

Completed in 1266 milliseconds

1 2 3 4 56 7 8 91011>>