Skip to content

Commit 0a81f83

Browse files
committed
fix: resolve C lint errors
1 parent 23b99ac commit 0a81f83

File tree

1,390 files changed

+4877
-4877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,390 files changed

+4877
-4877
lines changed

lib/node_modules/@stdlib/strided/base/binary/README.md

+706-706
Large diffs are not rendered by default.

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_b.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_b( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_b( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_c( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_cc_c.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_c_as_cc_c( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_c_as_zz_z.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_c_as_zz_z( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_d( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_d_as_dd_d.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_d_as_dd_d( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_d_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_f( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_dd_d.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_f_as_dd_d( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_f_as_dd_d( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_f_as_ff_f.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_f_as_ff_f( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_f_as_ff_f( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_i( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_i_as_ii_i.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_i_as_ii_i( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_i_as_ii_i( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_k( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_k_as_kk_k.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_k_as_kk_k( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_k_as_kk_k( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_t( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_t_as_tt_t.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_t_as_tt_t( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_t_as_tt_t( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_u( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_u_as_uu_u.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_u_as_uu_u( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_u_as_uu_u( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_z( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bb_z_as_zz_z.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bb_z_as_zz_z( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bb_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_cc_c.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bc_c_as_cc_c( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bc_c_as_cc_c( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_c_as_zz_z.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bc_c_as_zz_z( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bc_c_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/bc_z_as_zz_z.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2022 The Stdlib Authors.
4+
* Copyright (c) 2023 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.
3737
*/
38-
void stdlib_strided_bc_z_as_zz_z( uint8_t *arrays[], int64_t *shape, int64_t *strides, void *fcn );
38+
void stdlib_strided_bc_z_as_zz_z( uint8_t *arrays[], const int64_t *shape, const int64_t *strides, void *fcn );
3939

4040
#ifdef __cplusplus
4141
}

0 commit comments

Comments
 (0)