Home
last modified time | relevance | path

Searched refs:ElemType (Results 1 – 25 of 2199) sorted by path

12345678910>>...88

/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/dwarf/
H A Dtype.go210 ElemType Type member
217 return "[]" + t.ElemType.String()
320 ElemType Type member
327 return "map[" + t.KeyType.String() + "]" + t.ElemType.String()
333 ElemType Type member
340 return "chan " + t.ElemType.String()
588 slice.ElemType = typeOf(e, AttrGoElem)
801 m.ElemType = typeOf(e, AttrGoElem)
806 c.ElemType = typeOf(e, AttrGoElem)
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go412 return e.zero(mt.ElemType)
1796 ElementTypeID: uint64(typ.ElemType.Common().Offset),
1797 StrideBits: uint64(typ.ElemType.Common().ByteSize) * 8,
1810 ElementTypeID: uint64(typ.ElemType.Common().Offset),
1811 Stride: uint64(typ.ElemType.Common().ByteSize),
H A Deval.m4410 return e.zero(mt.ElemType)
1402 ElementTypeID: uint64(typ.ElemType.Common().Offset),
1403 StrideBits: uint64(typ.ElemType.Common().ByteSize) * 8,
1416 ElementTypeID: uint64(typ.ElemType.Common().Offset),
1417 Stride: uint64(typ.ElemType.Common().ByteSize),
H A Dpeek.go90 ElementTypeID: uint64(t.ElemType.Common().Offset),
93 StrideBits: uint64(t.ElemType.Common().ByteSize) * 8,
H A Dprint.go423 p.printf("(chan %s ", ct.ElemType)
485 elemType := typ.ElemType
486 size, ok := p.sizeof(typ.ElemType)
H A Dvalue.go214 ElementTypeID: uint64(t.ElemType.Common().Offset),
219 Stride: uint64(t.ElemType.Common().ByteSize),
241 ElementTypeID: uint64(t.ElemType.Common().Offset),
246 Stride: uint64(t.ElemType.Common().ByteSize),
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/genproto/googleapis/api/expr/v1alpha1/
H A Dchecked.pb.go459ElemType *Type `protobuf:"bytes,1,opt,name=elem_type,json=elemType,proto3" json:"el… member
492 return m.ElemType
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/alsa-0.5.0/src/
H A Dctl_int.rs146 ElemType, ALL_ELEMTYPE[7],
160 etype: ElemType,
250 ElemType::None => 1, in new()
251 ElemType::Boolean => 128, in new()
252 ElemType::Integer => 128, in new()
253 ElemType::Enumerated => 128, in new()
254 ElemType::Bytes => 512, in new()
255 ElemType::IEC958 => 1, in new()
256 ElemType::Integer64 => 64, in new()
268 use self::ElemType::*; in fmt()
[all …]
H A Dlib.rs96 pub use super::ctl_int::{Ctl, CardInfo, ElemIface, ElemId, ElemType, ElemValue, ElemInfo};
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-0.2.2/src/
H A Dctl_int.rs146 ElemType, ALL_ELEMTYPE[7],
160 etype: ElemType,
250 ElemType::None => 1, in new()
251 ElemType::Boolean => 128, in new()
252 ElemType::Integer => 128, in new()
253 ElemType::Enumerated => 128, in new()
254 ElemType::Bytes => 512, in new()
255 ElemType::IEC958 => 1, in new()
256 ElemType::Integer64 => 64, in new()
268 use self::ElemType::*; in fmt()
[all …]
H A Dlib.rs96 pub use super::ctl_int::{Ctl, CardInfo, ElemIface, ElemId, ElemType, ElemValue, ElemInfo};
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-0.3.0/src/
H A Dctl_int.rs146 ElemType, ALL_ELEMTYPE[7],
160 etype: ElemType,
250 ElemType::None => 1,
251 ElemType::Boolean => 128,
252 ElemType::Integer => 128,
253 ElemType::Enumerated => 128,
254 ElemType::Bytes => 512,
255 ElemType::IEC958 => 1,
256 ElemType::Integer64 => 64,
268 use self::ElemType::*;
[all …]
H A Dlib.rs96 pub use super::ctl_int::{Ctl, CardInfo, ElemIface, ElemId, ElemType, ElemValue, ElemInfo};
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/flyweight/
H A Dflyweight.hpp405 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
409 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
410 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
417 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
421 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>( in BOOST_TEMPLATED_STREAM() argument
422 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in, in BOOST_TEMPLATED_STREAM()
H A Dflyweight_fwd.hpp145 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
149 inline BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& operator<<(
150 BOOST_TEMPLATED_STREAM(ostream,ElemType,Traits)& out,
154 BOOST_TEMPLATED_STREAM_ARGS(ElemType,Traits)
158 inline BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& operator>>(
159 BOOST_TEMPLATED_STREAM(istream,ElemType,Traits)& in,
/dports/biology/bamtools/bamtools-2.5.2/src/api/algorithms/
H A DSort.h45 template <typename ElemType>
46 static bool sort_helper(const Sort::Order& order, const ElemType& lhs, const ElemType& rhs) in sort_helper()
50 std::less<ElemType> comp; in sort_helper()
54 std::greater<ElemType> comp; in sort_helper()
/dports/biology/gcta/gcta_1.26.0_src/
H A Dgcta.h400 template<typename ElemType>
401 void makex(int j, vector<ElemType> &x, bool minus_2p = false) {
/dports/cad/tochnog/Sources/test/
H A Daxisym2.flavia.msh1 MESH Quad-4Gr0 dimension 2 ElemType Quadrilateral Nnode 4
H A Dexamp6.flavia.msh1 MESH Tria-3Gr0 dimension 2 ElemType Triangle Nnode 3
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynCommons.pas31637 if ElemType<>nil then
31789 if ElemType=nil then
31804 if ElemType=nil then
31889 if ElemType=nil then
32368 if ElemType=nil then
32781 if ElemType=nil then
32806 if ElemType=nil then
33118 if ElemType=nil then
33145 if ElemType=nil then
33171 if ElemType=nil then
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/adapters/orc/
H A Dadapter_util.cc127 template <class BuilderType, class BatchType, class ElemType>
140 const ElemType* source = batch->data.data() + offset; in AppendNumericBatch()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/dwarf/
H A Dtype.go210 ElemType Type member
217 return "[]" + t.ElemType.String()
320 ElemType Type member
327 return "map[" + t.KeyType.String() + "]" + t.ElemType.String()
333 ElemType Type member
340 return "chan " + t.ElemType.String()
588 slice.ElemType = typeOf(e, AttrGoElem)
801 m.ElemType = typeOf(e, AttrGoElem)
806 c.ElemType = typeOf(e, AttrGoElem)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/server/
H A Deval.go412 return e.zero(mt.ElemType)
1796 ElementTypeID: uint64(typ.ElemType.Common().Offset),
1797 StrideBits: uint64(typ.ElemType.Common().ByteSize) * 8,
1810 ElementTypeID: uint64(typ.ElemType.Common().Offset),
1811 Stride: uint64(typ.ElemType.Common().ByteSize),
H A Deval.m4410 return e.zero(mt.ElemType)
1402 ElementTypeID: uint64(typ.ElemType.Common().Offset),
1403 StrideBits: uint64(typ.ElemType.Common().ByteSize) * 8,
1416 ElementTypeID: uint64(typ.ElemType.Common().Offset),
1417 Stride: uint64(typ.ElemType.Common().ByteSize),
H A Dpeek.go90 ElementTypeID: uint64(t.ElemType.Common().Offset),
93 StrideBits: uint64(t.ElemType.Common().ByteSize) * 8,

12345678910>>...88