repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
null
jax-main/jaxlib/gpu/blas_kernels.h
/* Copyright 2019 The JAX Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
1,550
25.288136
80
h
null
jax-main/jaxlib/gpu/gpu_kernel_helpers.h
/* Copyright 2019 The JAX Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
3,196
38.9625
80
h
null
jax-main/jaxlib/gpu/lu_pivot_kernels.h
/* Copyright 2021 The JAX Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
1,428
30.065217
80
h
null
jax-main/jaxlib/gpu/prng_kernels.h
/* Copyright 2019 The JAX Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
1,349
31.142857
80
h
null
jax-main/jaxlib/gpu/rnn_kernels.h
/* Copyright 2022 The JAX Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
1,757
31.555556
80
h
null
jax-main/jaxlib/gpu/solver_kernels.h
/* Copyright 2019 The JAX Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
4,322
24.579882
80
h
null
jax-main/jaxlib/gpu/sparse_kernels.h
/* Copyright 2021 The JAX Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
4,282
26.455128
80
h
null
jax-main/jaxlib/gpu/triton_kernels.h
#ifndef JAXLIB_GPU_TRITON_H_ #define JAXLIB_GPU_TRITON_H_ #include <cstdint> #include <memory> #include <string> #include <tuple> #include <variant> #include <vector> #include "absl/cleanup/cleanup.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/synchronization/mutex.h" #include "j...
2,937
26.457944
80
h
null
jax-main/jaxlib/gpu/vendor.h
/* Copyright 2022 The JAX Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
20,776
45.585202
80
h
hadron
hadron-master/src/alpha_s.c
#include <R.h> #include <Rdefines.h> #include <Rinternals.h> #include <Rmath.h> #include <math.h> SEXP alphas(SEXP mu_, SEXP nl_, SEXP lam0_, SEXP Nc_, SEXP Nf_) { const double pi = 3.1415926535897932384626433832; const double Z3 = 1.20206; double Cf, b0, b1, b2, b3, L2, LL2, als0, als1, als2, als3; double mu...
4,561
35.790323
87
c
hadron
hadron-master/src/cdh.c
#include "cdh.h" #include <gsl/gsl_errno.h> #include <gsl/gsl_sf_bessel.h> #include <math.h> void my_errhandler(const char *reason, const char *file, int line, int gsl_errno) { if (gsl_errno != GSL_EUNDRFLW) { error("ERROR: In GSL the following error occured: %s\nline %d of file %s\n", gsl_strerror(g...
14,317
29.659529
90
c
hadron
hadron-master/src/cdh.h
#pragma once #include <R.h> #include <Rdefines.h> #include <Rinternals.h> #include <Rmath.h> double g1(double x); int g1array(double *x, double *res, const int n); static R_INLINE void fscdh(double rev, double aLamb1, double aLamb2, doub...
1,453
34.463415
49
h
hadron
hadron-master/src/inv_cosh.c
#include <R.h> #include <Rinternals.h> #include <math.h> SEXP invcosh(SEXP ratio, SEXP timeextent, SEXP t, SEXP eps, SEXP maxiter) { const double rat = asReal(ratio), epsilon = asReal(eps); const int dt0 = asInteger(timeextent) - 2 * asInteger(t), dt1 = dt0 + 2; const int n = asInteger(maxiter); double newmas...
569
26.142857
75
c
hadron
hadron-master/src/tmcdh.c
#include <R.h> #include <Rdefines.h> #include <Rinternals.h> #include <Rmath.h> #include <gsl/gsl_errno.h> #include <gsl/gsl_integration.h> #include <gsl/gsl_sf_bessel.h> #include <complex.h> #include <math.h> const double N = 16. * M_PI * M_PI; const double fmGeV = 0.1973269631; double w(const double x, const doubl...
1,837
20.372093
79
c
null
CIF-HieraDist-main/fairseq/clib/libnat_cuda/edit_dist.h
/** * Copyright 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <torch/extension.h> torch::Tensor LevenshteinDistanceCuda( torch::Tensor source, torch::...
627
23.153846
67
h
flexi
flexi-master/posti/visu/pluginTypes_visu.h
/* !================================================================================================================================= ! Copyright (c) 2016 Prof. Claus-Dieter Munz ! This file is part of FLEXI, a high-order accurate framework for numerically solving PDEs with discontinuous Galerkin methods. ! For more ...
1,402
34.974359
130
h
flexi
flexi-master/posti/visu/paraviewReader/Reader/visuReader.h
/* !================================================================================================================================= ! Copyright (c) 2016 Prof. Claus-Dieter Munz ! This file is part of FLEXI, a high-order accurate framework for numerically solving PDEs with discontinuous Galerkin methods. ! For more i...
5,483
33.062112
130
h
flexi
flexi-master/src/equations/linearscalaradvection/eos.h
!================================================================================================================================= ! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz ! This file is part of FLEXI, a high-order accurate framework for numerically solving PDEs with discontinuous Galerkin methods. ! For more...
1,594
60.346154
130
h
flexi
flexi-master/src/output/read_userblock.c
#include <string.h> #include <stdio.h> extern char userblock_start; extern char userblock_end; extern char userblock_size; long get_userblock_size_(void) { //return (unsigned long)(&userblock_size); // Fixes mysterious bug occurring on some systems potentially due to the new GCC 7.3 // where userblock_size i...
1,552
26.245614
93
c
null
EDIPIC-2D-main/src/WELL19937a_new.c
/* ***************************************************************************** */ /* Copyright: Francois Panneton and Pierre L'Ecuyer, University of Montreal */ /* Makoto Matsumoto, Hiroshima University */ /* Notice: This code can be used freely for personal, academ...
5,992
28.234146
87
c
flexi-particle
flexi-particle-master/posti/visu/pluginTypes_visu.h
/* !================================================================================================================================= ! Copyright (c) 2016 Prof. Claus-Dieter Munz ! This file is part of FLEXI, a high-order accurate framework for numerically solving PDEs with discontinuous Galerkin methods. ! For more ...
1,402
34.974359
130
h
flexi-particle
flexi-particle-master/posti/visu/paraviewReader/Reader/visuReader.h
/* !================================================================================================================================= ! Copyright (c) 2016 Prof. Claus-Dieter Munz ! This file is part of FLEXI, a high-order accurate framework for numerically solving PDEs with discontinuous Galerkin methods. ! For more i...
7,429
35.782178
130
h
flexi-particle
flexi-particle-master/src/flexi.h
!================================================================================================================================= ! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz ! This file is part of FLEXI, a high-order accurate framework for numerically solving PDEs with discontinuous Galerkin methods. ! For more...
5,628
31.165714
133
h
flexi-particle
flexi-particle-master/src/equations/linearscalaradvection/eos.h
!================================================================================================================================= ! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz ! This file is part of FLEXI, a high-order accurate framework for numerically solving PDEs with discontinuous Galerkin methods. ! For more...
1,594
60.346154
130
h
flexi-particle
flexi-particle-master/src/indicator/indicator.h
!================================================================================================================================= ! Copyright (c) 2010-2022 Prof. Claus-Dieter Munz ! This file is part of FLEXI, a high-order accurate framework for numerically solving PDEs with discontinuous Galerkin methods. ! For more...
1,530
60.24
130
h
flexi-particle
flexi-particle-master/src/output/read_userblock.c
#include <string.h> #include <stdio.h> extern char userblock_start; extern char userblock_end; extern char userblock_size; long get_userblock_size_(void) { //return (unsigned long)(&userblock_size); // Fixes mysterious bug occurring on some systems potentially due to the new GCC 7.3 // where userblock_size i...
1,552
26.245614
93
c
openssl
openssl-master/apps/asn1parse.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
10,652
28.428177
82
c
openssl
openssl-master/apps/ciphers.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
7,967
26.957895
109
c
openssl
openssl-master/apps/crl.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
12,875
31.597468
112
c
openssl
openssl-master/apps/crl2pkcs7.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
6,587
27.274678
78
c
openssl
openssl-master/apps/dhparam.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
13,386
31.103118
86
c
openssl
openssl-master/apps/dsa.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
9,350
29.36039
88
c
openssl
openssl-master/apps/dsaparam.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
7,764
29.813492
112
c
openssl
openssl-master/apps/ec.c
/* * Copyright 2002-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
9,406
31.32646
83
c
openssl
openssl-master/apps/ecparam.c
/* * Copyright 2002-2022 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LIC...
12,185
32.85
80
c
openssl
openssl-master/apps/enc.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
24,173
30.272962
92
c
openssl
openssl-master/apps/engine.c
/* * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
16,057
31.506073
79
c
openssl
openssl-master/apps/errstr.c
/* * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
1,945
24.946667
74
c
openssl
openssl-master/apps/fipsinstall.c
/* * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
22,638
32.63893
82
c
openssl
openssl-master/apps/gendsa.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
4,890
27.602339
97
c
openssl
openssl-master/apps/genpkey.c
/* * Copyright 2006-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
10,407
27.12973
90
c
openssl
openssl-master/apps/genrsa.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
7,064
27.26
101
c
openssl
openssl-master/apps/info.c
/* * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
3,071
28.257143
78
c
openssl
openssl-master/apps/kdf.c
/* * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
5,957
27.103774
80
c
openssl
openssl-master/apps/mac.c
/* * Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
6,388
25.957806
80
c
openssl
openssl-master/apps/nseq.c
/* * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
3,348
24.761538
74
c
openssl
openssl-master/apps/openssl.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
13,712
26.815416
100
c
openssl
openssl-master/apps/pkcs7.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
6,189
26.511111
82
c
openssl
openssl-master/apps/pkcs8.c
/* * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
12,070
30.682415
81
c
openssl
openssl-master/apps/pkey.c
/* * Copyright 2006-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
10,235
29.924471
92
c
openssl
openssl-master/apps/pkeyparam.c
/* * Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
4,046
25.279221
74
c
openssl
openssl-master/apps/prime.c
/* * Copyright 2004-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
4,327
26.05
79
c
openssl
openssl-master/apps/rand.c
/* * Copyright 1998-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
3,755
23.874172
74
c
openssl
openssl-master/apps/rehash.c
/* * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2013-2014 Timo Teräs <timo.teras@gmail.com> * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the ...
16,657
27.770294
78
c
openssl
openssl-master/apps/rsa.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
12,590
29.413043
88
c
openssl
openssl-master/apps/rsautl.c
/* * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
8,636
28.477816
87
c
openssl
openssl-master/apps/s_time.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
14,204
29.031712
86
c
openssl
openssl-master/apps/sess_id.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
5,607
27.323232
77
c
openssl
openssl-master/apps/smime.c
/* * Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
23,994
31.381916
98
c
openssl
openssl-master/apps/spkac.c
/* * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
6,619
27.412017
92
c
openssl
openssl-master/apps/srp.c
/* * Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2004, EdelKey Project. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the ...
21,131
32.436709
120
c
openssl
openssl-master/apps/storeutl.c
/* * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
17,064
33.267068
102
c
openssl
openssl-master/apps/testdsa.h
/* * Copyright 1998-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
12,977
45.35
75
h
openssl
openssl-master/apps/timeouts.h
/* * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
563
30.333333
74
h
openssl
openssl-master/apps/verify.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
13,529
33.340102
86
c
openssl
openssl-master/apps/version.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
4,383
28.033113
79
c
openssl
openssl-master/apps/vms_decc_init.c
/* * Copyright 2010-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
5,180
28.271186
78
c
openssl
openssl-master/apps/include/app_libctx.h
/* * Copyright 2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/licens...
571
26.238095
74
h
openssl
openssl-master/apps/include/app_params.h
/* * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
501
32.466667
78
h
openssl
openssl-master/apps/include/apps.h
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
14,425
39.63662
80
h
openssl
openssl-master/apps/include/apps_ui.h
/* * Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
766
24.566667
78
h
openssl
openssl-master/apps/include/cmp_mock_srv.h
/* * Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved. * Copyright Siemens AG 2018-2020 * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at ...
1,804
44.125
77
h
openssl
openssl-master/apps/include/ec_common.h
/* * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
571
22.833333
74
h
openssl
openssl-master/apps/include/engine_loader.h
/* * Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
641
28.181818
74
h
openssl
openssl-master/apps/include/fmt.h
/* * Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
1,898
40.282609
78
h
openssl
openssl-master/apps/include/function.h
/* * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
1,119
23.888889
74
h
openssl
openssl-master/apps/include/http_server.h
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
4,043
35.763636
80
h
openssl
openssl-master/apps/include/log.h
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
1,675
31.862745
75
h
openssl
openssl-master/apps/include/names.h
/* * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/licens...
698
37.833333
74
h
openssl
openssl-master/apps/include/opt.h
/* * Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
18,390
40.988584
130
h
openssl
openssl-master/apps/include/platform.h
/* * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/licens...
888
25.939394
74
h
openssl
openssl-master/apps/include/s_apps.h
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
4,914
41.73913
80
h
openssl
openssl-master/apps/include/vms_term_sock.h
/* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * Copyright 2016 VMS Software, Inc. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source d...
777
23.3125
74
h
openssl
openssl-master/apps/lib/app_libctx.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
1,206
23.632653
75
c
openssl
openssl-master/apps/lib/app_params.c
/* * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
3,959
28.774436
80
c
openssl
openssl-master/apps/lib/app_provider.c
/* * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
2,500
25.892473
103
c
openssl
openssl-master/apps/lib/app_rand.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
3,023
23.585366
74
c
openssl
openssl-master/apps/lib/app_x509.c
/* * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
3,879
27.115942
103
c
openssl
openssl-master/apps/lib/apps_opt_printf.c
/* * Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/licens...
635
23.461538
74
c
openssl
openssl-master/apps/lib/apps_ui.c
/* * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
5,973
25.669643
78
c
openssl
openssl-master/apps/lib/cmp_mock_srv.c
/* * Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved. * Copyright Siemens AG 2018-2020 * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or atf ...
16,841
32.416667
80
c
openssl
openssl-master/apps/lib/columns.c
/* * Copyright 2017-2019 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
785
27.071429
78
c
openssl
openssl-master/apps/lib/engine.c
/* * Copyright 2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/licens...
4,968
24.613402
81
c
openssl
openssl-master/apps/lib/engine_loader.c
/* * Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
5,536
26.410891
79
c
openssl
openssl-master/apps/lib/http_server.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
17,578
31.020036
84
c
openssl
openssl-master/apps/lib/log.c
/* * Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
2,786
24.568807
74
c
openssl
openssl-master/apps/lib/names.c
/* * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
1,146
23.934783
74
c
openssl
openssl-master/apps/lib/s_socket.c
/* * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
16,536
32.408081
81
c
openssl
openssl-master/apps/lib/tlssrp_depr.c
/* * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * Copyright 2005 Nokia. All rights reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribu...
7,325
30.577586
91
c
openssl
openssl-master/apps/lib/vms_decc_argv.c
/* * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
2,386
31.69863
74
c