Home
last modified time | relevance | path

Searched defs:d (Results 17651 – 17675 of 399387) sorted by relevance

1...<<701702703704705706707708709710>>...15976

/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/rc4/
H A Drc4speed.c171 double a, b, c, d; in main() local
198 # define COND(d) (count != (d)) in main() argument
199 # define COUNT(d) (d) in main() argument
202 # define COUNT(d) (count) in main() argument
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/Tests/Readers/
H A DHTML.hs49 where d = walk removeRawInlines $ function
51 d' = rewrite d function
52 d'' = rewrite d' function
53 d''' = rewrite d'' function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/Tests/Readers/
H A DHTML.hs51 where d = walk removeRawInlines $ function
53 d' = rewrite d function
54 d'' = rewrite d' function
55 d''' = rewrite d'' function
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/zstd/common/
H A Dzstd_deps.h32 # define ZSTD_memcpy(d,s,l) __builtin_memcpy((d),(s),(l)) argument
33 # define ZSTD_memmove(d,s,l) __builtin_memmove((d),(s),(l)) argument
36 # define ZSTD_memcpy(d,s,l) memcpy((d),(s),(l)) argument
37 # define ZSTD_memmove(d,s,l) memmove((d),(s),(l)) argument
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dbuffer.cpp51 unsigned char* d = new unsigned char[cap]; in get() local
67 unsigned char* d{}; in operator =() local
150 unsigned char* d = new unsigned char[cap]; in append() local
191 unsigned char* d = new unsigned char[cap]; in reserve() local
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/gp/
H A Dmpi_dummyc.c13 int MPI_Bcast(void* d, int n, MPI_Datatype t, int m, MPI_Comm c) { /* No OP */ R; } in MPI_Bcast()
16 int MPI_Send(void* d, int n, MPI_Datatype t, int a, int b, MPI_Comm c) { /* No OP */ R; } in MPI_Send()
17 int MPI_Recv(void* d, int n, MPI_Datatype t, int a, int b, MPI_Comm c, in MPI_Recv()
19 int MPI_Reduce(void* s, void*d, int n, MPI_Datatype t, MPI_Op o, int r, in MPI_Reduce()
/dports/japanese/Wnn6-lib/src/contrib/im/Xsi/Wnn/etc/
H A Dstrings.c158 register w_char *d; local
170 register w_char *d; local
218 register w_char *d; local
261 wnn_Sreverse(d, s) in wnn_Sreverse() argument
/dports/japanese/Wnn7-lib/src/Wnn/etc/
H A Dstrings.c157 register w_char *d; local
169 register w_char *d; local
217 register w_char *d; local
262 wnn_Sreverse(d, s) in wnn_Sreverse() argument
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/arrow/src/compute/kernels/
H A Dfilter.rs166 let d = c.as_ref().as_any().downcast_ref::<$array_type>().unwrap(); localVariable
250 let d = c.as_ref().as_any().downcast_ref::<Int32Array>().unwrap(); in test_filter_array() localVariable
261 let d = c.as_ref().as_any().downcast_ref::<StringArray>().unwrap(); in test_filter_string_array() localVariable
272 let d = c.as_ref().as_any().downcast_ref::<Int32Array>().unwrap(); in test_filter_array_with_null() localVariable
/dports/devel/qca/qca-2.3.4/include/QtCrypto/
H A Dqca_support.h353 Private *d; variable
449 Private *d; variable
505 Private *d; variable
936 Private *d; variable
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/test/
H A Dsnmp_test_server.erl45 -define(d(F,A),d(F,A,?LINE)). macro
400 d(F, A, L) -> function
404 d(true, F, A, L) -> function
406 d(_, _, _, _) -> function
/dports/irc/hexchat/hexchat-2.16.0/plugins/sysinfo/unix/
H A Dpci.c47 struct device *d; in scan_device() local
70 struct device *d; in scan_devices() local
84 static u16 get_conf_word(struct device *d, unsigned int pos) in get_conf_word()
91 struct device *d; in pci_find_by_class() local
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/test/
H A Dsnmp_test_server.erl45 -define(d(F,A),d(F,A,?LINE)). macro
400 d(F, A, L) -> function
404 d(true, F, A, L) -> function
406 d(_, _, _, _) -> function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-38.c18 void nowarn_copy_read_pointed_obj_plus_cst (void *d) in nowarn_copy_read_pointed_obj_plus_cst()
25 void nowarn_copy_read_pointed_obj_plus_var (void *d, int i) in nowarn_copy_read_pointed_obj_plus_var()
32 void warn_copy_read_pointer_plus_cst (void *d) in warn_copy_read_pointer_plus_cst()
38 void warn_copy_read_pointer_plus_var (void *d, int i) in warn_copy_read_pointer_plus_var()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/mpz/
H A Dt-cong.c28 check_one (mpz_srcptr a, mpz_srcptr c, mpz_srcptr d, int want) in check_one()
81 const char *d; in check_data() member
113 mpz_t a, c, d; in check_data() local
138 mpz_t a, c, d, ra, rc; in check_random() local
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/lib/common/
H A Dzstd_deps.h32 # define ZSTD_memcpy(d,s,l) __builtin_memcpy((d),(s),(l)) argument
33 # define ZSTD_memmove(d,s,l) __builtin_memmove((d),(s),(l)) argument
36 # define ZSTD_memcpy(d,s,l) memcpy((d),(s),(l)) argument
37 # define ZSTD_memmove(d,s,l) memmove((d),(s),(l)) argument
/dports/math/ggobi/ggobi-2.1.11/src/
H A Djitter_ui.c22 jitter_vars_init (GGobiData * d) in jitter_vars_init()
33 GGobiData *d = in jitter_cb() local
54 GGobiData *d = in degree_cb() local
92 GGobiData *d = in type_cb() local
/dports/devel/blitz/blitz-1.0.2/benchmarks/
H A Dfloop11f90.f902 SUBROUTINE floop11_F90(N, x, a, b, c, d) argument
4 REAL*4 x(N), a(N), b(N), c(N), d(N) local
11 SUBROUTINE floop11_F90Overhead(N, x, a, b, c, d) argument
13 REAL*4 x(N), a(N), b(N), c(N), d(N) local
H A Dloop11f.f2 SUBROUTINE loop11_F77(N, x, a, b, c, d) argument
4 REAL*8 x(N), a(N), b(N), c(N), d(N) local
13 SUBROUTINE loop11_F77Overhead(N, x, a, b, c, d) argument
15 REAL*8 x(N), a(N), b(N), c(N), d(N) local
H A Dloop11f90.f902 SUBROUTINE loop11_F90(N, x, a, b, c, d) argument
4 REAL*8 x(N), a(N), b(N), c(N), d(N) local
11 SUBROUTINE loop11_F90Overhead(N, x, a, b, c, d) argument
13 REAL*8 x(N), a(N), b(N), c(N), d(N) local
H A Dfloop17f.f2 SUBROUTINE floop17_F77(N, x, a, b, c, d) argument
4 REAL*4 x(N), a(N), b(N), c(N), d(N) local
13 SUBROUTINE floop17_F77Overhead(N, x, a, b, c, d) argument
15 REAL*4 x(N), a(N), b(N), c(N), d(N) local
H A Dfloop21f.f2 SUBROUTINE floop21_F77(N, x, a, b, c, d) argument
4 REAL*4 x(N), a(N), b(N), c(N), d(N) local
13 SUBROUTINE floop21_F77Overhead(N, x, a, b, c, d) argument
15 REAL*4 x(N), a(N), b(N), c(N), d(N) local
H A Dfloop22f90.f902 SUBROUTINE floop22_F90(N, x, a, b, c, d) argument
4 REAL*4 x(N), a(N), b(N), c(N), d(N) local
11 SUBROUTINE floop22_F90Overhead(N, x, a, b, c, d) argument
13 REAL*4 x(N), a(N), b(N), c(N), d(N) local
H A Dloop21f.f2 SUBROUTINE loop21_F77(N, x, a, b, c, d) argument
4 REAL*8 x(N), a(N), b(N), c(N), d(N) local
13 SUBROUTINE loop21_F77Overhead(N, x, a, b, c, d) argument
15 REAL*8 x(N), a(N), b(N), c(N), d(N) local
H A Dfloop22f.f2 SUBROUTINE floop22_F77(N, x, a, b, c, d) argument
4 REAL*4 x(N), a(N), b(N), c(N), d(N) local
13 SUBROUTINE floop22_F77Overhead(N, x, a, b, c, d) argument
15 REAL*4 x(N), a(N), b(N), c(N), d(N) local

1...<<701702703704705706707708709710>>...15976