Home
last modified time | relevance | path

Searched refs:ndn (Results 26 – 50 of 834) sorted by relevance

12345678910>>...34

/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-meta/
H A Dcandidates.c63 if ( dnIsSuffix( ndn, &ms->ms_dn ) ) { in meta_subtree_match()
69 if ( dnIsSuffix( ndn, &ms->ms_dn ) && in meta_subtree_match()
78 if ( regexec( &ms->ms_regex, ndn->bv_val, 0, NULL, 0 ) == 0 ) { in meta_subtree_match()
96 struct berval *ndn, in meta_back_is_candidate() argument
100 int d = ndn->bv_len - mt->mt_nsuffix.bv_len; in meta_back_is_candidate()
103 if ( !dnIsSuffix( ndn, &mt->mt_nsuffix ) ) { in meta_back_is_candidate()
119 int match = ( meta_subtree_match( mt, ndn, scope ) != NULL ); in meta_back_is_candidate()
144 rdn.bv_val = ndn->bv_val; in meta_back_is_candidate()
161 if ( !dnIsSuffix( &mt->mt_nsuffix, ndn ) ) { in meta_back_is_candidate()
197 struct berval *ndn ) in meta_back_select_unique_candidate() argument
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-wt/
H A Dcache.c30 int wt_idlcache_get(wt_ctx *wc, struct berval *ndn, int scope, ID *ids) in wt_idlcache_get() argument
39 ndn->bv_val, scope ); in wt_idlcache_get()
49 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_get()
98 ndn->bv_val, scope ); in wt_idlcache_set()
111 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_set()
137 int wt_idlcache_begin(wt_ctx *wc, struct berval *ndn, int scope) in wt_idlcache_begin() argument
146 ndn->bv_val, scope ); in wt_idlcache_begin()
159 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_begin()
183 struct berval pdn = *ndn; in wt_idlcache_clear()
190 ndn->bv_val ); in wt_idlcache_clear()
[all …]
H A Ddn2id.c126 struct berval *ndn) in wt_dn2id_delete() argument
137 revdn = mkrevdn(*ndn); in wt_dn2id_delete()
161 wt_idlcache_clear(op, wc, ndn); in wt_dn2id_delete()
188 struct berval *ndn, in wt_dn2id() argument
197 if ( ndn->bv_len == 0 ) { in wt_dn2id()
215 cursor->set_key(cursor, ndn->bv_val); in wt_dn2id()
306 struct berval *ndn, in wt_dn2idl_db() argument
321 ndn->bv_val ); in wt_dn2idl_db()
323 revdn = mkrevdn(*ndn); in wt_dn2idl_db()
410 struct berval *ndn, in wt_dn2idl() argument
[all …]
H A Ddn2entry.c35 struct berval *ndn, in wt_dn2entry() argument
46 if( ndn->bv_len == 0 ){ in wt_dn2entry()
49 ber_dupbv(&e->e_nname, ndn); in wt_dn2entry()
67 cursor->set_key(cursor, ndn->bv_val); in wt_dn2entry()
118 struct berval *ndn, in wt_dn2pentry() argument
124 if (be_issuffix( be, ndn )) { in wt_dn2pentry()
129 dnParent( ndn, &pdn ); in wt_dn2pentry()
138 struct berval *ndn, in wt_dn2aentry() argument
144 if (be_issuffix( be, ndn )) { in wt_dn2aentry()
149 dnParent( ndn, &pdn ); in wt_dn2aentry()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-wt/
H A Dcache.c30 int wt_idlcache_get(wt_ctx *wc, struct berval *ndn, int scope, ID *ids) in wt_idlcache_get() argument
39 ndn->bv_val, scope ); in wt_idlcache_get()
49 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_get()
98 ndn->bv_val, scope ); in wt_idlcache_set()
111 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_set()
137 int wt_idlcache_begin(wt_ctx *wc, struct berval *ndn, int scope) in wt_idlcache_begin() argument
146 ndn->bv_val, scope ); in wt_idlcache_begin()
159 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_begin()
183 struct berval pdn = *ndn; in wt_idlcache_clear()
190 ndn->bv_val ); in wt_idlcache_clear()
[all …]
H A Ddn2id.c126 struct berval *ndn) in wt_dn2id_delete() argument
137 revdn = mkrevdn(*ndn); in wt_dn2id_delete()
161 wt_idlcache_clear(op, wc, ndn); in wt_dn2id_delete()
188 struct berval *ndn, in wt_dn2id() argument
197 if ( ndn->bv_len == 0 ) { in wt_dn2id()
215 cursor->set_key(cursor, ndn->bv_val); in wt_dn2id()
306 struct berval *ndn, in wt_dn2idl_db() argument
321 ndn->bv_val ); in wt_dn2idl_db()
323 revdn = mkrevdn(*ndn); in wt_dn2idl_db()
410 struct berval *ndn, in wt_dn2idl() argument
[all …]
H A Ddn2entry.c35 struct berval *ndn, in wt_dn2entry() argument
46 if( ndn->bv_len == 0 ){ in wt_dn2entry()
49 ber_dupbv(&e->e_nname, ndn); in wt_dn2entry()
67 cursor->set_key(cursor, ndn->bv_val); in wt_dn2entry()
118 struct berval *ndn, in wt_dn2pentry() argument
124 if (be_issuffix( be, ndn )) { in wt_dn2pentry()
129 dnParent( ndn, &pdn ); in wt_dn2pentry()
138 struct berval *ndn, in wt_dn2aentry() argument
144 if (be_issuffix( be, ndn )) { in wt_dn2aentry()
149 dnParent( ndn, &pdn ); in wt_dn2aentry()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-wt/
H A Dcache.c30 int wt_idlcache_get(wt_ctx *wc, struct berval *ndn, int scope, ID *ids) in wt_idlcache_get() argument
39 ndn->bv_val, scope ); in wt_idlcache_get()
49 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_get()
98 ndn->bv_val, scope ); in wt_idlcache_set()
111 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_set()
137 int wt_idlcache_begin(wt_ctx *wc, struct berval *ndn, int scope) in wt_idlcache_begin() argument
146 ndn->bv_val, scope ); in wt_idlcache_begin()
159 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_begin()
183 struct berval pdn = *ndn; in wt_idlcache_clear()
190 ndn->bv_val ); in wt_idlcache_clear()
[all …]
H A Ddn2id.c126 struct berval *ndn) in wt_dn2id_delete() argument
137 revdn = mkrevdn(*ndn); in wt_dn2id_delete()
161 wt_idlcache_clear(op, wc, ndn); in wt_dn2id_delete()
188 struct berval *ndn, in wt_dn2id() argument
197 if ( ndn->bv_len == 0 ) { in wt_dn2id()
215 cursor->set_key(cursor, ndn->bv_val); in wt_dn2id()
306 struct berval *ndn, in wt_dn2idl_db() argument
321 ndn->bv_val ); in wt_dn2idl_db()
323 revdn = mkrevdn(*ndn); in wt_dn2idl_db()
410 struct berval *ndn, in wt_dn2idl() argument
[all …]
H A Ddn2entry.c35 struct berval *ndn, in wt_dn2entry() argument
46 if( ndn->bv_len == 0 ){ in wt_dn2entry()
49 ber_dupbv(&e->e_nname, ndn); in wt_dn2entry()
67 cursor->set_key(cursor, ndn->bv_val); in wt_dn2entry()
118 struct berval *ndn, in wt_dn2pentry() argument
124 if (be_issuffix( be, ndn )) { in wt_dn2pentry()
129 dnParent( ndn, &pdn ); in wt_dn2pentry()
138 struct berval *ndn, in wt_dn2aentry() argument
144 if (be_issuffix( be, ndn )) { in wt_dn2aentry()
149 dnParent( ndn, &pdn ); in wt_dn2aentry()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-wt/
H A Dcache.c30 int wt_idlcache_get(wt_ctx *wc, struct berval *ndn, int scope, ID *ids) in wt_idlcache_get() argument
39 ndn->bv_val, scope ); in wt_idlcache_get()
49 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_get()
98 ndn->bv_val, scope ); in wt_idlcache_set()
111 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_set()
137 int wt_idlcache_begin(wt_ctx *wc, struct berval *ndn, int scope) in wt_idlcache_begin() argument
146 ndn->bv_val, scope ); in wt_idlcache_begin()
159 cursor->set_key(cursor, ndn->bv_val, (int8_t)scope); in wt_idlcache_begin()
183 struct berval pdn = *ndn; in wt_idlcache_clear()
190 ndn->bv_val ); in wt_idlcache_clear()
[all …]
H A Ddn2id.c126 struct berval *ndn) in wt_dn2id_delete() argument
137 revdn = mkrevdn(*ndn); in wt_dn2id_delete()
161 wt_idlcache_clear(op, wc, ndn); in wt_dn2id_delete()
188 struct berval *ndn, in wt_dn2id() argument
197 if ( ndn->bv_len == 0 ) { in wt_dn2id()
215 cursor->set_key(cursor, ndn->bv_val); in wt_dn2id()
306 struct berval *ndn, in wt_dn2idl_db() argument
321 ndn->bv_val ); in wt_dn2idl_db()
323 revdn = mkrevdn(*ndn); in wt_dn2idl_db()
410 struct berval *ndn, in wt_dn2idl() argument
[all …]
H A Ddn2entry.c35 struct berval *ndn, in wt_dn2entry() argument
46 if( ndn->bv_len == 0 ){ in wt_dn2entry()
49 ber_dupbv(&e->e_nname, ndn); in wt_dn2entry()
67 cursor->set_key(cursor, ndn->bv_val); in wt_dn2entry()
118 struct berval *ndn, in wt_dn2pentry() argument
124 if (be_issuffix( be, ndn )) { in wt_dn2pentry()
129 dnParent( ndn, &pdn ); in wt_dn2pentry()
138 struct berval *ndn, in wt_dn2aentry() argument
144 if (be_issuffix( be, ndn )) { in wt_dn2aentry()
149 dnParent( ndn, &pdn ); in wt_dn2aentry()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/parmest/
H A Dcreate_ef.py102 ndn = node.name
105 for i in range(nlens[ndn]):
107 if (ndn, i) not in scenario_instance.ref_vars:
108 scenario_instance.ref_vars[(ndn, i)] = v
237 ndn = node.name
238 for i in range(nlens[ndn]):
240 if (ndn, i) not in ref_vars:
243 ref_vars[(ndn, i)] = v
252 for i in range(nlens_ef_suppl[ndn]):
254 if (ndn, i) not in ref_suppl_vars:
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/ElectronGas/
H A DElectronGasOrbitalBuilder.cpp82 int ndn(0); in buildComponent() local
90 if (nat != (nup + ndn)) in buildComponent()
105 if (ndn > 0) in buildComponent()
107 if (nup != ndn) in buildComponent()
109 int nkpts2 = (ndn - 1) / 2; in buildComponent()
130 if (ndn > 0) in buildComponent()
134 downdet->set(nup, ndn); in buildComponent()
140 if (ndn > 0) in buildComponent()
152 if (ndn > 0) in buildComponent()
156 downdet->set(nup, ndn); in buildComponent()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/exchange-correlation/
H A Dblyp.f123 real*8 nup,ndn,n,agrup,agrdn,agr local
174 ndn = dn_in(j,2) + 0.5d0*ETA2
176 ndn_thrd = ndn**thrd
183 n = nup + ndn
187 ndn2 = ndn*ndn
238 sddn = 1.0d0/(ndn_thrd*ndn)
265 xe = (xeup*nup + xedn*ndn)/n
289 nupndn = nup*ndn
296 ndn_etthrd = ndn**etthrd
297 ndn_fvthrd = ndn**fvthrd
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-monitor/
H A Dproto-back-monitor.h54 struct berval *ndn,
59 struct berval *ndn,
65 struct berval *ndn,
114 struct berval *ndn,
139 struct berval *ndn ));
163 struct berval *ndn ));
192 struct berval *ndn,
219 struct berval *ndn,
227 struct berval *ndn,
244 struct berval *ndn,
[all …]
H A Dcache.c142 struct berval *ndn, in monitor_cache_get() argument
148 assert( ndn != NULL ); in monitor_cache_get()
153 tmp_mc.mc_ndn = *ndn; in monitor_cache_get()
181 struct berval *ndn, in monitor_cache_remove() argument
188 assert( ndn != NULL ); in monitor_cache_remove()
193 dnParent( ndn, &pndn ); in monitor_cache_remove()
198 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
239 ndn->bv_val ); in monitor_cache_remove()
250 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
290 struct berval *ndn, in monitor_cache_dn2entry() argument
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-monitor/
H A Dproto-back-monitor.h54 struct berval *ndn,
59 struct berval *ndn,
65 struct berval *ndn,
114 struct berval *ndn,
139 struct berval *ndn ));
163 struct berval *ndn ));
192 struct berval *ndn,
219 struct berval *ndn,
227 struct berval *ndn,
244 struct berval *ndn,
[all …]
H A Dcache.c142 struct berval *ndn, in monitor_cache_get() argument
148 assert( ndn != NULL ); in monitor_cache_get()
153 tmp_mc.mc_ndn = *ndn; in monitor_cache_get()
181 struct berval *ndn, in monitor_cache_remove() argument
188 assert( ndn != NULL ); in monitor_cache_remove()
193 dnParent( ndn, &pndn ); in monitor_cache_remove()
198 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
239 ndn->bv_val ); in monitor_cache_remove()
250 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
290 struct berval *ndn, in monitor_cache_dn2entry() argument
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-monitor/
H A Dproto-back-monitor.h55 struct berval *ndn,
60 struct berval *ndn,
66 struct berval *ndn,
115 struct berval *ndn,
140 struct berval *ndn ));
164 struct berval *ndn ));
193 struct berval *ndn,
220 struct berval *ndn,
228 struct berval *ndn,
245 struct berval *ndn,
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-monitor/
H A Dproto-back-monitor.h55 struct berval *ndn,
60 struct berval *ndn,
66 struct berval *ndn,
115 struct berval *ndn,
140 struct berval *ndn ));
164 struct berval *ndn ));
193 struct berval *ndn,
220 struct berval *ndn,
228 struct berval *ndn,
245 struct berval *ndn,
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/lib/exchange-correlation/
H A Dblyp.f123 real*8 nup,ndn,n,agrup,agrdn,agr
171 ndn = dn_in(j,2) + 0.5d0*ETA2
173 ndn_thrd = ndn**thrd
180 n = nup + ndn
184 ndn2 = ndn*ndn
232 sddn = 1.0d0/(ndn_thrd*ndn)
255 xe = (xeup*nup + xedn*ndn)/n
279 nupndn = nup*ndn
286 ndn_etthrd = ndn**etthrd
287 ndn_fvthrd = ndn**fvthrd
[all …]
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-monitor/
H A Dcache.c145 struct berval *ndn, in monitor_cache_get() argument
151 assert( ndn != NULL ); in monitor_cache_get()
156 tmp_mc.mc_ndn = *ndn; in monitor_cache_get()
184 struct berval *ndn, in monitor_cache_remove() argument
191 assert( ndn != NULL ); in monitor_cache_remove()
196 dnParent( ndn, &pndn ); in monitor_cache_remove()
201 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
242 ndn->bv_val, 0, 0 ); in monitor_cache_remove()
253 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
293 struct berval *ndn, in monitor_cache_dn2entry() argument
[all …]
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-monitor/
H A Dcache.c145 struct berval *ndn, in monitor_cache_get() argument
151 assert( ndn != NULL ); in monitor_cache_get()
156 tmp_mc.mc_ndn = *ndn; in monitor_cache_get()
184 struct berval *ndn, in monitor_cache_remove() argument
191 assert( ndn != NULL ); in monitor_cache_remove()
196 dnParent( ndn, &pndn ); in monitor_cache_remove()
201 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
242 ndn->bv_val, 0, 0 ); in monitor_cache_remove()
253 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()
293 struct berval *ndn, in monitor_cache_dn2entry() argument
[all …]

12345678910>>...34