| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | stor-layout.h | 69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument 70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument 71 #define make_sat_signed_fract_type(P) make_fract_type (P, 0, 1) argument 72 #define make_sat_unsigned_fract_type(P) make_fract_type (P, 1, 1) argument 73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument 74 #define make_unsigned_accum_type(P) make_accum_type (P, 1, 0) argument 75 #define make_sat_signed_accum_type(P) make_accum_type (P, 0, 1) argument 76 #define make_sat_unsigned_accum_type(P) make_accum_type (P, 1, 1) argument 78 #define make_or_reuse_signed_fract_type(P) \ argument 80 #define make_or_reuse_unsigned_fract_type(P) \ argument [all …]
|
| H A D | libiberty.h | 360 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T))) argument 361 #define XDELETE(P) free ((void*) (P)) argument 368 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) argument 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) argument 370 #define XDELETEVEC(P) free ((void*) (P)) argument 377 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2))) argument 378 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | stor-layout.h | 69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument 70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument 71 #define make_sat_signed_fract_type(P) make_fract_type (P, 0, 1) argument 72 #define make_sat_unsigned_fract_type(P) make_fract_type (P, 1, 1) argument 73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument 74 #define make_unsigned_accum_type(P) make_accum_type (P, 1, 0) argument 75 #define make_sat_signed_accum_type(P) make_accum_type (P, 0, 1) argument 76 #define make_sat_unsigned_accum_type(P) make_accum_type (P, 1, 1) argument 78 #define make_or_reuse_signed_fract_type(P) \ argument 80 #define make_or_reuse_unsigned_fract_type(P) \ argument [all …]
|
| H A D | libiberty.h | 360 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T))) argument 361 #define XDELETE(P) free ((void*) (P)) argument 368 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) argument 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) argument 370 #define XDELETEVEC(P) free ((void*) (P)) argument 377 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2))) argument 378 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | label.h | 157 #define label_for_each(I, L, P) \ argument 161 #define label_for_each_cont(I, L, P) \ argument 191 #define label_for_each_confined(I, L, P) \ argument 196 #define label_for_each_in_merge(I, A, B, P) \ argument 201 #define label_for_each_not_in_set(I, SET, SUB, P) \ argument 214 #define label_for_each_in_ns(I, NS, L, P) \ argument 219 #define fn_for_each_in_ns(L, P, FN) \ argument 231 #define fn_for_each_XXX(L, P, FN, ...) \ argument 241 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument 242 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument [all …]
|
| H A D | lib.h | 222 #define fn_label_build(L, P, GFP, FN) \ argument 277 #define __fn_build_in_ns(NS, P, NS_FN, OTHER_FN) \ argument 287 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | ecp.c | 364 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ) in mbedtls_ecp_copy() 410 int mbedtls_ecp_point_cmp( const mbedtls_ecp_point *P, in mbedtls_ecp_point_cmp() 426 int mbedtls_ecp_point_read_string( mbedtls_ecp_point *P, int radix, in mbedtls_ecp_point_read_string() 442 int mbedtls_ecp_point_write_binary( const mbedtls_ecp_group *grp, const mbedtls_ecp_point *P, in mbedtls_ecp_point_write_binary() 907 const mbedtls_ecp_point *P ) in ecp_double_jac() 998 const mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ) in ecp_add_mixed() 1193 mbedtls_ecp_point T[], const mbedtls_ecp_point *P, in ecp_precompute_comb() 1311 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in ecp_mul_comb() 1441 static int ecp_normalize_mxz( const mbedtls_ecp_group *grp, mbedtls_ecp_point *P ) in ecp_normalize_mxz() 1461 static int ecp_randomize_mxz( const mbedtls_ecp_group *grp, mbedtls_ecp_point *P, in ecp_randomize_mxz() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | dsp_blowfish.c | 374 u32 *P = dsp->bf_p; in dsp_bf_encrypt() local 466 u32 *P = dsp->bf_p; in dsp_bf_decrypt() local 563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() 603 u32 *P = (u32 *)dsp->bf_p; in dsp_bf_init() local
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | dlmalloc.c | 841 #define check_free_chunk(P) do_check_free_chunk(P) argument 842 #define check_inuse_chunk(P) do_check_inuse_chunk(P) argument 843 #define check_chunk(P) do_check_chunk(P) argument 844 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument 846 #define check_free_chunk(P) argument 847 #define check_inuse_chunk(P) argument 848 #define check_chunk(P) argument 849 #define check_malloced_chunk(P,N) argument 870 #define frontlink(P, S, IDX, BK, FD) \ argument 902 #define unlink(P, BK, FD) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | debug.c | 433 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() macro 644 #define P(x) \ in print_rt_rq() macro 702 #define P(x) \ in print_cpu() macro 730 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro 770 #define P(x) \ in sched_debug_header() macro 787 #define P(x) \ in sched_debug_header() macro 892 #define P(F) __PS(#F, p->F) macro
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | blowfish_common.c | 312 const u32 *P = bctx->p; in encrypt_block() local 347 u32 *P = ctx->p; in blowfish_setkey() local
|
| H A D | blowfish_generic.c | 41 const u32 *P = ctx->p; in bf_encrypt() local 75 const u32 *P = ctx->p; in bf_decrypt() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | nv50.c | 58 int P, N, M, id; in read_pll_src() local 198 u32 P = 0; in nv50_clk_read() local 325 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll()
|
| H A D | nv40.c | 44 int P = (ctrl & 0x00070000) >> 16; in read_pll_1() local 65 int P = (ctrl & 0x00070000) >> 16; in read_pll_2() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | log1p.hpp | 135 static const T P[] = { in log1p_imp() local 188 static const T P[] = { in log1p_imp() local 244 static const T P[] = { in log1p_imp() local
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | switch_to.h | 9 #define switch_to(P,N,L) \ argument
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tracex1_kern.c | 14 #define _(P) \ argument
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_btree.h | 54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | blowfish.h | 74 uint32_t P[BF_ROUNDS + 2]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | blowfish.h | 74 uint32_t P[BF_ROUNDS + 2]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | blowfish.h | 74 uint32_t P[BF_ROUNDS + 2]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | blowfish.h | 74 uint32_t P[BF_ROUNDS + 2]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | blowfish.h | 74 uint32_t P[BF_ROUNDS + 2]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | blowfish.h | 74 uint32_t P[BF_ROUNDS + 2]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | blowfish.h | 102 BF_LONG P[BF_ROUNDS + 2]; member
|