Home
last modified time | relevance | path

Searched refs:buf2 (Results 1 – 25 of 6750) sorted by relevance

12345678910>>...270

/dports/devel/stringencoders/stringencoders-v3.10.3/test/
H A Dmodp_numtoa_test.c18 char buf2[100]; in testITOA() local
43 char buf2[100]; in testUITOA() local
62 char buf2[100]; in testLITOA() local
87 char buf2[100]; in testULITOA() local
106 char buf2[100]; in testDoubleToA() local
215 char buf2[100]; in testDoubleToA2() local
304 char buf2[100]; in testOverflowLITOA() local
321 char buf2[100]; in testOverflowITOA() local
339 char buf2[100]; in testDTOANonFinite() local
352 buf2[0] = '\0'; in testDTOANonFinite()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dcopyonwritebuffer_unittest.cc33 EXPECT_EQ(buf1, buf2); in EnsureBuffersShareData()
72 CopyOnWriteBuffer buf2; in TEST() local
73 buf2 = std::move(buf1); in TEST()
93 std::swap(buf1, buf2); in TEST()
141 buf2.SetData(buf1); in TEST()
152 buf2.SetData(data); in TEST()
200 buf2.SetSize(16); in TEST()
212 buf2.SetSize(16); in TEST()
231 buf2.SetSize(2); in TEST()
242 buf2.Clear(); in TEST()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dcopyonwritebuffer_unittest.cc33 EXPECT_EQ(buf1, buf2); in EnsureBuffersShareData()
72 CopyOnWriteBuffer buf2; in TEST() local
73 buf2 = std::move(buf1); in TEST()
93 std::swap(buf1, buf2); in TEST()
141 buf2.SetData(buf1); in TEST()
152 buf2.SetData(data); in TEST()
200 buf2.SetSize(16); in TEST()
212 buf2.SetSize(16); in TEST()
231 buf2.SetSize(2); in TEST()
242 buf2.Clear(); in TEST()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dcopyonwritebuffer_unittest.cc33 EXPECT_EQ(buf1, buf2); in EnsureBuffersShareData()
72 CopyOnWriteBuffer buf2; in TEST() local
73 buf2 = std::move(buf1); in TEST()
93 std::swap(buf1, buf2); in TEST()
141 buf2.SetData(buf1); in TEST()
152 buf2.SetData(data); in TEST()
200 buf2.SetSize(16); in TEST()
212 buf2.SetSize(16); in TEST()
231 buf2.SetSize(2); in TEST()
242 buf2.Clear(); in TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dcopyonwritebuffer_unittest.cc33 EXPECT_EQ(buf1, buf2); in EnsureBuffersShareData()
72 CopyOnWriteBuffer buf2; in TEST() local
73 buf2 = std::move(buf1); in TEST()
93 std::swap(buf1, buf2); in TEST()
141 buf2.SetData(buf1); in TEST()
152 buf2.SetData(data); in TEST()
200 buf2.SetSize(16); in TEST()
212 buf2.SetSize(16); in TEST()
231 buf2.SetSize(2); in TEST()
242 buf2.Clear(); in TEST()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/laf/third_party/stringencoders/test/
H A Dmodp_numtoa_test.c19 char buf2[100]; in testITOA() local
49 char buf2[100]; in testUITOA() local
71 char buf2[100]; in testLITOA() local
101 char buf2[100]; in testULITOA() local
123 char buf2[100]; in testDoubleToA() local
268 char buf2[100]; in testDoubleToA2() local
385 char buf2[100]; in testOverflowLITOA() local
403 char buf2[100]; in testOverflowITOA() local
421 char buf2[100]; in testDTOANonFinite() local
429 buf2[0] = '\0'; in testDTOANonFinite()
[all …]
/dports/emulators/libdsk/libdsk-1.4.2/tools/
H A Dbootsec.c71 byte buf2[512]; in pcdos_to_apricot() local
73 memset(buf2, 0, sizeof(buf2)); in pcdos_to_apricot()
95 buf2[0x11] = buf[0x19]; in pcdos_to_apricot()
113 buf2[0x54] = 0; in pcdos_to_apricot()
114 else buf2[0x54] = 1; in pcdos_to_apricot()
122 memcpy(buf, buf2, sizeof(buf2)); in pcdos_to_apricot()
130 byte buf2[512]; in apricot_to_pcdos() local
132 memset(buf2, 0, sizeof(buf2)); in apricot_to_pcdos()
152 buf2[27] = heads >> 8; in apricot_to_pcdos()
157 buf2[0x1FE] = 0x55; in apricot_to_pcdos()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dcopy_on_write_buffer_unittest.cc36 EXPECT_EQ(buf1, buf2); in EnsureBuffersShareData()
75 CopyOnWriteBuffer buf2; in TEST() local
76 buf2 = std::move(buf1); in TEST()
96 std::swap(buf1, buf2); in TEST()
144 buf2.SetData(buf1); in TEST()
155 buf2.SetData(data); in TEST()
203 buf2.SetSize(16); in TEST()
215 buf2.SetSize(16); in TEST()
234 buf2.SetSize(2); in TEST()
245 buf2.Clear(); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dcopy_on_write_buffer_unittest.cc36 EXPECT_EQ(buf1, buf2); in EnsureBuffersShareData()
75 CopyOnWriteBuffer buf2; in TEST() local
76 buf2 = std::move(buf1); in TEST()
96 std::swap(buf1, buf2); in TEST()
144 buf2.SetData(buf1); in TEST()
155 buf2.SetData(data); in TEST()
203 buf2.SetSize(16); in TEST()
215 buf2.SetSize(16); in TEST()
234 buf2.SetSize(2); in TEST()
245 buf2.Clear(); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dcopy_on_write_buffer_unittest.cc36 EXPECT_EQ(buf1, buf2); in EnsureBuffersShareData()
75 CopyOnWriteBuffer buf2; in TEST() local
76 buf2 = std::move(buf1); in TEST()
96 std::swap(buf1, buf2); in TEST()
144 buf2.SetData(buf1); in TEST()
155 buf2.SetData(data); in TEST()
203 buf2.SetSize(16); in TEST()
215 buf2.SetSize(16); in TEST()
234 buf2.SetSize(2); in TEST()
245 buf2.Clear(); in TEST()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dcopy_on_write_buffer_unittest.cc36 EXPECT_EQ(buf1, buf2); in EnsureBuffersShareData()
75 CopyOnWriteBuffer buf2; in TEST() local
76 buf2 = std::move(buf1); in TEST()
96 std::swap(buf1, buf2); in TEST()
144 buf2.SetData(buf1); in TEST()
155 buf2.SetData(data); in TEST()
203 buf2.SetSize(16); in TEST()
215 buf2.SetSize(16); in TEST()
234 buf2.SetSize(2); in TEST()
245 buf2.Clear(); in TEST()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c20 char buf2[20]; in test() local
24 memcpy (&buf2[19], "ab", 1); in test()
30 memset (&buf2[16], 'a', 4); in test()
32 strcpy (&buf2[18], "a"); in test()
34 vx = stpcpy (&buf2[18], "a"); in test()
36 strncpy (&buf2[18], "a", 2); in test()
38 strncpy (&buf2[18], "abc", 2); in test()
40 memset (buf2, '\0', sizeof (buf2)); in test()
41 strcat (&buf2[18], "a"); in test()
42 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c19 char buf2[20]; in test() local
23 memcpy (&buf2[19], "ab", 1); in test()
29 memset (&buf2[16], 'a', 4); in test()
31 strcpy (&buf2[18], "a"); in test()
33 vx = stpcpy (&buf2[18], "a"); in test()
35 strncpy (&buf2[18], "a", 2); in test()
37 strncpy (&buf2[18], "abc", 2); in test()
39 memset (buf2, '\0', sizeof (buf2)); in test()
40 strcat (&buf2[18], "a"); in test()
41 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c20 char buf2[20]; in test() local
24 memcpy (&buf2[19], "ab", 1); in test()
30 memset (&buf2[16], 'a', 4); in test()
32 strcpy (&buf2[18], "a"); in test()
34 vx = stpcpy (&buf2[18], "a"); in test()
36 strncpy (&buf2[18], "a", 2); in test()
38 strncpy (&buf2[18], "abc", 2); in test()
40 memset (buf2, '\0', sizeof (buf2)); in test()
41 strcat (&buf2[18], "a"); in test()
42 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c19 char buf2[20]; in test() local
23 memcpy (&buf2[19], "ab", 1); in test()
29 memset (&buf2[16], 'a', 4); in test()
31 strcpy (&buf2[18], "a"); in test()
33 vx = stpcpy (&buf2[18], "a"); in test()
35 strncpy (&buf2[18], "a", 2); in test()
37 strncpy (&buf2[18], "abc", 2); in test()
39 memset (buf2, '\0', sizeof (buf2)); in test()
40 strcat (&buf2[18], "a"); in test()
41 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c20 char buf2[20]; in test() local
24 memcpy (&buf2[19], "ab", 1); in test()
30 memset (&buf2[16], 'a', 4); in test()
32 strcpy (&buf2[18], "a"); in test()
34 vx = stpcpy (&buf2[18], "a"); in test()
36 strncpy (&buf2[18], "a", 2); in test()
38 strncpy (&buf2[18], "abc", 2); in test()
40 memset (buf2, '\0', sizeof (buf2)); in test()
41 strcat (&buf2[18], "a"); in test()
42 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-1.c22 char buf2[20]; in test() local
26 memcpy (&buf2[19], "ab", 1); in test()
32 memset (&buf2[16], 'a', 4); in test()
34 strcpy (&buf2[18], "a"); in test()
36 vx = stpcpy (&buf2[18], "a"); in test()
38 strncpy (&buf2[18], "a", 2); in test()
43 strncpy (&buf2[18], "abc", 2); in test()
45 memset (buf2, '\0', sizeof (buf2)); in test()
46 strcat (&buf2[18], "a"); in test()
47 memset (buf2, '\0', sizeof (buf2)); in test()
[all …]

12345678910>>...270