Home
last modified time | relevance | path

Searched refs:i16_t (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/type/
H A DAnyTypeTest.cpp48 test<i16_t>(), in getUniqueNonContainerTypes()
121 AnyType::create<list<i16_t>>(), in TEST()
122 AnyType::create<list_c>(AnyType::create<i16_t>())); in TEST()
125 AnyType::create<set<i16_t>>(), in TEST()
126 AnyType::create<set_c>(AnyType::create<i16_t>())); in TEST()
128 AnyType::create<set<list<i16_t>>>(), in TEST()
129 AnyType::create<set_c>(AnyType::create<list<i16_t>>())); in TEST()
177 EXPECT_EQ(list<i16_t>{}, AnyType::create<list_c>(i16_t{})); in TEST()
178 AnyType type = i16_t{}; in TEST()
179 EXPECT_EQ(type, AnyType::create<i16_t>()); in TEST()
[all …]
H A DThriftTypeTest.cpp60 static_assert(is_concrete_v<i16_t>);
119 static_assert(is_thrift_type_tag_v<i16_t>);
178 static_assert(!is_abstract_v<i16_t>);
218 static_assert(is_a_v<i16_t, integral_c>);
293 static_assert(!is_a_v<cpp_type<int, i32_t>, i16_t>);
296 static_assert(!is_a_v<cpp_type<int, i32_t>, cpp_type<int, i16_t>>);
H A DTraitsTest.cpp84 using tag = i16_t; in TEST()
334 using tag_t = map<i16_t, i32_t>; in TEST()
340 using tag_s = map<i16_t, i32_t, std::unordered_map>; in TEST()
458 i16_t, in TEST()
H A DTag.h57 struct i16_t : integral_c {}; struct
H A DTraits.h44 i16_t,
/dports/devel/z88dk/z88dk/include/net/
H A Dtcpsock.h82 i16_t recvsize; /* Size of recv buffer */
84 i16_t recvoffs; /* how much in buffer */
85 i16_t recvread; /* how much read from buffer */
92 i16_t unacked; /* Amount of unacked data */
120 i16_t sendsize; /* Size of send buffer */
121 i16_t sendoffs; /* Offset in buffer */
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/cpp2/
H A DObjectTest.cpp62 Value value = asValueStruct<type::i16_t>(7u); in TEST()
120 Value value = asValueStruct<type::list<type::i16_t>>(data); in TEST()
124 EXPECT_EQ(value.get_listValue()[i], asValueStruct<type::i16_t>(data[i])); in TEST()
128 value = asValueStruct<type::list<type::i16_t>>( in TEST()
134 EXPECT_EQ(value.get_listValue()[i], asValueStruct<type::i16_t>(data[i])); in TEST()
169 Value value = asValueStruct<type::set<type::i16_t>>(data); in TEST()
174 at(value.get_setValue(), i), asValueStruct<type::i16_t>(at(data, i))); in TEST()
178 value = asValueStruct<type::set<type::i16_t>>( in TEST()
184 at(value.get_setValue(), i), asValueStruct<type::i16_t>(at(data, i))); in TEST()
H A DAnyStructSerializerTest.cpp29 THRIFT_SCOPED_CHECK(checkRoundTrip(asValueStruct<type::i16_t>(1))); in TEST()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/
H A Dmdu.cc515 i16_t dor= v[5]*256 + v[4]; in op_32sdiv16()
517 i16_t rem= 0; in op_32sdiv16()
546 i16_t dend= v[1]*256 + v[0]; in op_16sdiv16()
547 i16_t dor= v[5]*256 + v[4]; in op_16sdiv16()
548 i16_t quo= 0; in op_16sdiv16()
549 i16_t rem= 0; in op_16sdiv16()
567 i16_t mand= v[1]*256 + v[0]; in op_16smul16()
568 i16_t mor= v[5]*256 + v[4]; in op_16smul16()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/testset/golden/
H A DTestset.h47 struct struct_ByFieldType<type::list<type::i16_t>, mod_set<>> {
102 struct struct_ByFieldType<type::map<type::string_t, type::i16_t>, mod_set<>> {
147 struct struct_ByFieldType<type::map<type::i64_t, type::i16_t>, mod_set<>> {
542 struct struct_ByFieldType<type::i16_t, mod_set<>> {
1082 struct struct_ByFieldType<type::i16_t, mod_set<FieldModifier::Optional>> {
1622 struct struct_ByFieldType<type::i16_t, mod_set<FieldModifier::Required>> {
2002 struct exception_ByFieldType<type::list<type::i16_t>, mod_set<>> {
2497 struct exception_ByFieldType<type::i16_t, mod_set<>> {
3957 struct union_ByFieldType<type::list<type::i16_t>, mod_set<>> {
4057 struct union_ByFieldType<type::map<type::i64_t, type::i16_t>, mod_set<>> {
[all …]
/dports/devel/z88dk/z88dk/include/
H A Dfcntl.h86 i16_t blocksize;
90 i16_t pos_in_block;
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/sys/
H A Dtypes.h89 typedef short i16_t; /* 16 bit signed type */ typedef
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/sys/
H A Dtypes.h89 typedef short i16_t; /* 16 bit signed type */ typedef
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/sys/
H A Dtypes.h89 typedef short i16_t; /* 16 bit signed type */ typedef
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/sys/
H A Dtypes.h87 typedef short i16_t; /* 16 bit signed type */ typedef
/dports/devel/z88dk/z88dk/include/sys/
H A Dtypes.h94 typedef short i16_t; /* 16 bit signed type */ typedef
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/op/
H A DThriftOpTest.cpp114 NumericTestCase<type::i16_t>,
115 NumericTestCase<type::i16_t, uint16_t>,
H A DClearTest.cpp54 testClear<type::i16_t>(0, 1); in TEST()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_GPU_Host.h51 using CodeGen_CPU::i16_t;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/data/
H A DTestGenerator.cpp56 createRoundTripTest<type::i16_t>(registry, protocol)); in addRoundTripToSuite()
H A DValueGenerator.cpp126 template struct ValueGenerator<type::i16_t>;
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/tlcs.src/
H A Dinst_arith.cc684 signed int res= (i16_t)d1 - (i16_t)d2; in op_sub16()
734 signed int res= (i16_t)reg.hl - (i16_t)val; in op_sbc_hl()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_types.h82 #define i16_t int16_t macro
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/type/detail/
H A DAnyType.h93 ConcreteType<i16_t>,
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.misc-tests/
H A Dgodump-1.c165 typedef int16_t i16_t; typedef
171 i16_t i16_v2;

123