Home
last modified time | relevance | path

Searched refs:ntt (Results 1 – 25 of 1458) sorted by relevance

12345678910>>...59

/dports/www/mod_evasive/mod_evasive-ad6e89f6c7d835945a7d329cc0f04adaefc3d114/
H A Dmod_evasiveNSAPI.c72 struct ntt { struct
93 int ntt_destroy(struct ntt *ntt);
94 struct ntt_node *ntt_find(struct ntt *ntt, const char *key);
96 int ntt_delete(struct ntt *ntt, const char *key);
97 long ntt_hashcode(struct ntt *ntt, const char *key);
386 long ntt_hashcode(struct ntt *ntt, const char *key) { in ntt_hashcode() argument
416 struct ntt *ntt = (struct ntt *) malloc(sizeof(struct ntt)); in ntt_create() local
508 int ntt_destroy(struct ntt *ntt) { in ntt_destroy() argument
522 free(ntt); in ntt_destroy()
523 ntt = (struct ntt *) NULL; in ntt_destroy()
[all …]
H A Dmod_evasive.c65 struct ntt { struct
86 struct ntt_node *ntt_find(struct ntt *ntt, const char *key);
89 struct ntt_node *c_ntt_next(struct ntt *ntt, struct ntt_c *c);
90 int ntt_destroy(struct ntt *ntt);
91 int ntt_delete(struct ntt *ntt, const char *key);
92 long ntt_hashcode(struct ntt *ntt, const char *key);
274 long ntt_hashcode(struct ntt *ntt, const char *key) { in ntt_hashcode() argument
304 struct ntt *ntt = (struct ntt *) malloc(sizeof(struct ntt)); in ntt_create() local
391 int ntt_destroy(struct ntt *ntt) { in ntt_destroy() argument
406 ntt = (struct ntt *) NULL; in ntt_destroy()
[all …]
H A Dmod_evasive20.c63 struct ntt { struct
84 int ntt_destroy(struct ntt *ntt);
85 struct ntt_node *ntt_find(struct ntt *ntt, const char *key);
87 int ntt_delete(struct ntt *ntt, const char *key);
88 long ntt_hashcode(struct ntt *ntt, const char *key);
90 struct ntt_node *c_ntt_next(struct ntt *ntt, struct ntt_c *c);
319 long ntt_hashcode(struct ntt *ntt, const char *key) { in ntt_hashcode() argument
349 struct ntt *ntt = (struct ntt *) malloc(sizeof(struct ntt)); in ntt_create() local
436 int ntt_destroy(struct ntt *ntt) { in ntt_destroy() argument
451 ntt = (struct ntt *) NULL; in ntt_destroy()
[all …]
/dports/security/hexl/hexl-1.2.3/test/
H A Dtest-ntt.cpp30 NTT ntt(N, modulus); in TEST() local
100 NTT ntt(N, modulus); in TEST() local
108 NTT ntt(N, modulus); in TEST() local
223 NTT ntt(N, modulus); in TEST() local
226 EXPECT_EQ(ntt.GetDegree(), N); in TEST()
227 EXPECT_EQ(ntt.GetInvRootOfUnityPower(0), ntt.GetInvRootOfUnityPowers()[0]); in TEST()
241 NTT ntt(N, modulus); in TEST_P() local
292 ntt.GetRootOfUnityPowers().data(), in TEST_P()
300 ntt.GetInvRootOfUnityPowers().data(), in TEST_P()
317 ntt.GetInvRootOfUnityPowers().data(), in TEST_P()
[all …]
/dports/security/hexl/hexl-1.2.3/benchmark/
H A Dbench-ntt.cpp29 NTT ntt(ntt_size, modulus); in BM_FwdNTTNativeRadix2InPlace() local
52 NTT ntt(ntt_size, modulus); in BM_FwdNTTNativeRadix2Copy() local
74 NTT ntt(ntt_size, modulus); in BM_FwdNTTNativeRadix4InPlace() local
97 NTT ntt(ntt_size, modulus); in BM_FwdNTTNativeRadix4Copy() local
123 NTT ntt(ntt_size, modulus); in BM_FwdNTT_AVX512IFMA() local
152 NTT ntt(ntt_size, modulus); in BM_FwdNTT_AVX512IFMALazy() local
188 NTT ntt(ntt_size, modulus); in BM_FwdNTT_AVX512DQ_32() local
219 NTT ntt(ntt_size, modulus); in BM_FwdNTT_AVX512DQ_64() local
251 NTT ntt(ntt_size, modulus); in BM_FwdNTTInPlace() local
273 NTT ntt(ntt_size, modulus); in BM_FwdNTTCopy() local
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Ddialog-tax-table.c149 ttw = ntt->ttw; in new_tax_table_ok_cb()
154 if (ntt->new_table) in new_tax_table_ok_cb()
207 if (ntt->new_table) in new_tax_table_ok_cb()
223 if (ntt->entry) in new_tax_table_ok_cb()
253 g_return_if_fail (ntt); in combo_changed()
256 ntt->type = index + 1; in combo_changed()
273 NewTaxTable *ntt; in new_tax_table_dialog() local
284 ntt->ttw = ttw; in new_tax_table_dialog()
285 ntt->entry = entry; in new_tax_table_dialog()
310 index = ntt->type ? ntt->type : GNC_AMT_TYPE_VALUE; in new_tax_table_dialog()
[all …]
/dports/irc/atheme-services/atheme-7.2.9/modules/scripting/perl/api/
H A Dtypemap26 const char * type = \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\";
35 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\");
43 const char * type = \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\";
52 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\");
60 const char * type = \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\";
69 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\");
77 const char * type = \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\";
86 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\");
94 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\", (void*)$var);
111 sv_setref_pv(tie, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\", (void*)$var);
[all …]
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/contrib/DNS-LDNS/
H A Dtypemap44 else if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\")){
49 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\")
53 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\")){
58 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\")
62 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\", (void*)$var);
66 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\", (void*)$var);
/dports/dns/py-ldns/ldns-1.8.1/contrib/DNS-LDNS/
H A Dtypemap44 else if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\")){
49 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\")
53 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\")){
58 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\")
62 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\", (void*)$var);
66 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\", (void*)$var);
/dports/dns/ldns/ldns-1.8.1/contrib/DNS-LDNS/
H A Dtypemap44 else if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\")){
49 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\")
53 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\")){
58 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\")
62 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/__/::/g;\$ntt}\", (void*)$var);
66 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/__/::/g;$ntt=~s/::Opt$//;\$ntt}\", (void*)$var);
/dports/mail/wanderlust/wanderlust-475514f/etc/
H A DChangeLog.1.ja1 1998-12-02 Yuuichi Teranishi <teranisi@kyrie.dq.isl.ntt.co.jp>
17 1998-12-01 Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
36 1998-11-30 Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
49 1998-11-30 Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
101 (寺田さん <te@isl.ntt.co.jp> より御指摘。)
103 1998-11-27 Masayuki TERADA <te@isl.ntt.co.jp>
127 (寺田さん <te@isl.ntt.co.jp> より御指摘。)
140 1998-11-26 Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
188 1998-11-24 Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
195 1998-11-23 Yuuichi Teranishi <teranisi@isl.ntt.co.jp>
[all …]
/dports/security/liboqs/liboqs-0.7.0/scripts/copy_from_upstream/patches/
H A Dpqcrystals-dilithium-yml.patch39 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
40 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
63 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
64 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
86 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
87 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
110 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
111 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
134 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
157 …s.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduc…
[all …]
H A Dpqcrystals-kyber-yml.patch47 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
48 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
71 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
72 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
94 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
95 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
118 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
119 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
142 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
165 … indcpa.c polyvec.c poly.c reduce.c ntt.c cbd.c verify.c kem.h params.h api.h indcpa.h polyvec.h p…
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_tshift.c32 int nzz, ii,jj,kk , ntt,nxx,nyy,nxy , nup , freepat=0 ; in THD_dataset_tshift() local
47 ntt = DSET_NVALS(TS_dset) ; in THD_dataset_tshift()
48 if( ignore > ntt-4 ) RETURN(1) ; in THD_dataset_tshift()
105 nup = csfft_nextup_one35( ntt+4 ) ; in THD_dataset_tshift()
122 for( ffmin=ffmax=far[ignore],jj=ignore+1 ; jj < ntt ; jj++ ){ in THD_dataset_tshift()
130 for( fmin=fmax=far[ignore],jj=ignore+1 ; jj < ntt ; jj++ ){ in THD_dataset_tshift()
139 for( ggmin=ggmax=gar[ignore],jj=ignore+1 ; jj < ntt ; jj++ ){ in THD_dataset_tshift()
145 THD_linear_detrend( ntt-ignore , gar+ignore , &g0,&g1 ) ; in THD_dataset_tshift()
147 for( gmin=gmax=gar[ignore],jj=ignore+1 ; jj < ntt ; jj++ ){ in THD_dataset_tshift()
161 for( jj=ignore ; jj < ntt ; jj++ ){ in THD_dataset_tshift()
[all …]
/dports/graphics/graphite2/graphite2-1.3.14/contrib/perl/lib/Text/
H A Dtypemap35 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;$ntt=~s/Ptr//;\$ntt}\")) {
40 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;$ntt=~s/Ptr//;\$ntt}\")
45 sv_setref_pv($arg, "${(my $ntt=$ntype)=~s/_/::/g;$ntt=~s/Ptr//;\$ntt}\", (void*)$var);
/dports/astro/oskar/OSKAR-2.8.0/oskar/splines/src/
H A Doskar_dierckx_sphere.c20 int lsp = 0, lst = 0, ntt = 0, ncof = 0, nreg = 0, ncest = 0; in oskar_dierckx_sphere() local
45 ntt = ntest - 7; in oskar_dierckx_sphere()
47 ncc = npp * (ntt - 1) + 6; in oskar_dierckx_sphere()
48 nrint = ntt + npp; in oskar_dierckx_sphere()
49 nreg = ntt * npp; in oskar_dierckx_sphere()
55 lwest = 185 + 52 * npp + 10 * ntt + 14 * ntt * npp + 8 * (m + (ntt - 1) * in oskar_dierckx_sphere()
72 ntt = *nt - 8; in oskar_dierckx_sphere()
73 if (ntt < 0 || *nt > ntest) return; in oskar_dierckx_sphere()
74 if (ntt != 0) in oskar_dierckx_sphere()
77 for (i = 1; i <= ntt; ++i) in oskar_dierckx_sphere()
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/fitpack/
H A Dsphere.f319 * lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, local
341 ntt = ntest-7
343 ncc = 6+npp*(ntt-1)
344 nrint = ntt+npp
345 nreg = ntt*npp
351 lwest = 185+52*npp+10*ntt+14*ntt*npp+8*(m+(ntt-1)*npp**2)
363 ntt = nt-8
364 if(ntt.lt.0 .or. nt.gt.ntest) go to 80
365 if(ntt.eq.0) go to 40
367 do 30 i=1,ntt
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/perl/imap/
H A Dtypemap6 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")) {
10 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\");
15 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\", (void *) $var);
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/perl/imap/
H A Dtypemap6 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")) {
10 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\");
15 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\", (void *) $var);
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/perl/imap/
H A Dtypemap6 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")) {
10 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\");
15 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\", (void *) $var);
/dports/mail/p5-Sendmail-Milter/Sendmail-Milter-0.18/
H A Dtypemap7 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\"))
13 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")
17 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\", (void*)$var);
/dports/security/p5-Session-Token/Session-Token-1.503/
H A Dtypemap6 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")){
11 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")
15 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\",
/dports/security/p5-Crypt-SMIME/Crypt-SMIME-0.28/
H A Dtypemap8 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")) {
13 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\");
21 \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\",
/dports/devel/p5-Compiler-Lexer/Compiler-Lexer-0.23/src/
H A Dtypemap5 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")) {
10 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")
13 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\",
/dports/devel/p5-Compiler-Lexer/Compiler-Lexer-0.23/
H A Dtypemap5 if (sv_derived_from($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")) {
10 croak(\"$var is not of type ${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\")
13 sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\",

12345678910>>...59