Searched refs:added (Results 1 - 25 of 150) sorted by relevance

123456

/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dentropy.c54 unsigned int added; local
61 added = 0;
71 added += ndesired * 8;
76 return (added);
85 unsigned int added; local
150 added = 0;
175 added += got;
189 if (!(ent->nextsource == firstsource && added == 0)) {
208 added += got;
211 if (added >
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/objects/
H A Dobj_dat.c100 static LHASH_OF(ADDED_OBJ) *added = NULL;
193 if (added != NULL)
195 added = lh_ADDED_OBJ_new();
196 return (added != NULL);
240 if (added == NULL)
242 lh_ADDED_OBJ_down_load(added) = 0;
243 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup1)); /* zero counters */
244 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup2)); /* set counters */
245 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup3)); /* free objects */
246 lh_ADDED_OBJ_free(added);
[all...]
/freebsd-11.0-release/contrib/ntp/lib/isc/unix/
H A Dentropy.c78 unsigned int added; local
85 added = 0;
98 added += n * 8;
109 return (added);
118 unsigned int added; local
126 added = 0;
230 added += n * 8;
242 return (added);
251 unsigned int added; local
315 added
[all...]
/freebsd-11.0-release/contrib/apr-util/include/
H A Dapr_ldap_init.h52 #error The security return codes must be added to support this LDAP toolkit.
/freebsd-11.0-release/share/mk/
H A Dlocal.sys.mk48 # added to META_TARGETS. If bsd.sys.mk cannot be included then ${META_DEPS}
49 # should be added as a target dependency as well. Otherwise the target
50 # is added to in bsd.sys.mk since it comes last.
/freebsd-11.0-release/contrib/unbound/util/
H A Dwinsock_event.c327 continue; /* added by other callback */
478 ev->added = 0;
486 ev->added = 0;
492 verbose(VERB_ALGO, "event_add %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
493 ev, ev->added, ev->ev_fd,
498 if(ev->added)
567 ev->added = 1;
573 verbose(VERB_ALGO, "event_del %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
574 ev, ev->added, ev->ev_fd,
580 if(!ev->added)
[all...]
H A Dmini_event.c280 ev->added = 0;
287 ev->added = 0;
294 if(ev->added)
323 ev->added = 1;
341 ev->added = 0;
367 ev->added = 1;
380 ev->added = 0;
H A Dmini_event.h106 /* fdset for read write, for fds ready, and added */
114 /** ready plus newly added events. */
132 /** is event already added */
133 int added; member in struct:event
H A Dwinsock_event.h173 /** is event already added */
174 int added; member in struct:event
191 /** index of this event in the items array (if added) */
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Def10_tx.c372 unsigned int added = *addedp; local
376 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
386 id = added++ & etp->et_mask;
404 *addedp = added;
423 unsigned int added = *addedp; local
427 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
444 id = added++ & etp->et_mask;
463 *addedp = added;
474 * doorbell. The descriptor must be added to the TXQ, so that can be used if the
480 __in unsigned int added,
478 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
515 unsigned int added = *addedp; local
[all...]
H A Defx_tx.c85 __in unsigned int added,
393 __in unsigned int added,
401 etxop->etxo_qpush(etp, added, pushed);
738 unsigned int added = *addedp; local
742 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1))
754 EFX_TX_DESC(etp, start, size, ebp->eb_eop, added);
759 *addedp = added;
771 __in unsigned int added,
780 wptr = added & etp->et_mask;
971 unsigned int added local
391 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
769 siena_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
[all...]
H A Defx_rx.c96 __in unsigned int added);
101 __in unsigned int added,
421 __in unsigned int added)
428 erxop->erxo_qpost(erp, addrp, size, n, completed, added);
434 __in unsigned int added,
442 erxop->erxo_qpush(erp, added, pushedp);
1008 __in unsigned int added)
1016 EFSYS_ASSERT3U(added - completed + n, <=,
1019 id = added & (erp->er_mask);
1042 __in unsigned int added,
415 efx_rx_qpost( __in efx_rxq_t *erp, __in_ecount(n) efsys_dma_addr_t *addrp, __in size_t size, __in unsigned int n, __in unsigned int completed, __in unsigned int added) argument
432 efx_rx_qpush( __in efx_rxq_t *erp, __in unsigned int added, __inout unsigned int *pushedp) argument
1002 siena_rx_qpost( __in efx_rxq_t *erp, __in_ecount(n) efsys_dma_addr_t *addrp, __in size_t size, __in unsigned int n, __in unsigned int completed, __in unsigned int added) argument
1040 siena_rx_qpush( __in efx_rxq_t *erp, __in unsigned int added, __inout unsigned int *pushedp) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_mergeinfo.h179 * Place the result in @a *deleted and @a *added (neither output argument
181 * @a *deleted and @a *added will not be null.
201 svn_mergeinfo_diff2(svn_mergeinfo_t *deleted, svn_mergeinfo_t *added,
214 svn_mergeinfo_diff(svn_mergeinfo_t *deleted, svn_mergeinfo_t *added,
297 * and @a to, and place the result in @a *deleted and @a *added
307 svn_rangelist_diff(svn_rangelist_t **deleted, svn_rangelist_t **added,
314 * @a rangelist. New elements added to @a rangelist are allocated
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c29 * deleted. Files that are added by the delta do not require a
105 /* Gets set if the directory is added rather than replaced/unchanged. */
106 svn_boolean_t added; member in struct:dir_baton
158 /* Gets set if the file is added rather than replaced. */
159 svn_boolean_t added; member in struct:file_baton
217 * this directory is being added rather than replaced. PARENT_BATON is
227 svn_boolean_t added,
236 dir_baton->added = added;
275 * directory PARENT_PATH. ADDED is set if this file is being added
224 make_dir_baton(const char *path, struct dir_baton *parent_baton, struct edit_baton *edit_baton, svn_boolean_t added, svn_revnum_t base_revision, apr_pool_t *result_pool) argument
280 make_file_baton(const char *path, struct dir_baton *parent_baton, svn_boolean_t added, apr_pool_t *result_pool) argument
[all...]
/freebsd-11.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec61 - 0.2: added "use_authtok", added README.
/freebsd-11.0-release/contrib/gcc/cp/
H A Dg++spec.c67 /* The number of arguments being added to what's in argv, other than
70 int added = 0; local
106 /* The number of libraries added in. */
222 added += 2;
241 if (! added && library <= 0)
254 num_args = argc + added + need_math + shared_libgcc + (library > 0) + 1;
/freebsd-11.0-release/crypto/openssh/contrib/
H A Dssh-copy-id301 Would have added the following key(s):
309 Number of key(s) added: $ADDED
312 and check to make sure that only the key(s) you wanted were added.
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c439 apr_hash_t *old_mergeinfo_hash, *new_mergeinfo_hash, *added, *deleted; local
453 SVN_ERR(svn_mergeinfo_diff2(&deleted, &added, old_mergeinfo_hash,
462 apr_hash_count(added),
482 for (hi = apr_hash_first(pool, added);
/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_rx.h164 unsigned int added; member in struct:sfxge_rxq
H A Dsfxge_tx.c207 level = txq->added - txq->completed;
299 old_added = txq->added;
303 txq->reaped, &txq->added);
310 KASSERT(txq->added - old_added == txq->n_pend_desc,
313 level = txq->added - txq->reaped;
331 level = txq->added - txq->reaped;
343 level = txq->added - txq->reaped;
375 id = txq->added & txq->ptr_mask;
477 pushed = txq->added;
513 if (txq->added
[all...]
/freebsd-11.0-release/sbin/kldconfig/
H A Dkldconfig.c146 static unsigned added = 0; local
180 for (i = 0, pskip = TAILQ_FIRST(pathq); i < added; i++)
186 added++;
/freebsd-11.0-release/crypto/openssl/crypto/engine/
H A Deng_table.c136 int ret = 0, added = 0; local
140 added = 1;
143 if (added)
144 /* The cleanup callback needs to be added */
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c123 /* Is this directory being added? (Otherwise, just opened.) */
124 svn_boolean_t added; member in struct:dir_context_t
157 /* Is this file being added? (Otherwise, just opened.) */
158 svn_boolean_t added; member in struct:file_context_t
362 /* Is this directory or one of our parent dirs newly added?
366 if (c_dir->added)
503 /* Is one of our parent dirs newly added? If so, we're already
508 if (parent_dir->added)
969 setup_if_header_recursive(svn_boolean_t *added,
981 *added
968 setup_if_header_recursive(svn_boolean_t *added, serf_bucket_t *headers, commit_context_t *commit_ctx, const char *rq_relpath, apr_pool_t *pool) argument
1051 svn_boolean_t added; local
1102 svn_boolean_t added; local
[all...]
/freebsd-11.0-release/sbin/dump/
H A Dtraverse.c84 static void writeextdata(union dinode *dp, ino_t ino, int added);
243 * files in it. If it does, and has not already been added to the dump
460 int ind_level, cnt, last, added; local
524 added = appendextdata(dp);
534 writeextdata(dp, ino, added);
549 added = appendextdata(dp);
551 writeextdata(dp, ino, added);
666 int i, j, count, resid, blks, tbperdb, added; local
698 added = appendextdata(dp);
712 writeextdata(dp, ino, added);
771 writeextdata(union dinode *dp, ino_t ino, int added) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c220 non-intersecting portions are added as separate ranges allocated in
240 RESULT_POOL or modify the existing range in place. Any new ranges added
807 set *RANGE_INDEX to the index of the youngest element modified, added, or
874 younger than NEXT_RANGE is added as a separate range:
1528 svn_rangelist_diff(svn_rangelist_t **deleted, svn_rangelist_t **added, argument
1537 [to] added
1545 [to] added
1549 [to] added
1553 [to] added added
1574 svn_mergeinfo_t added; member in struct:mergeinfo_diff_baton
1627 walk_mergeinfo_hash_for_diff(svn_mergeinfo_t from, svn_mergeinfo_t to, svn_mergeinfo_t deleted, svn_mergeinfo_t added, svn_boolean_t consider_inheritance, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1645 svn_mergeinfo_diff2(svn_mergeinfo_t *deleted, svn_mergeinfo_t *added, svn_mergeinfo_t from, svn_mergeinfo_t to, svn_boolean_t consider_inheritance, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1709 svn_rangelist_t *deleted, *added; local
[all...]

Completed in 301 milliseconds

123456