Searched refs:int8_t (Results 226 - 250 of 865) sorted by relevance

1234567891011>>

/external/chromium_org/v8/testing/
H A Dgtest-support.h19 GET_TYPE_NAME(int8_t)
/external/icu/icu4c/source/common/
H A Dutil.h212 int32_t& pos, int8_t radix);
/external/icu/icu4c/source/i18n/
H A Drbt_rule.h130 int8_t flags;
/external/icu/icu4c/source/io/
H A Dufmt_cmn.h130 int8_t radix);
/external/icu/icu4c/source/samples/datefmt/
H A Dutil.cpp22 int8_t digits,
/external/icu/icu4c/source/samples/msgfmt/
H A Dutil.cpp22 int8_t digits,
/external/icu/icu4c/source/samples/translit/
H A Dutil.cpp22 int8_t digits,
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h35 int8_t setSub;
H A Dnormconf.h67 int8_t dir);
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.h119 UChar32 c, int8_t flag);
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.h57 int8_t uLen, bLen, f, moveFlag;
82 int8_t flagsType; /* UCM_FLAGS_INITIAL etc. */
99 int8_t conversionType, outputType;
248 U_CAPI int8_t U_EXPORT2
/external/libvpx/libvpx/vp9/common/
H A Dvp9_prob.h31 typedef int8_t vp9_tree_index;
/external/llvm/include/llvm/Support/
H A DEndian.h112 <int8_t, little, unaligned> little8_t;
130 <int8_t, little, aligned> aligned_little8_t;
148 <int8_t, big, unaligned> big8_t;
166 <int8_t, big, aligned> aligned_big8_t;
/external/mesa3d/src/egl/main/
H A Deglcompiler.h40 typedef __int8 int8_t; typedef
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs.h89 int8_t constant_map[1024];
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_os2.h30 typedef signed char int8_t; typedef
/external/qemu/include/migration/
H A Dqemu-file.h212 static inline void qemu_put_sbuffer(QEMUFile *f, const int8_t *buf, int size)
232 static inline size_t qemu_get_sbuffer(QEMUFile *f, int8_t *buf, int size)
252 static inline void qemu_put_s8s(QEMUFile *f, const int8_t *pv)
272 static inline void qemu_get_s8s(QEMUFile *f, int8_t *pv)
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h24 typedef signed char int8_t; typedef
/external/skia/experimental/Intersection/
H A DSkAntiEdge.h35 int8_t fWinding; // 1 or -1 (could be 2 bits)
/external/skia/include/gpu/
H A DGrConfig.h44 typedef signed char int8_t; typedef
/external/webrtc/src/
H A Dtypedefs.h102 typedef signed char int8_t; typedef
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_impl.cc100 const int8_t payload_type,
125 const int8_t payload_type) {
175 int8_t first_payload_byte = payload_length > 0 ? payload[0] : 0;
275 int8_t last_received_payload_type =
338 const int8_t first_payload_byte,
345 int8_t payload_type = rtp_header.payloadType;
350 int8_t last_received_payload_type =
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h168 const int8_t payloadType) = 0;
330 const int8_t payloadType,
638 int8_t& telephoneEvent) const = 0;
656 const int8_t payloadType) = 0;
664 int8_t& payloadType) const = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h75 int32_t(const int8_t payloadType));
125 const int8_t payloadType,
233 bool(int8_t& telephoneEvent));
237 int32_t(const int8_t payloadType));
239 int32_t(int8_t& payloadType));
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitvinf.cpp392 const int8_t PATTERN_CHAR_BASE = 0x41;
396 int8_t ch = (int8_t)skeleton.charAt(i);
419 int8_t& bestMatchDistanceInfo) const {
482 int8_t fieldLength = sizeof(skeletonFieldWidth)/sizeof(skeletonFieldWidth[0]);
496 int8_t i;
503 int8_t fieldDifference = 1;
616 int8_t i;
661 int8_t i;

Completed in 6184 milliseconds

1234567891011>>