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

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/board/freescale/b4860qds/
b4860qds_crossbar_con.h 12 static const int8_t vsc16_tx_amc[8][2] = { {15, 3}, {0, 2}, {7, 4}, {9, 10},
15 static int8_t vsc16_tx_sfp[8][2] = { {15, 7}, {0, 1}, {7, 8}, {9, 0},
18 static int8_t vsc16_tx_4sfp_sgmii_12_56[8][2] = { {15, 7}, {0, 1},
22 static const int8_t vsc16_tx_4sfp_sgmii_34[8][2] = { {15, 7}, {0, 1},
26 static int8_t vsc16_tx_sfp_sgmii_aurora[8][2] = { {15, 7}, {0, 1},
31 static int8_t vsc16_tx_sgmii_lane_cd[8][2] = { {5, 14}, {4, 15},
35 static const int8_t vsc16_tx_aurora[8][2] = { {2, 13}, {12, 12}, {-1, -1},
38 static const int8_t vsc16_rx_amc[8][2] = { {3, 15}, {2, 1}, {4, 8}, {10, 9},
41 static int8_t vsc16_rx_sfp[8][2] = { {8, 15}, {0, 1}, {7, 8}, {1, 9},
44 static int8_t vsc16_rx_4sfp_sgmii_12_56[8][2] = { {8, 15}, {0, 1}
    [all...]
  /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/libaom/libaom/av1/encoder/
av1_fwd_txfm1d_cfg.h 16 extern const int8_t *fwd_txfm_shift_ls[TX_SIZES_ALL];
17 extern const int8_t fwd_cos_bit_col[5][5];
18 extern const int8_t fwd_cos_bit_row[5][5];
av1_fwd_txfm1d.h 21 void av1_fdct4_new(const int32_t *input, int32_t *output, int8_t cos_bit,
22 const int8_t *stage_range);
23 void av1_fdct8_new(const int32_t *input, int32_t *output, int8_t cos_bit,
24 const int8_t *stage_range);
25 void av1_fdct16_new(const int32_t *input, int32_t *output, int8_t cos_bit,
26 const int8_t *stage_range);
27 void av1_fdct32_new(const int32_t *input, int32_t *output, int8_t cos_bit,
28 const int8_t *stage_range);
29 void av1_fdct64_new(const int32_t *input, int32_t *output, int8_t cos_bit,
30 const int8_t *stage_range)
    [all...]
  /external/libaom/libaom/av1/common/
av1_inv_txfm1d_cfg.h 17 static const int8_t inv_start_range[TX_SIZES_ALL] = {
39 extern const int8_t *inv_txfm_shift_ls[TX_SIZES_ALL];
44 extern const int8_t inv_cos_bit_col[5 /*row*/][5 /*col*/];
45 extern const int8_t inv_cos_bit_row[5 /*row*/][5 /*col*/];
txb_common.c 15 const int8_t av1_coeff_band_4x4[16] = { 0, 1, 2, 3, 4, 5, 6, 7,
18 const int8_t av1_coeff_band_8x8[64] = {
25 const int8_t av1_coeff_band_16x16[256] = {
42 const int8_t av1_coeff_band_32x32[1024] = {
102 const int8_t av1_nz_map_ctx_offset_4x4[16] = {
106 const int8_t av1_nz_map_ctx_offset_8x8[64] = {
113 const int8_t av1_nz_map_ctx_offset_16x16[256] = {
130 const int8_t av1_nz_map_ctx_offset_32x32[1024] = {
187 const int8_t av1_nz_map_ctx_offset_8x4[32] = {
192 const int8_t av1_nz_map_ctx_offset_8x16[128] =
    [all...]
av1_inv_txfm1d.h 21 static INLINE int32_t clamp_value(int32_t value, int8_t bit) {
28 static INLINE void clamp_buf(int32_t *buf, int32_t size, int8_t bit) {
32 void av1_idct4_new(const int32_t *input, int32_t *output, int8_t cos_bit,
33 const int8_t *stage_range);
34 void av1_idct8_new(const int32_t *input, int32_t *output, int8_t cos_bit,
35 const int8_t *stage_range);
36 void av1_idct16_new(const int32_t *input, int32_t *output, int8_t cos_bit,
37 const int8_t *stage_range);
38 void av1_idct32_new(const int32_t *input, int32_t *output, int8_t cos_bit,
39 const int8_t *stage_range)
    [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);
  /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/u-boot/board/freescale/common/
vsc3316_3308.h 14 int vsc3316_config(unsigned int vsc_addr, int8_t con_arr[][2],
17 int vsc3308_config_adjust(unsigned int vsc_addr, const int8_t con_arr[][2],
20 int vsc3308_config(unsigned int vsc_addr, const int8_t con_arr[][2],
  /external/tensorflow/tensorflow/lite/kernels/internal/
kernel_utils.h 67 const float* input_ptr_batch, const int8_t* input_weights_ptr,
68 float input_weights_scale, const int8_t* recurrent_weights_ptr,
71 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch,
72 int8_t* quantized_hidden_state_ptr_batch, float* scaling_factors,
76 const float* input_ptr_batch, const int8_t* input_weights_ptr,
78 const int8_t* aux_input_weights_ptr, float aux_input_weights_scale,
79 const int8_t* recurrent_weights_ptr, float recurrent_weights_scale,
82 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch,
83 int8_t* aux_quantized_input_ptr_batch,
84 int8_t* quantized_hidden_state_ptr_batch, float* scaling_factors
    [all...]
  /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/libaom/libaom/aom_dsp/x86/
mem_sse2.h 28 return _mm_setr_epi32(*(const int32_t *)((int8_t *)src + 0 * byte_stride),
29 *(const int32_t *)((int8_t *)src + 1 * byte_stride),
30 *(const int32_t *)((int8_t *)src + 2 * byte_stride),
31 *(const int32_t *)((int8_t *)src + 3 * byte_stride));
37 dst = _mm_loadl_epi64((__m128i *)((int8_t *)src + 0 * byte_stride));
38 dst = loadh_epi64((int8_t *)src + 1 * byte_stride, dst);
  /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_;
  /external/skia/tests/
FitsInTest.cpp 23 TEST(uint16_t, 257, int8_t, false);
25 TEST(int32_t, 1, int8_t, true);
26 TEST(int32_t, -1, int8_t, true);
27 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true);
28 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false);
29 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true);
30 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false)
    [all...]
  /external/skqp/tests/
FitsInTest.cpp 17 TEST(uint16_t, 257, int8_t, false);
19 TEST(int32_t, 1, int8_t, true);
20 TEST(int32_t, -1, int8_t, true);
21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true);
22 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false);
23 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true);
24 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false)
    [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));

Completed in 771 milliseconds

1 2 3 4 5 6 7 8 91011>>