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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 36 typedef signed char int8_t; typedef
58 CASSERT(sizeof(int8_t) == 1, int8_t_is_one_byte)
  /device/moto/stingray/whisper/
SHA_Comm.h 58 int8_t SHAC_SendAndReceive(SHA_CommParameters *params);
  /external/bluetooth/bluez/src/
eir.h 39 void eir_create(const char *name, int8_t tx_power, uint16_t did_vendor,
  /external/e2fsprogs/lib/uuid/
uuid_types.h 10 typedef signed char int8_t; typedef
  /external/icu4c/i18n/
casetrn.h 100 utrans_rep_caseContextIterator(void *context, int8_t dir);
  /external/icu4c/test/cintltst/
nccbtst.h 47 const char *mySubChar, int8_t len);
52 const char *mySubChar, int8_t len);
56 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError);
60 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError);
  /external/icu4c/test/intltest/
plurfmts.h 43 int8_t *expectingResults);
thcoll.h 67 int8_t sign(int32_t i);
  /frameworks/base/libs/hwui/
PatchCache.cpp 56 const uint32_t width, const uint32_t height, const int8_t numColors) {
58 int8_t transparentQuads = 0;
62 for (int8_t i = 0; i < numColors; i++) {
71 if (transparentQuads == int8_t((width + 1) * (height + 1))) {
PatchCache.h 53 const uint32_t width, const uint32_t height, const int8_t numColors);
76 const int8_t emptyCount, const uint32_t colorKey):
109 int8_t emptyCount;
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_decoder.c 25 static int8_t get_alphabet_index(int8_t ch)
36 return (int8_t)(tmp - base64_alphabet);
44 int8_t tpChar;
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 75 typedef int8_t Word8;
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 318 int8_t android_app_read_cmd(struct android_app* android_app);
325 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd);
332 void android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd);
  /packages/inputmethods/LatinIME/native/src/
correction_state.h 38 int8_t mTransposedPos;
39 int8_t mExcessivePos;
40 int8_t mSkipPos; // should be signed
  /external/llvm/unittests/Support/
TypeBuilderTest.cpp 36 EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<int8_t, false>::get(getGlobalContext())));
76 (TypeBuilder<int8_t**, false>::get(getGlobalContext())));
78 (TypeBuilder<int8_t[7], false>::get(getGlobalContext())));
80 (TypeBuilder<int8_t[], false>::get(getGlobalContext())));
98 (TypeBuilder<const int8_t, false>::get(getGlobalContext())));
100 (TypeBuilder<volatile int8_t, false>::get(getGlobalContext())));
102 (TypeBuilder<const volatile int8_t, false>::get(getGlobalContext())));
119 (TypeBuilder<const volatile int8_t*const volatile, false>::get(getGlobalContext())));
127 (TypeBuilder<int8_t(...), false>::get(getGlobalContext())));
130 (TypeBuilder<int8_t(const int32_t*), false>::get(getGlobalContext())))
    [all...]
SwapByteOrderTest.cpp 53 int8_t origional_int8 = static_cast<int8_t>(value);
72 origional_int8 = static_cast<int8_t>(value);
111 TEST(SwapByteOrder, int8_t) {
112 EXPECT_EQ(int8_t(0x11), sys::SwapByteOrder(int8_t(0x11)));
  /external/libvpx/vpx_ports/
vpxtypes.h 32 typedef signed char int8_t; typedef
36 typedef char int8_t; typedef
45 typedef int8_t vpxs8;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 160 # define INT8_MIN ((int8_t)(-128))
173 # define INT8_MAX ((int8_t)(127))
235 typedef int8_t UBool;
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 160 # define INT8_MIN ((int8_t)(-128))
173 # define INT8_MAX ((int8_t)(127))
235 typedef int8_t UBool;
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 160 # define INT8_MIN ((int8_t)(-128))
173 # define INT8_MAX ((int8_t)(127))
235 typedef int8_t UBool;
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 160 # define INT8_MIN ((int8_t)(-128))
173 # define INT8_MAX ((int8_t)(127))
235 typedef int8_t UBool;
  /external/icu4c/common/
cpputils.h 35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count)
39 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart,
40 int8_t* dst, int32_t dstStart, int32_t count)
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 72 typedef int8_t Char;
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 78 typedef int8_t Word8;
  /frameworks/base/media/mtp/
MtpDataPacket.h 46 inline int8_t getInt8() { return (int8_t)mBuffer[mOffset++]; }
66 void putInt8(int8_t value);
79 void putAInt8(const int8_t* values, int count);

Completed in 4366 milliseconds

12 3 4 5 6 7 8 91011>>