| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ecp_nistp224.c | 1408 NISTP224_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp224_points_mul() local 1423 pre = group->pre_comp.nistp224; in ossl_ec_GFp_nistp224_points_mul() 1424 if (pre) in ossl_ec_GFp_nistp224_points_mul() 1426 g_pre_comp = (const felem(*)[16][3])pre->g_pre_comp; in ossl_ec_GFp_nistp224_points_mul() 1583 NISTP224_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp224_precompute_mult() local 1617 if ((pre = nistp224_pre_comp_new()) == NULL) in ossl_ec_GFp_nistp224_precompute_mult() 1623 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp224_precompute_mult() 1626 …_to_felem(pre->g_pre_comp[0][1][0], group->generator->X)) || (!BN_to_felem(pre->g_pre_comp[0][1][1… in ossl_ec_GFp_nistp224_precompute_mult() 1633 point_double(pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], in ossl_ec_GFp_nistp224_precompute_mult() 1634 pre->g_pre_comp[1][i][2], pre->g_pre_comp[0][i][0], in ossl_ec_GFp_nistp224_precompute_mult() [all …]
|
| H A D | ecp_nistp256.c | 1864 void EC_nistp256_pre_comp_free(NISTP256_PRE_COMP *pre) in EC_nistp256_pre_comp_free() argument 1868 if (pre == NULL) in EC_nistp256_pre_comp_free() 1871 CRYPTO_DOWN_REF(&pre->references, &i); in EC_nistp256_pre_comp_free() 1872 REF_PRINT_COUNT("EC_nistp256", i, pre); in EC_nistp256_pre_comp_free() 1877 CRYPTO_FREE_REF(&pre->references); in EC_nistp256_pre_comp_free() 1878 OPENSSL_free(pre); in EC_nistp256_pre_comp_free() 2028 NISTP256_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp256_points_mul() local 2043 pre = group->pre_comp.nistp256; in ossl_ec_GFp_nistp256_points_mul() 2044 if (pre) in ossl_ec_GFp_nistp256_points_mul() 2046 g_pre_comp = (const smallfelem(*)[16][3])pre->g_pre_comp; in ossl_ec_GFp_nistp256_points_mul() [all …]
|
| H A D | ecp_nistp384.c | 1748 NISTP384_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp384_points_mul() local 1763 pre = group->pre_comp.nistp384; in ossl_ec_GFp_nistp384_points_mul() 1764 if (pre) in ossl_ec_GFp_nistp384_points_mul() 1766 g_pre_comp = &pre->g_pre_comp[0]; in ossl_ec_GFp_nistp384_points_mul() 1922 NISTP384_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp384_precompute_mult() local 1956 if ((pre = nistp384_pre_comp_new()) == NULL) in ossl_ec_GFp_nistp384_precompute_mult() 1962 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp384_precompute_mult() 1965 …!BN_to_felem(pre->g_pre_comp[1][0], group->generator->X)) || (!BN_to_felem(pre->g_pre_comp[1][1], … in ossl_ec_GFp_nistp384_precompute_mult() 1969 … point_double(pre->g_pre_comp[2 * i][0], pre->g_pre_comp[2 * i][1], pre->g_pre_comp[2 * i][2], in ossl_ec_GFp_nistp384_precompute_mult() 1970 pre->g_pre_comp[i][0], pre->g_pre_comp[i][1], pre->g_pre_comp[i][2]); in ossl_ec_GFp_nistp384_precompute_mult() [all …]
|
| H A D | ecp_nistp521.c | 1842 NISTP521_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp521_points_mul() local 1857 pre = group->pre_comp.nistp521; in ossl_ec_GFp_nistp521_points_mul() 1858 if (pre) in ossl_ec_GFp_nistp521_points_mul() 1860 g_pre_comp = &pre->g_pre_comp[0]; in ossl_ec_GFp_nistp521_points_mul() 2021 NISTP521_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp521_precompute_mult() local 2055 if ((pre = nistp521_pre_comp_new()) == NULL) in ossl_ec_GFp_nistp521_precompute_mult() 2061 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp521_precompute_mult() 2064 …!BN_to_felem(pre->g_pre_comp[1][0], group->generator->X)) || (!BN_to_felem(pre->g_pre_comp[1][1], … in ossl_ec_GFp_nistp521_precompute_mult() 2068 point_double(pre->g_pre_comp[2 * i][0], pre->g_pre_comp[2 * i][1], in ossl_ec_GFp_nistp521_precompute_mult() 2069 pre->g_pre_comp[2 * i][2], pre->g_pre_comp[i][0], in ossl_ec_GFp_nistp521_precompute_mult() [all …]
|
| /freebsd/sys/arm/mv/ |
| H A D | mvwin.h | 279 #define WIN_REG_IDX_RD(pre,reg,off,base) \ argument 281 pre ## _ ## reg ## _read(int i) \ 286 #define WIN_REG_IDX_RD2(pre,reg,off,base) \ argument 288 pre ## _ ## reg ## _read(int i, int j) \ 293 #define WIN_REG_BASE_IDX_RD(pre,reg,off) \ argument 295 pre ## _ ## reg ## _read(uint32_t base, int i) \ 300 #define WIN_REG_BASE_IDX_RD2(pre,reg,off) \ argument 302 pre ## _ ## reg ## _read(uint32_t base, int i, int j) \ 307 #define WIN_REG_IDX_WR(pre,reg,off,base) \ argument 309 pre ## _ ## reg ## _write(int i, uint32_t val) \ [all …]
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibstat.c | 162 char *pre = ""; in port_dump() local 169 pre = " "; in port_dump() 174 printf("%sState: %s\n", pre, in port_dump() 177 printf("%sPhysical state: %s\n", pre, in port_dump() 181 printf("%sRate: %d (FDR10)\n", pre, port->rate); in port_dump() 184 printf("%sRate: %d\n", pre, port->rate); in port_dump() 186 printf("%sRate: 2.5\n", pre); in port_dump() 187 printf("%sBase lid: %d\n", pre, port->base_lid); in port_dump() 188 printf("%sLMC: %d\n", pre, port->lmc); in port_dump() 189 printf("%sSM lid: %d\n", pre, port->sm_lid); in port_dump() [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | archive.mk | 38 create-archive: ${ARCHIVE} pre post 44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post 48 list-archive: ${ARCHIVE} pre post 55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post 61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post 68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post 72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post 75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post 78 remove-archive: pre post 81 pre: .USEBEFORE
|
| H A D | dir.mk | 57 all: {pre-,}{patch,configure} 59 pre-patch patch pre-configure configure: 93 .PHONY: pre-patch patch pre-configure configure
|
| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | sanity_test.c | 51 enum type { inv, pre, post, unreachable }; enumerator 71 case pre: in do_test_child() 130 case pre: in do_test() 179 ATF_TC(pre); 180 ATF_TC_HEAD(pre, tc) in ATF_TC_HEAD() argument 184 ATF_TC_BODY(pre, tc) in ATF_TC_BODY() argument 188 do_test(pre, false); in ATF_TC_BODY() 189 do_test(pre, true); in ATF_TC_BODY() 225 ATF_TP_ADD_TC(tp, pre); in ATF_TP_ADD_TCS()
|
| /freebsd/contrib/lyaml/doc/ |
| H A D | ldoc.css | 12 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,… selector 116 pre { selector 125 pre.example { 229 pre.example { 289 pre .comment { color: #558817; } 290 pre .constant { color: #a8660d; } 291 pre .escape { color: #844631; } 292 pre .keyword { color: #aa5050; font-weight: bold; } 293 pre .library { color: #0e7c6b; } 294 pre .marker { color: #512b1e; background: #fedc56; font-weight: bold; } [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | pm7250b.dtsi | 112 qcom,pre-scaling = <1 1>; 118 qcom,pre-scaling = <1 1>; 124 qcom,pre-scaling = <1 1>; 130 qcom,pre-scaling = <1 1>; 136 qcom,pre-scaling = <1 16>; 142 qcom,pre-scaling = <1 1>; 149 qcom,pre-scaling = <1 1>; 155 qcom,pre-scaling = <1 6>; 162 qcom,pre-scaling = <1 1>; 169 qcom,pre-scaling = <1 3>; [all …]
|
| H A D | pmp8074.dtsi | 23 qcom,pre-scaling = <1 1>; 29 qcom,pre-scaling = <1 1>; 35 qcom,pre-scaling = <1 1>; 41 qcom,pre-scaling = <1 1>; 49 qcom,pre-scaling = <1 1>; 57 qcom,pre-scaling = <1 1>; 65 qcom,pre-scaling = <1 1>; 73 qcom,pre-scaling = <1 1>; 79 qcom,pre-scaling = <1 3>;
|
| H A D | pm8950.dtsi | 63 qcom,pre-scaling = <1 1>; 69 qcom,pre-scaling = <1 1>; 75 qcom,pre-scaling = <1 1>; 81 qcom,pre-scaling = <1 1>; 87 qcom,pre-scaling = <1 1>; 93 qcom,pre-scaling = <1 1>; 109 qcom,pre-scaling = <1 1>; 117 qcom,pre-scaling = <1 1>; 125 qcom,pre-scaling = <1 1>; 133 qcom,pre-scaling = <1 1>; [all …]
|
| H A D | pm660.dtsi | 113 qcom,pre-scaling = <1 1>; 120 qcom,pre-scaling = <1 1>; 127 qcom,pre-scaling = <1 1>; 133 qcom,pre-scaling = <1 1>; 142 qcom,pre-scaling = <1 1>; 151 qcom,pre-scaling = <1 1>; 160 qcom,pre-scaling = <1 1>; 169 qcom,pre-scaling = <1 1>; 178 qcom,pre-scaling = <1 1>; 188 qcom,pre-scaling = <1 3>; [all …]
|
| H A D | pmi632.dtsi | 94 qcom,pre-scaling = <1 1>; 100 qcom,pre-scaling = <1 1>; 106 qcom,pre-scaling = <1 1>; 112 qcom,pre-scaling = <1 1>; 118 qcom,pre-scaling = <1 16>; 124 qcom,pre-scaling = <1 1>; 131 qcom,pre-scaling = <1 1>; 138 qcom,pre-scaling = <1 3>; 144 qcom,pre-scaling = <1 3>;
|
| H A D | sc8180x-pmics.dtsi | 108 qcom,pre-scaling = <1 1>; 114 qcom,pre-scaling = <1 1>; 120 qcom,pre-scaling = <1 1>; 176 qcom,pre-scaling = <1 1>; 182 qcom,pre-scaling = <1 1>; 188 qcom,pre-scaling = <1 1>; 234 qcom,pre-scaling = <1 1>; 240 qcom,pre-scaling = <1 1>; 246 qcom,pre-scaling = <1 1>; 284 qcom,pre-scaling = <1 1>; [all …]
|
| H A D | pms405.dtsi | 85 qcom,pre-scaling = <1 1>; 91 qcom,pre-scaling = <1 1>; 97 qcom,pre-scaling = <1 3>; 103 qcom,pre-scaling = <1 1>; 111 qcom,pre-scaling = <1 1>; 119 qcom,pre-scaling = <1 1>; 127 qcom,pre-scaling = <1 1>;
|
| H A D | pmi8950.dtsi | 25 qcom,pre-scaling = <1 4>; 31 qcom,pre-scaling = <1 4>; 37 qcom,pre-scaling = <1 1>; 43 qcom,pre-scaling = <1 1>; 49 qcom,pre-scaling = <1 1>; 55 qcom,pre-scaling = <1 1>;
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6qp.dtsi | 28 pre1: pre@21c8000 { 29 compatible = "fsl,imx6qp-pre"; 37 pre2: pre@21c9000 { 38 compatible = "fsl,imx6qp-pre"; 46 pre3: pre@21ca000 { 47 compatible = "fsl,imx6qp-pre"; 55 pre4: pre@21cb000 { 56 compatible = "fsl,imx6qp-pre";
|
| /freebsd/crypto/openssh/ |
| H A D | ed25519.c | 1854 ge25519_p3 pre[16]; in ge25519_double_scalarmult_vartime() local 1859 setneutral(pre); /* 00 00 */ in ge25519_double_scalarmult_vartime() 1860 pre[1] = *p1; /* 00 01 */ in ge25519_double_scalarmult_vartime() 1861 dbl_p1p1(&tp1p1,(ge25519_p2 *)p1); p1p1_to_p3( &pre[2], &tp1p1); /* 00 10 */ in ge25519_double_scalarmult_vartime() 1862 add_p1p1(&tp1p1,&pre[1], &pre[2]); p1p1_to_p3( &pre[3], &tp1p1); /* 00 11 */ in ge25519_double_scalarmult_vartime() 1863 pre[4] = *p2; /* 01 00 */ in ge25519_double_scalarmult_vartime() 1864 add_p1p1(&tp1p1,&pre[1], &pre[4]); p1p1_to_p3( &pre[5], &tp1p1); /* 01 01 */ in ge25519_double_scalarmult_vartime() 1865 add_p1p1(&tp1p1,&pre[2], &pre[4]); p1p1_to_p3( &pre[6], &tp1p1); /* 01 10 */ in ge25519_double_scalarmult_vartime() 1866 add_p1p1(&tp1p1,&pre[3], &pre[4]); p1p1_to_p3( &pre[7], &tp1p1); /* 01 11 */ in ge25519_double_scalarmult_vartime() 1867 dbl_p1p1(&tp1p1,(ge25519_p2 *)p2); p1p1_to_p3( &pre[8], &tp1p1); /* 10 00 */ in ge25519_double_scalarmult_vartime() [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | common.h | 58 #define HAS_PREFIX(str, pre) (strncmp(str, pre "", sizeof(pre) - 1) == 0) argument 60 #define CHECK_AND_SKIP_PREFIX(str, pre) \ argument 61 (HAS_PREFIX(str, pre) ? ((str) += sizeof(pre) - 1, 1) : 0) 65 #define CHECK_AND_SKIP_CASE_PREFIX(str, pre) \ argument 66 (HAS_CASE_PREFIX(str, pre) ? ((str) += sizeof(pre) - 1, 1) : 0)
|
| /freebsd/contrib/sqlite3/tea/ |
| H A D | Makefile.in | 245 .PHONY: test-pre test-prepre test-core test test-post test-extension 258 test-core: test-pre 264 test-pre: test-prepre 265 test-core: test-pre 274 clean-pre: 275 clean-core: clean-pre 280 .PHONY: distclean-pre distclean-core distclean-post clean-extension 281 distclean-pre: clean 282 distclean-core: distclean-pre 322 .PHONY: install-pre install-core install-post install-test install-prepre install-extension [all …]
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | log.c | 47 BIO *bio, *pre = BIO_new(BIO_f_prefix()); in log_with_prefix() local 50 (void)BIO_set_prefix(pre, prefix); in log_with_prefix() 51 bio = BIO_push(pre, bio_err); in log_with_prefix() 55 (void)BIO_pop(pre); in log_with_prefix() 56 BIO_free(pre); in log_with_prefix()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | core_algorithm.c | 19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member 53 if (data->pre == NULL) { in algorithm_do_map() 56 } else if (!data->pre(provider, cur_operation, no_store, data->data, in algorithm_do_map() 139 int (*pre)(OSSL_PROVIDER *, int operation_id, in ossl_algorithm_do_all() 156 cbdata.pre = pre; in ossl_algorithm_do_all()
|
| /freebsd/contrib/ntp/scripts/deprecated/ |
| H A D | html2man.in | 90 $pre = 0; 100 if (!$pre) { 161 if($token->[1] eq "pre") { 163 $pre = 1; 213 if($token->[1] eq "pre") { 215 $pre = 0;
|