Home
last modified time | relevance | path

Searched defs:Size (Results 76 – 100 of 30052) sorted by relevance

12345678910>>...1203

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/for_each/
H A Dfor_each_n.cc41 struct Size in test01() struct
43 Size(short v) : val(v) { } in test01() argument
44 operator short() const { return val; } in test01()
45 short val; in test01()
71 struct Size in test02() struct
73 Size(short v) : val(v) { } in test02() argument
74 operator short() const { return val; } in test02()
75 short val; in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/for_each/
H A Dfor_each_n.cc42 struct Size in test01() struct
44 Size(short v) : val(v) { } in test01() function
45 operator short() const { return val; } in test01()
46 short val; in test01()
72 struct Size in test02() struct
74 Size(short v) : val(v) { } in test02() function
75 operator short() const { return val; } in test02()
76 short val; in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/for_each/
H A Dfor_each_n.cc41 struct Size in test01() struct
43 Size(short v) : val(v) { } in test01() argument
44 operator short() const { return val; } in test01()
45 short val; in test01()
71 struct Size in test02() struct
73 Size(short v) : val(v) { } in test02() argument
74 operator short() const { return val; } in test02()
75 short val; in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/for_each/
H A Dfor_each_n.cc42 struct Size in test01() struct
44 Size(short v) : val(v) { } in test01() argument
45 operator short() const { return val; } in test01()
46 short val; in test01()
72 struct Size in test02() struct
74 Size(short v) : val(v) { } in test02() function
75 operator short() const { return val; } in test02()
76 short val; in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/25_algorithms/for_each/
H A Dfor_each_n.cc42 struct Size in test01() struct
44 Size(short v) : val(v) { } in test01() function
45 operator short() const { return val; } in test01()
46 short val; in test01()
72 struct Size in test02() struct
74 Size(short v) : val(v) { } in test02() argument
75 operator short() const { return val; } in test02()
76 short val; in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/for_each/
H A Dfor_each_n.cc42 struct Size in test01() struct
44 Size(short v) : val(v) { } in test01() function
45 operator short() const { return val; } in test01()
46 short val; in test01()
72 struct Size in test02() struct
74 Size(short v) : val(v) { } in test02() argument
75 operator short() const { return val; } in test02()
76 short val; in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/25_algorithms/for_each/
H A Dfor_each_n.cc42 struct Size in test01() struct
44 Size(short v) : val(v) { } in test01() function
45 operator short() const { return val; } in test01()
46 short val; in test01()
72 struct Size in test02() struct
74 Size(short v) : val(v) { } in test02() argument
75 operator short() const { return val; } in test02()
76 short val; in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/for_each/
H A Dfor_each_n.cc41 struct Size in test01() struct
43 Size(short v) : val(v) { } in test01() argument
44 operator short() const { return val; } in test01()
45 short val; in test01()
71 struct Size in test02() struct
73 Size(short v) : val(v) { } in test02() function
74 operator short() const { return val; } in test02()
75 short val; in test02()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DWindowGeometry.hpp132 struct Size struct
138 /*ctor*/ Size() in Size() function
148 /*ctor*/ Size(int width, int height) in Size() argument
158 /*ctor*/ Size(const SIZE& sz) in Size() argument
168 operator SIZE() const in operator SIZE()
177 bool operator==(const Size& size) const in operator ==()
182 bool operator!=(const Size& size) const in operator !=()
191 int width;
196 int height;
/dports/net/s5cmd/s5cmd-1.4.0/command/
H A Ddu.go86 type Size struct { struct
87 src string
88 op string
89 fullCommand string
92 groupByClass bool
93 humanize bool
94 exclude []string
96 storageOpts storage.Options
100 func (sz Size) Run(ctx context.Context) error {
175 Size int64 `json:"size"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ocr/
H A Dstruct_size.go19 type Size struct { struct
20 H float64 `json:"H" xml:"H"`
21 W float64 `json:"W" xml:"W"`
22 Height float64 `json:"Height" xml:"Height"`
23 Width float64 `json:"Width" xml:"Width"`
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp252 uint64_t Size = 6; in TEST() local
263 uint64_t Size = 9; in TEST() local
274 uint64_t Size = 14; in TEST() local
297 uint64_t Size = 19; in TEST() local
309 uint64_t Size = 21; in TEST() local
320 uint64_t Size = 29; in TEST() local
331 uint64_t Size = 36; in TEST() local
342 uint64_t Size = 37; in TEST() local
353 uint64_t Size = 39; in TEST() local
365 uint64_t Size = 43; in TEST() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp252 uint64_t Size = 6; in TEST() local
263 uint64_t Size = 9; in TEST() local
274 uint64_t Size = 14; in TEST() local
297 uint64_t Size = 19; in TEST() local
309 uint64_t Size = 21; in TEST() local
320 uint64_t Size = 29; in TEST() local
331 uint64_t Size = 36; in TEST() local
342 uint64_t Size = 37; in TEST() local
353 uint64_t Size = 39; in TEST() local
365 uint64_t Size = 43; in TEST() local
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/cursors/
H A Darrayvalues.go33 func (a *MeanCountArray) Size() int { func
38 func (a *FloatArray) Size() int { func
43 func (a *IntegerArray) Size() int { func
48 func (a *UnsignedArray) Size() int { func
53 func (a *StringArray) Size() int { func
61 func (a *BooleanArray) Size() int { func
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/include/gui/
H A DSize.h7 struct Size { struct
12 typedef struct Size Size; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp266 uint64_t Size = 6; in TEST() local
277 uint64_t Size = 9; in TEST() local
288 uint64_t Size = 14; in TEST() local
311 uint64_t Size = 19; in TEST() local
323 uint64_t Size = 21; in TEST() local
334 uint64_t Size = 29; in TEST() local
345 uint64_t Size = 36; in TEST() local
356 uint64_t Size = 37; in TEST() local
367 uint64_t Size = 39; in TEST() local
379 uint64_t Size = 43; in TEST() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp266 uint64_t Size = 6; in TEST() local
277 uint64_t Size = 9; in TEST() local
288 uint64_t Size = 14; in TEST() local
311 uint64_t Size = 19; in TEST() local
323 uint64_t Size = 21; in TEST() local
334 uint64_t Size = 29; in TEST() local
345 uint64_t Size = 36; in TEST() local
356 uint64_t Size = 37; in TEST() local
367 uint64_t Size = 39; in TEST() local
379 uint64_t Size = 43; in TEST() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp266 uint64_t Size = 6; in TEST() local
277 uint64_t Size = 9; in TEST() local
288 uint64_t Size = 14; in TEST() local
311 uint64_t Size = 19; in TEST() local
323 uint64_t Size = 21; in TEST() local
334 uint64_t Size = 29; in TEST() local
345 uint64_t Size = 36; in TEST() local
356 uint64_t Size = 37; in TEST() local
367 uint64_t Size = 39; in TEST() local
379 uint64_t Size = 43; in TEST() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp266 uint64_t Size = 6; in TEST() local
277 uint64_t Size = 9; in TEST() local
288 uint64_t Size = 14; in TEST() local
311 uint64_t Size = 19; in TEST() local
323 uint64_t Size = 21; in TEST() local
334 uint64_t Size = 29; in TEST() local
345 uint64_t Size = 36; in TEST() local
356 uint64_t Size = 37; in TEST() local
367 uint64_t Size = 39; in TEST() local
379 uint64_t Size = 43; in TEST() local
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Object/
H A DXCOFFObjectFileTest.cpp266 uint64_t Size = 6; in TEST() local
277 uint64_t Size = 9; in TEST() local
288 uint64_t Size = 14; in TEST() local
311 uint64_t Size = 19; in TEST() local
323 uint64_t Size = 21; in TEST() local
334 uint64_t Size = 29; in TEST() local
345 uint64_t Size = 36; in TEST() local
356 uint64_t Size = 37; in TEST() local
367 uint64_t Size = 39; in TEST() local
379 uint64_t Size = 43; in TEST() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp266 uint64_t Size = 6; in TEST() local
277 uint64_t Size = 9; in TEST() local
288 uint64_t Size = 14; in TEST() local
311 uint64_t Size = 19; in TEST() local
323 uint64_t Size = 21; in TEST() local
334 uint64_t Size = 29; in TEST() local
345 uint64_t Size = 36; in TEST() local
356 uint64_t Size = 37; in TEST() local
367 uint64_t Size = 39; in TEST() local
379 uint64_t Size = 43; in TEST() local
[all …]
/dports/emulators/stella/stella-6.6/src/common/
H A DRect.hxx56 struct Size struct
58 uInt32 w{0}; //!< The width part of the size
59 uInt32 h{0}; //!< The height part of the size
62 explicit Size(uInt32 w1, uInt32 h1) : w(w1), h(h1) { } in Size() argument
63 explicit Size(const string& s) { in Size() function
70 bool valid() const { return w > 0 && h > 0; } in valid()
77 bool operator==(const Size& s) const { return w == s.w && h == s.h; } in operator ==()
78 bool operator< (const Size& s) const { return w < s.w && h < s.h; } in operator <()
80 bool operator!=(const Size& s) const { return !(*this == s); } in operator !=()
81 bool operator<=(const Size& s) const { return !(*this > s); } in operator <=()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Object/
H A DXCOFFObjectFileTest.cpp46 uint64_t Size = sizeof(V); in TEST() local
104 uint64_t Size = sizeof(V); in TEST() local
152 uint64_t Size = 40; in TEST() local
171 uint64_t Size = 40; in TEST() local
182 uint64_t Size = 6; in TEST() local
193 uint64_t Size = 9; in TEST() local
204 uint64_t Size = 14; in TEST() local
227 uint64_t Size = 19; in TEST() local
239 uint64_t Size = 21; in TEST() local
250 uint64_t Size = 29; in TEST() local
[all …]
/dports/www/srt/srt-1.4.4/docs/API/
H A Dconfiguration-guidelines.md20 ### Setting Receiver Buffer Size
44 ### Calculating Target Size in Packets
70 ### Calculating Target Size to Set
86 ### Summing Up
/dports/lang/spidermonkey78/firefox-78.9.0/tools/fuzzing/libfuzzer/
H A DFuzzerMutate.cpp68 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom()
103 size_t MutationDispatcher::Mutate_EraseBytes(uint8_t *Data, size_t Size, in Mutate_EraseBytes()
126 size_t Size, in Mutate_InsertRepeatedBytes()
151 size_t MutationDispatcher::Mutate_ChangeBit(uint8_t *Data, size_t Size, in Mutate_ChangeBit()
196 size_t Size) { in MakeDictionaryEntryFromCMP()
226 T Arg1, T Arg2, const uint8_t *Data, size_t Size) { in MakeDictionaryEntryFromCMP()
242 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromTORC()
280 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromPersistentAutoDictionary()
408 size_t Size, in Mutate_ChangeBinaryInteger()
501 size_t MutationDispatcher::DefaultMutate(uint8_t *Data, size_t Size, in DefaultMutate()
[all …]

12345678910>>...1203