Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 25 of 1531) sorted by relevance

12345678910>>...62

/third_party/uboot/u-boot-2020.01/board/freescale/b4860qds/
Db4860qds_crossbar_con.h12 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 …]
/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc72 static_assert(sizeof(int8_t) == 1, "");
73 static_assert(alignof(int8_t) == 1, "");
105 using L = Layout<int8_t, int32_t, Int128>; in TEST()
106 SameType<int8_t, L::ElementType<0>>(); in TEST()
109 SameType<int8_t, decltype(L::Partial())::ElementType<0>>(); in TEST()
110 SameType<int8_t, decltype(L::Partial(0))::ElementType<0>>(); in TEST()
112 SameType<int8_t, decltype(L::Partial(0, 0))::ElementType<0>>(); in TEST()
115 SameType<int8_t, decltype(L::Partial(0, 0, 0))::ElementType<0>>(); in TEST()
135 using L = Layout<int8_t, int32_t, Int128>; in TEST()
136 SameType<std::tuple<int8_t, int32_t, Int128>, L::ElementTypes>(); in TEST()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc72 static_assert(sizeof(int8_t) == 1, "");
73 static_assert(alignof(int8_t) == 1, "");
105 using L = Layout<int8_t, int32_t, Int128>; in TEST()
106 SameType<int8_t, L::ElementType<0>>(); in TEST()
109 SameType<int8_t, decltype(L::Partial())::ElementType<0>>(); in TEST()
110 SameType<int8_t, decltype(L::Partial(0))::ElementType<0>>(); in TEST()
112 SameType<int8_t, decltype(L::Partial(0, 0))::ElementType<0>>(); in TEST()
115 SameType<int8_t, decltype(L::Partial(0, 0, 0))::ElementType<0>>(); in TEST()
137 using L = Layout<int8_t, int32_t, Int128>; in TEST()
138 SameType<std::tuple<int8_t, int32_t, Int128>, L::ElementTypes>(); in TEST()
[all …]
Dlayout_benchmark.cc53 size_t VariableOffset<int8_t, int16_t, int32_t, Int128>(size_t n, size_t m, in VariableOffset()
60 size_t VariableOffset<Int128, int32_t, int16_t, int8_t>(size_t n, size_t m, in VariableOffset()
107 OFFSET_BENCHMARK(BM_OffsetConstantHeadroom, 48, int8_t, int16_t, int32_t,
109 OFFSET_BENCHMARK(BM_OffsetConstant, 48, int8_t, int16_t, int32_t, Int128);
111 int8_t);
112 OFFSET_BENCHMARK(BM_OffsetConstant, 82, Int128, int32_t, int16_t, int8_t);
113 OFFSET_BENCHMARK(BM_OffsetVariableHeadroom, 48, int8_t, int16_t, int32_t,
115 OFFSET_BENCHMARK(BM_OffsetVariable, 48, int8_t, int16_t, int32_t, Int128);
117 int8_t);
118 OFFSET_BENCHMARK(BM_OffsetVariable, 82, Int128, int32_t, int16_t, int8_t);
/third_party/ffmpeg/libavcodec/
Dsvq1_cb.h40 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_4x2)[768] = { variable
92 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_4x4)[1536] = { variable
192 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_8x4)[3072] = { variable
388 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_8x8)[6144] = { variable
776 const int8_t* const ff_svq1_inter_codebooks[6] = {
783 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_4x2)[768] = { variable
835 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_4x4)[1536] = { variable
935 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_8x4)[3072] = { variable
1131 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_8x8)[6144] = { variable
1519 const int8_t* const ff_svq1_intra_codebooks[6] = {
Dadpcm_data.c30 static const int8_t adpcm_index_table2[4] = {
35 static const int8_t adpcm_index_table3[8] = {
40 const int8_t ff_adpcm_index_table[16] = {
45 static const int8_t adpcm_index_table5[32] = {
50 const int8_t * const ff_adpcm_index_tables[4] = {
95 const int8_t ff_adpcm_AdaptCoeff2[] = {
104 const int8_t ff_adpcm_yamaha_difflookup[] = {
181 const int8_t ff_adpcm_ima_cunning_index_table[9] = {
Dvp9data.h30 extern const int8_t ff_vp9_partition_tree[3][2];
32 extern const int8_t ff_vp9_segmentation_tree[7][2];
33 extern const int8_t ff_vp9_intramode_tree[9][2];
36 extern const int8_t ff_vp9_inter_mode_tree[3][2];
37 extern const int8_t ff_vp9_filter_tree[2][2];
67 extern const int8_t ff_vp9_mv_joint_tree[3][2];
68 extern const int8_t ff_vp9_mv_class_tree[10][2];
69 extern const int8_t ff_vp9_mv_fp_tree[3][2];
Dvp8data.h47 static const int8_t vp8_pred16x16_tree_intra[4][2] = {
54 static const int8_t vp8_pred16x16_tree_inter[4][2] = {
62 int8_t yoffset;
63 int8_t xoffset;
168 static const int8_t vp8_pred4x4_tree[9][2] = {
180 static const int8_t vp8_pred8x8c_tree[3][2] = {
319 static const int8_t vp8_segmentid_tree[][2] = {
331 static const int8_t vp8_coeff_band_indexes[8][10] = {
771 static const int8_t vp7_feature_index_tree[4][2] =
Dmsmpeg4data.c273 static const int8_t table0_level[132] = {
293 static const int8_t table0_run[132] = {
356 static const int8_t table1_level[148] = {
378 static const int8_t table1_run[148] = {
452 static const int8_t table2_level[185] = {
479 static const int8_t table2_run[185] = {
553 static const int8_t table4_level[168] = {
577 static const int8_t table4_run[168] = {
Ddca_core.h131 int8_t nsubbands[DCA_CHANNELS]; ///< Subband activity count
132 int8_t subband_vq_start[DCA_CHANNELS]; ///< High frequency VQ start subband
133 int8_t joint_intensity_index[DCA_CHANNELS]; ///< Joint intensity coding index
134 int8_t transition_mode_sel[DCA_CHANNELS]; ///< Transient mode code book
135 int8_t scale_factor_sel[DCA_CHANNELS]; ///< Scale factor code book
136 int8_t bit_allocation_sel[DCA_CHANNELS]; ///< Bit allocation quantizer select
137int8_t quant_index_sel[DCA_CHANNELS][DCA_CODE_BOOKS]; ///< Quantization index codebook select
141 int8_t nsubsubframes[DCA_SUBFRAMES]; ///< Subsubframe count for each subframe
142 int8_t prediction_mode[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< Prediction mode
144int8_t bit_allocation[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< Bit allocation index
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dsimpletz.h165 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
166 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
167 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
168 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
208 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
209 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
210 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
211 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
256 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
257 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dsimpletz.h165 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
166 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
167 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
168 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
208 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
209 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
210 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
211 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
256 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
257 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dsimpletz.h163 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
164 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
165 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
166 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
206 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
207 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
208 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
209 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
254 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
255 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dsimpletz.h165 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
166 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
167 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
168 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
208 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
209 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
210 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
211 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
256 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
257 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
[all …]
/third_party/flutter/skia/tests/
DFitsInTest.cpp23 TEST(uint16_t, 257, int8_t, false); in DEF_TEST()
25 TEST(int32_t, 1, int8_t, true); in DEF_TEST()
26 TEST(int32_t, -1, int8_t, true); in DEF_TEST()
27 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true); in DEF_TEST()
28 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false); in DEF_TEST()
29 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true); in DEF_TEST()
30 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false); in DEF_TEST()
44 TEST(int32_t, 1000, int8_t, false); in DEF_TEST()
57 TEST(uint32_t, 1, int8_t, true); in DEF_TEST()
64 TEST(uint32_t, (std::numeric_limits<uint32_t>::max)(), int8_t, false); in DEF_TEST()
[all …]
/third_party/skia/tests/
DFitsInTest.cpp23 TEST(uint16_t, 257, int8_t, false); in DEF_TEST()
25 TEST(int32_t, 1, int8_t, true); in DEF_TEST()
26 TEST(int32_t, -1, int8_t, true); in DEF_TEST()
27 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true); in DEF_TEST()
28 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false); in DEF_TEST()
29 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true); in DEF_TEST()
30 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false); in DEF_TEST()
44 TEST(int32_t, 1000, int8_t, false); in DEF_TEST()
57 TEST(uint32_t, 1, int8_t, true); in DEF_TEST()
64 TEST(uint32_t, (std::numeric_limits<uint32_t>::max)(), int8_t, false); in DEF_TEST()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dsimpletz.cpp54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
90 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
91 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone()
92 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone()
93 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone()
109 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
110 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone()
111 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone()
112 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone()
128 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dsimpletz.cpp53 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
89 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
90 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone()
91 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone()
92 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone()
108 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
109 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone()
110 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone()
111 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone()
127 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
[all …]
/third_party/icu/icu4c/source/i18n/
Dsimpletz.cpp54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
90 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
91 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone()
92 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone()
93 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone()
109 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
110 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone()
111 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone()
112 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone()
128 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dsimpletz.cpp54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
90 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
91 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone()
92 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone()
93 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone()
109 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
110 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone()
111 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone()
112 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone()
128 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_bld.h75 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
76 int8_t conversionType; /* +69: 1 conversion type */
78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
79 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
82 int8_t subCharLen; /* +76: 1 */
189 int8_t toULength; /* number of bytes in toUBytes */
212 int8_t maxBytesPerUChar;
214 int8_t subCharLen; /* length of the codepage specific character sequence */
215 int8_t invalidCharLength;
216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
[all …]
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.h75 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
76 int8_t conversionType; /* +69: 1 conversion type */
78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
79 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
82 int8_t subCharLen; /* +76: 1 */
189 int8_t toULength; /* number of bytes in toUBytes */
212 int8_t maxBytesPerUChar;
214 int8_t subCharLen; /* length of the codepage specific character sequence */
215 int8_t invalidCharLength;
216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
[all …]
/third_party/icu/icu4c/source/common/
Ducnv_bld.h75 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
76 int8_t conversionType; /* +69: 1 conversion type */
78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
79 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
82 int8_t subCharLen; /* +76: 1 */
189 int8_t toULength; /* number of bytes in toUBytes */
212 int8_t maxBytesPerUChar;
214 int8_t subCharLen; /* length of the codepage specific character sequence */
215 int8_t invalidCharLength;
216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_bld.h75 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
76 int8_t conversionType; /* +69: 1 conversion type */
78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
79 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
82 int8_t subCharLen; /* +76: 1 */
189 int8_t toULength; /* number of bytes in toUBytes */
212 int8_t maxBytesPerUChar;
214 int8_t subCharLen; /* length of the codepage specific character sequence */
215 int8_t invalidCharLength;
216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dcaltestdata.h22 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;

12345678910>>...62