Home
last modified time | relevance | path

Searched refs:sbuf1 (Results 1 – 25 of 138) sorted by relevance

123456

/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/cuda/
H A Dcoll_cuda_allreduce.c38 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_allreduce() local
45 sbuf1 = (char*)malloc(bufsize); in mca_coll_cuda_allreduce()
46 if (NULL == sbuf1) { in mca_coll_cuda_allreduce()
49 opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); in mca_coll_cuda_allreduce()
50 sbuf = sbuf1 - gap; in mca_coll_cuda_allreduce()
56 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_allreduce()
64 if (NULL != sbuf1) { in mca_coll_cuda_allreduce()
65 free(sbuf1); in mca_coll_cuda_allreduce()
H A Dcoll_cuda_exscan.c30 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_exscan() local
37 sbuf1 = (char*)malloc(bufsize); in mca_coll_cuda_exscan()
38 if (NULL == sbuf1) { in mca_coll_cuda_exscan()
41 opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); in mca_coll_cuda_exscan()
42 sbuf = sbuf1 - gap; in mca_coll_cuda_exscan()
48 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_exscan()
58 if (NULL != sbuf1) { in mca_coll_cuda_exscan()
59 free(sbuf1); in mca_coll_cuda_exscan()
H A Dcoll_cuda_scan.c37 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_scan() local
44 sbuf1 = (char*)malloc(bufsize); in mca_coll_cuda_scan()
45 if (NULL == sbuf1) { in mca_coll_cuda_scan()
48 opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); in mca_coll_cuda_scan()
49 sbuf = sbuf1 - gap; in mca_coll_cuda_scan()
55 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_scan()
64 if (NULL != sbuf1) { in mca_coll_cuda_scan()
65 free(sbuf1); in mca_coll_cuda_scan()
H A Dcoll_cuda_reduce.c38 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_reduce() local
47 sbuf1 = (char*)malloc(bufsize); in mca_coll_cuda_reduce()
48 if (NULL == sbuf1) { in mca_coll_cuda_reduce()
51 opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); in mca_coll_cuda_reduce()
53 sbuf = sbuf1 - gap; in mca_coll_cuda_reduce()
59 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_reduce()
70 if (NULL != sbuf1) { in mca_coll_cuda_reduce()
71 free(sbuf1); in mca_coll_cuda_reduce()
H A Dcoll_cuda_reduce_scatter_block.c42 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_reduce_scatter_block() local
51 sbuf1 = (char*)malloc(sbufsize); in mca_coll_cuda_reduce_scatter_block()
52 if (NULL == sbuf1) { in mca_coll_cuda_reduce_scatter_block()
55 opal_cuda_memcpy_sync(sbuf1, sbuf, sbufsize); in mca_coll_cuda_reduce_scatter_block()
56 sbuf = sbuf1 - gap; in mca_coll_cuda_reduce_scatter_block()
62 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_reduce_scatter_block()
71 if (NULL != sbuf1) { in mca_coll_cuda_reduce_scatter_block()
72 free(sbuf1); in mca_coll_cuda_reduce_scatter_block()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/cuda/
H A Dcoll_cuda_allreduce.c38 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_allreduce() local
45 sbuf1 = (char*)malloc(bufsize); in mca_coll_cuda_allreduce()
46 if (NULL == sbuf1) { in mca_coll_cuda_allreduce()
49 opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); in mca_coll_cuda_allreduce()
50 sbuf = sbuf1 - gap; in mca_coll_cuda_allreduce()
56 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_allreduce()
64 if (NULL != sbuf1) { in mca_coll_cuda_allreduce()
65 free(sbuf1); in mca_coll_cuda_allreduce()
H A Dcoll_cuda_exscan.c30 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_exscan() local
37 sbuf1 = (char*)malloc(bufsize); in mca_coll_cuda_exscan()
38 if (NULL == sbuf1) { in mca_coll_cuda_exscan()
41 opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); in mca_coll_cuda_exscan()
42 sbuf = sbuf1 - gap; in mca_coll_cuda_exscan()
48 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_exscan()
58 if (NULL != sbuf1) { in mca_coll_cuda_exscan()
59 free(sbuf1); in mca_coll_cuda_exscan()
H A Dcoll_cuda_scan.c37 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_scan() local
44 sbuf1 = (char*)malloc(bufsize); in mca_coll_cuda_scan()
45 if (NULL == sbuf1) { in mca_coll_cuda_scan()
48 opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); in mca_coll_cuda_scan()
49 sbuf = sbuf1 - gap; in mca_coll_cuda_scan()
55 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_scan()
64 if (NULL != sbuf1) { in mca_coll_cuda_scan()
65 free(sbuf1); in mca_coll_cuda_scan()
H A Dcoll_cuda_reduce.c38 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_reduce() local
47 sbuf1 = (char*)malloc(bufsize); in mca_coll_cuda_reduce()
48 if (NULL == sbuf1) { in mca_coll_cuda_reduce()
51 opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); in mca_coll_cuda_reduce()
53 sbuf = sbuf1 - gap; in mca_coll_cuda_reduce()
59 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_reduce()
70 if (NULL != sbuf1) { in mca_coll_cuda_reduce()
71 free(sbuf1); in mca_coll_cuda_reduce()
H A Dcoll_cuda_reduce_scatter_block.c42 char *rbuf1 = NULL, *sbuf1 = NULL, *rbuf2 = NULL; in mca_coll_cuda_reduce_scatter_block() local
51 sbuf1 = (char*)malloc(sbufsize); in mca_coll_cuda_reduce_scatter_block()
52 if (NULL == sbuf1) { in mca_coll_cuda_reduce_scatter_block()
55 opal_cuda_memcpy_sync(sbuf1, sbuf, sbufsize); in mca_coll_cuda_reduce_scatter_block()
56 sbuf = sbuf1 - gap; in mca_coll_cuda_reduce_scatter_block()
62 if (NULL != sbuf1) free(sbuf1); in mca_coll_cuda_reduce_scatter_block()
71 if (NULL != sbuf1) { in mca_coll_cuda_reduce_scatter_block()
72 free(sbuf1); in mca_coll_cuda_reduce_scatter_block()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/
H A D2.cc49 sbuf_t sbuf1(aa); in test01() local
50 VERIFY( aa == sbuf1.get_allocator() ); in test01()
56 VERIFY( sbuf1.get_allocator() != sbuf2.get_allocator() ); in test01()
84 std::wstringbuf sbuf1(std::move(s1)); in test02() local
86 VERIFY( sbuf1.str() == cstr ); in test02()
87 VERIFY( sbuf1.sgetc() == cstr[0] ); in test02()
193 VERIFY( sbuf1.str() == cstr ); in test03()
194 VERIFY( sbuf1.sgetc() == s1[0] ); in test03()
213 std::wstringbuf sbuf1(cstr); in test04() local
216 std::wstringbuf sbuf2(std::move(sbuf1), a); in test04()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/
H A D2.cc49 sbuf_t sbuf1(aa); in test01() local
50 VERIFY( aa == sbuf1.get_allocator() ); in test01()
56 VERIFY( sbuf1.get_allocator() != sbuf2.get_allocator() ); in test01()
84 std::stringbuf sbuf1(std::move(s1)); in test02() local
86 VERIFY( sbuf1.str() == cstr ); in test02()
87 VERIFY( sbuf1.sgetc() == cstr[0] ); in test02()
193 VERIFY( sbuf1.str() == cstr ); in test03()
194 VERIFY( sbuf1.sgetc() == s1[0] ); in test03()
213 std::stringbuf sbuf1(cstr); in test04() local
216 std::stringbuf sbuf2(std::move(sbuf1), a); in test04()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/
H A D2.cc49 sbuf_t sbuf1(aa); in test01() local
50 VERIFY( aa == sbuf1.get_allocator() ); in test01()
56 VERIFY( sbuf1.get_allocator() != sbuf2.get_allocator() ); in test01()
84 std::stringbuf sbuf1(std::move(s1)); in test02() local
86 VERIFY( sbuf1.str() == cstr ); in test02()
87 VERIFY( sbuf1.sgetc() == cstr[0] ); in test02()
193 VERIFY( sbuf1.str() == cstr ); in test03()
194 VERIFY( sbuf1.sgetc() == s1[0] ); in test03()
213 std::stringbuf sbuf1(cstr); in test04() local
216 std::stringbuf sbuf2(std::move(sbuf1), a); in test04()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/
H A D2.cc49 sbuf_t sbuf1(aa); in test01() local
50 VERIFY( aa == sbuf1.get_allocator() ); in test01()
56 VERIFY( sbuf1.get_allocator() != sbuf2.get_allocator() ); in test01()
84 std::wstringbuf sbuf1(std::move(s1)); in test02() local
86 VERIFY( sbuf1.str() == cstr ); in test02()
87 VERIFY( sbuf1.sgetc() == cstr[0] ); in test02()
193 VERIFY( sbuf1.str() == cstr ); in test03()
194 VERIFY( sbuf1.sgetc() == s1[0] ); in test03()
213 std::wstringbuf sbuf1(cstr); in test04() local
216 std::wstringbuf sbuf2(std::move(sbuf1), a); in test04()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/
H A D2.cc49 sbuf_t sbuf1(aa); in test01() local
50 VERIFY( aa == sbuf1.get_allocator() ); in test01()
56 VERIFY( sbuf1.get_allocator() != sbuf2.get_allocator() ); in test01()
84 std::stringbuf sbuf1(std::move(s1)); in test02() local
86 VERIFY( sbuf1.str() == cstr ); in test02()
87 VERIFY( sbuf1.sgetc() == cstr[0] ); in test02()
193 VERIFY( sbuf1.str() == cstr ); in test03()
194 VERIFY( sbuf1.sgetc() == s1[0] ); in test03()
213 std::stringbuf sbuf1(cstr); in test04() local
216 std::stringbuf sbuf2(std::move(sbuf1), a); in test04()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/
H A D2.cc49 sbuf_t sbuf1(aa); in test01() local
50 VERIFY( aa == sbuf1.get_allocator() ); in test01()
56 VERIFY( sbuf1.get_allocator() != sbuf2.get_allocator() ); in test01()
84 std::wstringbuf sbuf1(std::move(s1)); in test02() local
86 VERIFY( sbuf1.str() == cstr ); in test02()
87 VERIFY( sbuf1.sgetc() == cstr[0] ); in test02()
193 VERIFY( sbuf1.str() == cstr ); in test03()
194 VERIFY( sbuf1.sgetc() == s1[0] ); in test03()
213 std::wstringbuf sbuf1(cstr); in test04() local
216 std::wstringbuf sbuf2(std::move(sbuf1), a); in test04()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/
H A D2.cc49 sbuf_t sbuf1(aa); in test01() local
50 VERIFY( aa == sbuf1.get_allocator() ); in test01()
56 VERIFY( sbuf1.get_allocator() != sbuf2.get_allocator() ); in test01()
84 std::wstringbuf sbuf1(std::move(s1)); in test02() local
86 VERIFY( sbuf1.str() == cstr ); in test02()
87 VERIFY( sbuf1.sgetc() == cstr[0] ); in test02()
193 VERIFY( sbuf1.str() == cstr ); in test03()
194 VERIFY( sbuf1.sgetc() == s1[0] ); in test03()
213 std::wstringbuf sbuf1(cstr); in test04() local
216 std::wstringbuf sbuf2(std::move(sbuf1), a); in test04()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/
H A D2.cc49 sbuf_t sbuf1(aa); in test01() local
50 VERIFY( aa == sbuf1.get_allocator() ); in test01()
56 VERIFY( sbuf1.get_allocator() != sbuf2.get_allocator() ); in test01()
84 std::stringbuf sbuf1(std::move(s1)); in test02() local
86 VERIFY( sbuf1.str() == cstr ); in test02()
87 VERIFY( sbuf1.sgetc() == cstr[0] ); in test02()
193 VERIFY( sbuf1.str() == cstr ); in test03()
194 VERIFY( sbuf1.sgetc() == s1[0] ); in test03()
213 std::stringbuf sbuf1(cstr); in test04() local
216 std::stringbuf sbuf2(std::move(sbuf1), a); in test04()
[all …]
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dunit_pea.pas2985 for i:=0 to 15 do sbuf1[i]:=sbuf1[i+36];
2997 for i:=0 to 15 do sbuf1[i]:=sbuf1[i+52];
3042 sbuf1[0]:=sbuf1[68];
3052 for i:=0 to 3 do sbuf1[i]:=sbuf1[i+69+storead]
3103 buf_size:=sbuf1[0] + (sbuf1[1] shl 8) + (sbuf1[2] shl 16) + (sbuf1[3] shl 24);
3185 fns:=sbuf1[0] + (sbuf1[1] shl 8);
3213 if ((sbuf1[0]=69) and (sbuf1[1]=79) and (sbuf1[2]=65) and (sbuf1[3]=0)) then //EOA
3268 fage:=sbuf1[0] + (sbuf1[1] shl 8) + (sbuf1[2] shl 16) + (sbuf1[3] shl 24);
3289 fattrib:=sbuf1[0] + (sbuf1[1] shl 8) + (sbuf1[2] shl 16) + (sbuf1[3] shl 24);
3374 compsize:=sbuf1[0] + (sbuf1[1] shl 8) + (sbuf1[2] shl 16) + (sbuf1[3] shl 24);
[all …]
/dports/security/nmap/nmap-7.91/nselib/
H A Dstrbuf.lua92 function eqbuf(sbuf1, sbuf2)
93 if getmetatable(sbuf1) ~= getmetatable(sbuf2) then
95 elseif #sbuf1 ~= #sbuf2 then
98 for i = 1, #sbuf1 do
99 if sbuf1[i] ~= sbuf2[i] then
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dfdmatch.c54 struct stat sbuf1; in fdmatch() local
57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dfdmatch.c54 struct stat sbuf1; in fdmatch() local
57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dfdmatch.c54 struct stat sbuf1; in fdmatch() local
57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dfdmatch.c54 struct stat sbuf1; in fdmatch() local
57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dfdmatch.c54 struct stat sbuf1; in fdmatch() local
57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()

123456