Home
last modified time | relevance | path

Searched refs:destination1 (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/FunctionalTests/
H A DStreamContentTest.cs88 var destination1 = new MemoryStream(); in CopyToAsync_CallMultipleTimesWithStreamSupportingSeeking_ContentIsSerializedMultipleTimes()
89 await content.CopyToAsync(destination1); in CopyToAsync_CallMultipleTimesWithStreamSupportingSeeking_ContentIsSerializedMultipleTimes()
105 var destination1 = new MemoryStream(); in CopyToAsync_CallMultipleTimesWithStreamSupportingSeekingPartiallyConsumed_ContentIsSerializedMultipleTimesFromInitialPoint()
106 await content.CopyToAsync(destination1); in CopyToAsync_CallMultipleTimesWithStreamSupportingSeekingPartiallyConsumed_ContentIsSerializedMultipleTimesFromInitialPoint()
120 var destination1 = new MemoryStream(); in CopyToAsync_CallMultipleTimesWithStreamNotSupportingSeeking_ThrowsInvalidOperationException()
121 await content.CopyToAsync(destination1); in CopyToAsync_CallMultipleTimesWithStreamNotSupportingSeeking_ThrowsInvalidOperationException()
123 Assert.Equal(10, destination1.Length); in CopyToAsync_CallMultipleTimesWithStreamNotSupportingSeeking_ThrowsInvalidOperationException()
140 var destination1 = new MemoryStream(); in CopyToAsync_CallMultipleTimesWithStreamNotSupportingSeekingButBufferedStream_ContentSerializedOnceToBuffer()
141 await content.CopyToAsync(destination1); in CopyToAsync_CallMultipleTimesWithStreamNotSupportingSeekingButBufferedStream_ContentSerializedOnceToBuffer()
143 Assert.Equal(10, destination1.Length); in CopyToAsync_CallMultipleTimesWithStreamNotSupportingSeekingButBufferedStream_ContentSerializedOnceToBuffer()
[all …]
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DMemoryUtils.h92 char* destination1=(char*)destination16;
95 *destination1++=*source1++;
108 char* destination1=(char*)destination16;
111 *destination1++=*source1++;
127 char* destination1=(char*)destination16;
130 *destination1++=*source1++;
154 char* destination1=(char*)destination16;
157 *destination1++=*source1++;
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DMemoryUtils.h92 char* destination1=(char*)destination16;
95 *destination1++=*source1++;
108 char* destination1=(char*)destination16;
111 *destination1++=*source1++;
127 char* destination1=(char*)destination16;
130 *destination1++=*source1++;
154 char* destination1=(char*)destination16;
157 *destination1++=*source1++;
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DMemoryUtils.h92 char* destination1=(char*)destination16;
95 *destination1++=*source1++;
108 char* destination1=(char*)destination16;
111 *destination1++=*source1++;
127 char* destination1=(char*)destination16;
130 *destination1++=*source1++;
154 char* destination1=(char*)destination16;
157 *destination1++=*source1++;
/dports/graphics/delaboratory/delaboratory-0.8/algorithms/
H A Dblend_color_luminosity.h24 …e* overlay1, const deValue* overlay2, deValue* destination0, deValue* destination1, deValue* desti…
25 …e* overlay1, const deValue* overlay2, deValue* destination0, deValue* destination1, deValue* desti…
26 …e* overlay1, const deValue* overlay2, deValue* destination0, deValue* destination1, deValue* desti…
27 …e* overlay1, const deValue* overlay2, deValue* destination0, deValue* destination1, deValue* desti…
28 …e* overlay2, const deValue* overlay3, deValue* destination0, deValue* destination1, deValue* desti…
29 …e* overlay2, const deValue* overlay3, deValue* destination0, deValue* destination1, deValue* desti…
H A Dblend_color_luminosity.cc22 …e* overlay1, const deValue* overlay2, deValue* destination0, deValue* destination1, deValue* desti… in blendColorRGB() argument
64 destination1[i] = (1 - o) * gs + o * g; in blendColorRGB()
69 …e* overlay1, const deValue* overlay2, deValue* destination0, deValue* destination1, deValue* desti… in blendLuminosityRGB() argument
111 destination1[i] = (1 - o) * gs + o * g; in blendLuminosityRGB()
116 …e* overlay1, const deValue* overlay2, deValue* destination0, deValue* destination1, deValue* desti… in blendColorProPhoto() argument
158 destination1[i] = (1 - o) * gs + o * g; in blendColorProPhoto()
163 …e* overlay1, const deValue* overlay2, deValue* destination0, deValue* destination1, deValue* desti… in blendLuminosityProPhoto() argument
205 destination1[i] = (1 - o) * gs + o * g; in blendLuminosityProPhoto()
210 …e* overlay2, const deValue* overlay3, deValue* destination0, deValue* destination1, deValue* desti… in blendColorCMYK() argument
257 destination1[i] = (1 - o) * ms + o * m; in blendColorCMYK()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dnull-deref-path-notes.c41 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f5() local
42 …char *destination2 = destination1 + 0; // expected-note{{'destination2' initialized to a null poin… in f5()
48 char *destination1 = 0; // expected-note{{'destination1' initialized to a null pointer value}} in f6() local
49 …char *destination2 = destination1 - 0; // expected-note{{'destination2' initialized to a null poin… in f6()
/dports/graphics/delaboratory/delaboratory-0.8/core/
H A Dlayer_with_blending.cc235 deValue* destination1 = imageBlendPass.startWrite(1); in blendSpecial() local
251 …ource0, source1, source2, overlay0, overlay1, overlay2, destination0, destination1, destination2, … in blendSpecial()
255 …ource0, source1, source2, overlay0, overlay1, overlay2, destination0, destination1, destination2, … in blendSpecial()
259 …urce2, source3, overlay0, overlay1, overlay2, overlay3, destination0, destination1, destination2, … in blendSpecial()
267 …ource0, source1, source2, overlay0, overlay1, overlay2, destination0, destination1, destination2, … in blendSpecial()
271 …ource0, source1, source2, overlay0, overlay1, overlay2, destination0, destination1, destination2, … in blendSpecial()
275 …urce2, source3, overlay0, overlay1, overlay2, overlay3, destination0, destination1, destination2, … in blendSpecial()
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dmove_uploaded_file_basic.phpt27 $destination1 = __FILE__ . ".tmp";
29 var_dump(move_uploaded_file($_FILES['file1']['tmp_name'], $destination1));
30 $file_contents = file_get_contents($destination1);
33 unlink($destination1);
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dmove_uploaded_file_basic.phpt27 $destination1 = __FILE__ . ".tmp";
29 var_dump(move_uploaded_file($_FILES['file1']['tmp_name'], $destination1));
30 $file_contents = file_get_contents($destination1);
33 unlink($destination1);

12