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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 144 # define INT8_MIN ((int8_t)(-128))
157 # define INT8_MAX ((int8_t)(127))
219 typedef int8_t UBool;
  /external/elfutils/0.153/libasm/
libasmP.h 193 int8_t type;
195 int8_t binding;
278 extern int __asm_addint8_internal (AsmScn_t *asmscn, int8_t num)
  /external/icu/icu4c/source/common/
unistr_case.cpp 35 int8_t
69 return (int8_t)(result >> 24 | 1);
77 return (int8_t)((length - srcLength) >> 24 | 1);
  /external/libunwind/include/
remote.h 12 unw_word_t *addr, int8_t *valp, void *arg)
14 *valp = *(int8_t *) (uintptr_t) *addr;
52 unw_word_t *addr, int8_t *valp, void *arg)
  /external/chromium_org/base/
basictypes.h 22 typedef int8_t int8;
  /external/chromium_org/third_party/icu/source/test/intltest/
normconf.h 67 int8_t dir);
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 48 typedef __int8 int8_t; typedef
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTableTypes.h 20 typedef int8_t SK_OT_CHAR;
  /external/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 62 typedef int8_t int8;
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
fake_audio_device_buffer.h 58 scoped_ptr<scoped_ptr<int8_t[]>[]> buf_;
  /external/chromium_org/third_party/webrtc/modules/utility/source/
video_coder.h 41 int8_t DefaultPayloadType(const char* plName);
  /external/chromium_org/v8/src/
token.cc 26 const int8_t Token::precedence_[NUM_TOKENS] = {
  /external/clang/test/CodeGen/
arm64-lanes.c 7 int8_t test_vdupb_lane_s8(int8x8_t src) {
  /external/icu/icu4c/source/test/intltest/
normconf.h 67 int8_t dir);
  /external/icu/icu4c/source/tools/genrb/
reslist.h 46 int8_t fStringsForm; /* default STRINGS_UTF16_V1 */
106 int8_t fType; /* determined by table_write16() for table_preWrite() & table_write() */
128 int8_t fNumCharsForLength;
160 int8_t fType; /* nominal type: fRes (when != 0xffffffff) may use subtype */
  /external/nanopb-c/extra/
pb_syshdr.h 19 typedef signed char int8_t; typedef
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_config_dreamcast.h 30 typedef signed char int8_t; typedef
SDL_config_macos.h 32 typedef SInt8 int8_t; typedef
SDL_config_symbian.h 55 typedef signed char int8_t; typedef
  /external/skia/src/sfnt/
SkOTTableTypes.h 20 typedef int8_t SK_OT_CHAR;
  /external/valgrind/main/drd/tests/
annotate_trace_memory.c 7 volatile int8_t i8;
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 58 void startList(int8_t count);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 206 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
207 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
208 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
209 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
  /hardware/ti/omap4-aah/domx/mm_osal/inc/
timm_osal_types.h 63 typedef int8_t TIMM_OSAL_S8; /*INT8 */
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_types.h 63 typedef int8_t TIMM_OSAL_S8; /*INT8 */

Completed in 1466 milliseconds

1 2 3 4 5 6 7 891011>>