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

123456

/freebsd-10.3-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-10.3-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-10.3-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-10.3-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-10.3-release/contrib/unbound/util/
H A Dwinsock_event.c327 continue; /* added by other callback */
481 ev->added = 0;
489 ev->added = 0;
495 verbose(VERB_ALGO, "event_add %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
496 ev, ev->added, ev->ev_fd,
501 if(ev->added)
570 ev->added = 1;
576 verbose(VERB_ALGO, "event_del %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
577 ev, ev->added, ev->ev_fd,
583 if(!ev->added)
[all...]
H A Dmini_event.c283 ev->added = 0;
290 ev->added = 0;
297 if(ev->added)
326 ev->added = 1;
344 ev->added = 0;
370 ev->added = 1;
383 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-10.3-release/sys/dev/sfxge/common/
H A Dhunt_tx.c371 unsigned int added = *addedp; local
375 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
385 id = added++ & etp->et_mask;
403 *addedp = added;
422 unsigned int added = *addedp; local
426 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
443 id = added++ & etp->et_mask;
462 *addedp = added;
473 * doorbell. The descriptor must be added to the TXQ, so that can be used if the
479 __in unsigned int added,
477 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
514 unsigned int added = *addedp; local
[all...]
H A Defx_tx.c85 __in unsigned int added,
425 __in unsigned int added,
433 etxop->etxo_qpush(etp, added, pushed);
770 unsigned int added = *addedp; local
774 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1))
786 EFX_TX_DESC(etp, start, size, ebp->eb_eop, added);
791 *addedp = added;
803 __in unsigned int added,
812 wptr = added & etp->et_mask;
1001 unsigned int added local
423 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
801 falconsiena_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,
450 __in unsigned int added)
457 erxop->erxo_qpost(erp, addrp, size, n, completed, added);
463 __in unsigned int added,
471 erxop->erxo_qpush(erp, added, pushedp);
1040 __in unsigned int added)
1048 EFSYS_ASSERT3U(added - completed + n, <=,
1051 id = added & (erp->er_mask);
1074 __in unsigned int added,
444 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
461 efx_rx_qpush( __in efx_rxq_t *erp, __in unsigned int added, __inout unsigned int *pushedp) argument
1034 falconsiena_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
1072 falconsiena_rx_qpush( __in efx_rxq_t *erp, __in unsigned int added, __inout unsigned int *pushedp) argument
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_mergeinfo.h171 * Place the result in @a *deleted and @a *added (neither output argument
173 * @a *deleted and @a *added will not be null.
193 svn_mergeinfo_diff2(svn_mergeinfo_t *deleted, svn_mergeinfo_t *added,
206 svn_mergeinfo_diff(svn_mergeinfo_t *deleted, svn_mergeinfo_t *added,
289 * and @a to, and place the result in @a *deleted and @a *added
299 svn_rangelist_diff(svn_rangelist_t **deleted, svn_rangelist_t **added,
306 * @a rangelist. New elements added to @a rangelist are allocated
/freebsd-10.3-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-10.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec61 - 0.2: added "use_authtok", added README.
/freebsd-10.3-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-10.3-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-10.3-release/sys/dev/sfxge/
H A Dsfxge_rx.h182 unsigned int added; member in struct:sfxge_rxq
H A Dsfxge_tx.c200 level = txq->added - txq->completed;
292 old_added = txq->added;
296 txq->reaped, &txq->added);
303 KASSERT(txq->added - old_added == txq->n_pend_desc,
306 level = txq->added - txq->reaped;
324 level = txq->added - txq->reaped;
336 level = txq->added - txq->reaped;
368 id = txq->added & txq->ptr_mask;
470 pushed = txq->added;
506 if (txq->added
[all...]
H A Dsfxge_tx.h203 unsigned int added; member in struct:sfxge_txq
/freebsd-10.3-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-10.3-release/sbin/kldconfig/
H A Dkldconfig.c155 static unsigned added = 0; local
198 for (i = 0, pskip = TAILQ_FIRST(pathq); i < added; i++)
204 added++;
/freebsd-10.3-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-10.3-release/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c434 apr_hash_t *old_mergeinfo_hash, *new_mergeinfo_hash, *added, *deleted; local
448 SVN_ERR(svn_mergeinfo_diff2(&deleted, &added, old_mergeinfo_hash,
469 for (hi = apr_hash_first(pool, added);
/freebsd-10.3-release/contrib/ntp/lib/isc/
H A Dentropy.c120 isc_uint32_t *extra; /*%< extra samples added in */
440 unsigned int added; local
445 added = 0;
458 added += estimate_entropy(sq, sq->samples[ns]);
460 entropypool_adddata(ent, sq->samples, sq->nsamples * 4, added);
474 return (added);
483 unsigned int added; local
500 added = 0;
506 added += got;
515 return (added);
[all...]
/freebsd-10.3-release/contrib/bmake/mk/
H A Dsys.clean-env.mk25 # are added to MAKE_ENV_SAVE_VAR_LIST after being filtered by...
33 # and added to MAKE_ENV_SAVE_VAR_LIST below.

Completed in 222 milliseconds

123456