HomeSort by relevance Sort by last modified time
    Searched refs:int8_t (Results 1 - 25 of 1593) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
caltestdata.h 22 int8_t gmo; // 1-based
23 int8_t gda;
24 int8_t cyr;
25 int8_t cmo; // 1-based
26 int8_t clp; // 1 for leap month, 0 otherwise
27 int8_t cda;
    [all...]
  /external/libcxx/test/libcxx/modules/
cinttypes_exports.sh.cpp 23 int8_t x; ((void)x);
24 std::int8_t y; ((void)y);
cstdint_exports.sh.cpp 23 int8_t x; ((void)x);
24 std::int8_t y; ((void)y);
inttypes_h_exports.sh.cpp 23 int8_t x; ((void)x);
stdint_h_exports.sh.cpp 12 // Test that int8_t and the like are exported from stdint.h not inttypes.h
19 int8_t x; ((void)x);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/modules/
cinttypes_exports.sh.cpp 23 int8_t x; ((void)x);
24 std::int8_t y; ((void)y);
cstdint_exports.sh.cpp 23 int8_t x; ((void)x);
24 std::int8_t y; ((void)y);
inttypes_h_exports.sh.cpp 23 int8_t x; ((void)x);
stdint_h_exports.sh.cpp 12 // Test that int8_t and the like are exported from stdint.h not inttypes.h
19 int8_t x; ((void)x);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.h 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy,
28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
32 int8_t *accuracy,
34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.h 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy,
28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
32 int8_t *accuracy,
34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
postproc.h 19 int vpx_setup_noise(double sigma, int8_t *noise, int size);
  /external/pdfium/xfa/fxfa/parser/
cxfa_timezoneprovider.cpp 19 m_tz.tzHour = static_cast<int8_t>(_timezone / 3600 * -1);
20 m_tz.tzMinute = static_cast<int8_t>((abs(_timezone) % 3600) / 60);
26 m_tz.tzHour = static_cast<int8_t>(timezone / 3600 * -1);
28 static_cast<int8_t>((abs(static_cast<int>(timezone)) % 3600) / 60);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.h 30 int8_t payloadType,
37 int8_t payloadType,
58 int32_t SetRED(int8_t payloadType);
61 int32_t RED(int8_t* payloadType) const;
66 int8_t dtmf_payload_type,
71 bool MarkerBit(const FrameType frameType, const int8_t payloadType);
85 int8_t _dtmfPayloadType GUARDED_BY(_sendAudioCritsect);
93 int8_t _REDPayloadType GUARDED_BY(_sendAudioCritsect);
97 int8_t _cngNBPayloadType GUARDED_BY(_sendAudioCritsect);
98 int8_t _cngWBPayloadType GUARDED_BY(_sendAudioCritsect)
    [all...]
rtp_receiver_audio.h 43 bool TelephoneEventPayloadType(const int8_t payload_type) const;
49 bool CNGPayloadType(const int8_t payload_type,
69 int8_t payload_type,
74 int8_t payload_type,
90 void CheckPayloadChanged(int8_t payload_type,
106 int8_t telephone_event_payload_type_;
109 int8_t cng_nb_payload_type_;
110 int8_t cng_wb_payload_type_;
111 int8_t cng_swb_payload_type_;
112 int8_t cng_fb_payload_type_
    [all...]
  /external/libexif/contrib/watcom/
_stdint.h 8 typedef signed char int8_t; typedef
  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer.h 53 void GetPlayoutData(int8_t* buffer);
66 void DeliverRecordedData(const int8_t* buffer,
89 rtc::scoped_ptr<int8_t[]> playout_cache_buffer_;
96 rtc::scoped_ptr<int8_t[]> record_cache_buffer_;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
stdint.h 10 typedef signed char int8_t; typedef
  /system/connectivity/wifilogd/tests/
local_utils_unittest.cpp 68 EXPECT_EQ(std::numeric_limits<int8_t>::max(), GetMaxVal<int8_t>());
82 EXPECT_EQ(std::numeric_limits<int8_t>::max(), GetMaxVal(int8_t{}));
134 EXPECT_EQ(int8_t{0}, (SAFELY_CLAMP(int8_t{-1}, int8_t, 0, 2)));
135 EXPECT_EQ(int8_t{0}, (SAFELY_CLAMP(int8_t{0}, int8_t, 0, 2)))
    [all...]
  /external/compiler-rt/test/ubsan/TestCases/Integer/
add-overflow.cpp 10 (void)(int8_t(0x7f) + int8_t(0x7f));
mul-overflow.cpp 7 (void)(int8_t(-2) * int8_t(0x7f));
sub-overflow.cpp 10 (void)(int8_t(-2) - int8_t(0x7f));
umul-overflow.cpp 7 (void)(int8_t(-2) * int8_t(0x7f));
  /external/llvm/lib/Support/
LEB128.cpp 24 Size += sizeof(int8_t);
39 Size += sizeof(int8_t);
  /external/webrtc/webrtc/voice_engine/
level_indicator.h 31 int8_t Level() const;
47 int8_t _currentLevel;

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>