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

1 23 4 5 6 7 8 91011>>

  /frameworks/ex/variablespeed/jni/
decode_buffer.h 34 void AddData(int8_t* pointer, size_t lengthInBytes);
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 41 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count);
45 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count)
49 int16_t phFriNfc_NdefReg_Strnicmp(const int8_t *s1, const int8_t *s2, uint32_t count)
51 int8_t c1, c2;
313 if( !phFriNfc_NdefReg_Strncmp( (const int8_t *)NdefReg->NdefTypeList->NdefType[index] ,
314 (const int8_t *)(NdefReg->RecordsExtracted->Type),
330 if( !phFriNfc_NdefReg_Strnicmp( (int8_t *)NdefReg->NdefTypeList->NdefType[index]
    [all...]
  /external/icu4c/common/unicode/
unistr.h 278 inline int8_t compare(const UnicodeString& text) const;
294 inline int8_t compare(int32_t start,
315 inline int8_t compare(int32_t start,
333 inline int8_t compare(const UChar *srcChars,
350 inline int8_t compare(int32_t start,
371 inline int8_t compare(int32_t start,
394 inline int8_t compareBetween(int32_t start,
417 inline int8_t compareCodePointOrder(const UnicodeString& text) const;
438 inline int8_t compareCodePointOrder(int32_t start,
463 inline int8_t compareCodePointOrder(int32_t start
    [all...]
umachine.h 144 # define INT8_MIN ((int8_t)(-128))
157 # define INT8_MAX ((int8_t)(127))
219 typedef int8_t UBool;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_win32.h 33 typedef signed __int8 int8_t; typedef
57 typedef signed char int8_t; typedef
SDL_config_dreamcast.h 30 typedef signed char int8_t; typedef
SDL_config_macos.h 32 typedef SInt8 int8_t; typedef
  /external/svox/pico/compat/include/
TtsEngine.h 62 // @param [inout] int8_t *& - A buffer of audio data only valid during the
71 tts_audio_format, int, int8_t *&, size_t&, tts_synth_status);
235 virtual tts_result synthesizeText(const char *text, int8_t *buffer,
  /external/svox/pico/compat/jni/
tts.h 111 // @param [inout] int8_t *& - A buffer of audio data only valid during the
124 int8_t **pAudioBuffer,
307 int8_t *buffer,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
platform.h 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
98 typedef signed char int8_t; typedef
111 typedef signed char int8_t; typedef
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
platform.h 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
98 typedef signed char int8_t; typedef
111 typedef signed char int8_t; typedef
  /external/webkit/Source/WebCore/icu/unicode/
platform.h 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
98 typedef signed char int8_t; typedef
111 typedef signed char int8_t; typedef
  /external/webkit/Source/WebKit/mac/icu/unicode/
platform.h 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
98 typedef signed char int8_t; typedef
111 typedef signed char int8_t; typedef
  /frameworks/base/libs/hwui/
Patch.h 48 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads = 0);
73 int8_t mEmptyQuads;
  /external/icu4c/i18n/
gregoimp.h 150 static inline int8_t monthLength(int32_t year, int32_t month);
158 static inline int8_t previousMonthLength(int y, int m);
251 static const int8_t MONTH_LENGTH[24];
263 inline int8_t
268 inline int8_t
  /external/mesa3d/include/c99/
stdint.h 75 typedef signed char int8_t; typedef
82 typedef signed __int8 int8_t; typedef
94 typedef int8_t int_least8_t;
104 typedef int8_t int_fast8_t;
132 #define INT8_MIN ((int8_t)_I8_MIN)
  /external/elfutils/libasm/
libasmP.h 180 int8_t type;
182 int8_t binding;
250 extern int __asm_addint8_internal (AsmScn_t *asmscn, int8_t num)
  /external/clang/test/SemaCXX/
conversion.cpp 5 typedef signed char int8_t; typedef
  /external/icu4c/test/intltest/
normconf.h 67 int8_t dir);
  /external/v8/src/
token.cc 49 const int8_t Token::precedence_[NUM_TOKENS] = {
  /external/webrtc/src/
typedefs.h 58 typedef signed char int8_t; typedef
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_types.h 63 typedef int8_t TIMM_OSAL_S8; /*INT8 */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
type_compat.h 9 typedef int8_t __s8;
  /system/media/audio_utils/include/audio_utils/
resampler.h 36 int8_t* i8;
  /external/icu4c/common/
icucfg.h.in 103 #undef int8_t

Completed in 741 milliseconds

1 23 4 5 6 7 8 91011>>