Home
last modified time | relevance | path

Searched +defs:c +defs:concat (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/xmss/
H A Dxmss_tools.h63 void XMSS_Tools::concat(secure_vector<uint8_t>& target, const T& src) in concat() function
82 void XMSS_Tools::concat(secure_vector<uint8_t>& target, in concat() function
86 size_t c = static_cast<size_t>(std::min(len, sizeof(src))); in concat() local
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/xmss/
H A Dxmss_tools.h63 void XMSS_Tools::concat(secure_vector<uint8_t>& target, const T& src) in concat() function
82 void XMSS_Tools::concat(secure_vector<uint8_t>& target, in concat() function
86 size_t c = static_cast<size_t>(std::min(len, sizeof(src))); in concat() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/xmss/
H A Dxmss_tools.h63 void XMSS_Tools::concat(secure_vector<uint8_t>& target, const T& src) in concat() function
82 void XMSS_Tools::concat(secure_vector<uint8_t>& target, in concat() function
86 size_t c = static_cast<size_t>(std::min(len, sizeof(src))); in concat() local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/leps/
H A Dmd_driver.F219 subroutine predict (n,dt,r,v,a,b,c ) argument
222 double precision r(3,n), v(3,n), a(3,n), b(3,n), c(3,n) local
564 subroutine print_coord(rfile,n,c,t) argument
567 double precision c(3,n),cnv local
581 subroutine concat(str1,str2,str) subroutine
597 C Now concatenate the file name. argument
618 subroutine punch (rfile,n,nsteps,step,dt,mass,c,v,a,b,d,t) argument
621 double precision mass(n),c(3,n), v(3,n), a(3,n), b(3,n), d(3,n) local
627 subroutine read_punch(rfile,n,nsteps,step,dt,mass,c,v,a,b,d,t) argument
630 double precision mass(n),c(3,n), v(3,n), a(3,n), b(3,n), d(3,n) local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/leps/
H A Dmd_driver.F219 subroutine predict (n,dt,r,v,a,b,c ) argument
222 double precision r(3,n), v(3,n), a(3,n), b(3,n), c(3,n) local
564 subroutine print_coord(rfile,n,c,t) argument
567 double precision c(3,n),cnv local
581 subroutine concat(str1,str2,str) subroutine
597 C Now concatenate the file name. argument
618 subroutine punch (rfile,n,nsteps,step,dt,mass,c,v,a,b,d,t) argument
621 double precision mass(n),c(3,n), v(3,n), a(3,n), b(3,n), d(3,n) local
627 subroutine read_punch(rfile,n,nsteps,step,dt,mass,c,v,a,b,d,t) argument
630 double precision mass(n),c(3,n), v(3,n), a(3,n), b(3,n), d(3,n) local
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/crates/automata/src/
H A Doutput_impls.rs18 fn concat(a: &Self, b: &Self) -> Self { in concat() method
53 fn concat(a: &Self, b: &Self) -> Self { in concat() function
54 let mut c = a.clone(); in concat() localVariable
90 fn concat(a: &Self, b: &Self) -> Self { in concat() function
91 let mut c = a.clone().to_vec(); in concat() localVariable
/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dpstrmanip.cxx37 void ptdecl concat(string& s, const char* sc, int catlen) in concat() function
61 void ptdecl concat(string& s, const char* sc) in concat() function
67 void ptdecl concat(string& s, char c) in concat() function
79 void ptdecl concat(string& s, const string& s1) in concat() function
151 string ptdecl operator+ (char c, const string& s) in operator +()
224 void ptdecl ins(char c, string& s, int at) in ins()
267 int ptdecl pos(char c, const string& s) in pos()
274 int ptdecl rpos(char c, const string& s) in rpos()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) in concat() function
43 concat (char const (&x)[N], char const (&y)[M]) in concat() function
57 auto constexpr c = concat ("bla", "blub"); in main() local

12345678910>>...46