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

123456

/freebsd-13-stable/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-13-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.c39 static LHASH_OF(ADDED_OBJ) *added = NULL;
128 if (added != NULL)
130 added = lh_ADDED_OBJ_new(added_obj_hash, added_obj_cmp);
131 return added != NULL;
155 if (added == NULL)
157 lh_ADDED_OBJ_set_down_load(added, 0);
158 lh_ADDED_OBJ_doall(added, cleanup1_doall); /* zero counters */
159 lh_ADDED_OBJ_doall(added, cleanup2_doall); /* set counters */
160 lh_ADDED_OBJ_doall(added, cleanup3_doall); /* free objects */
161 lh_ADDED_OBJ_free(added);
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-ifmake.exp6 make: "directive-ifmake.mk" line 57: Targets can even be added at parse time.
H A Dsh-errctl.exp19 JobExec(all): pid <pid> added to jobs table
H A Dopt-debug-jobs.exp17 JobExec(all): pid <pid> added to jobs table
H A Ddep-colon-bug-cross-file.mk10 # preventing any commands from being added later.
13 # In this pass, another command is added to the "current dependency group",
/freebsd-13-stable/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-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i375 added = False
379 added = True
381 if not added:
385 added = False
389 added = True
391 if not added:
395 added = False
399 added = True
401 if not added:
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_ldap_init.h52 #error The security return codes must be added to support this LDAP toolkit.
/freebsd-13-stable/contrib/unbound/util/
H A Dwinsock_event.c328 continue; /* added by other callback */
479 ev->added = 0;
487 ev->added = 0;
493 verbose(VERB_ALGO, "event_add %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
494 ev, ev->added, ev->ev_fd,
499 if(ev->added)
568 ev->added = 1;
574 verbose(VERB_ALGO, "event_del %p added=%d fd=%d tv=" ARG_LL "d %s%s%s",
575 ev, ev->added, ev->ev_fd,
581 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.h112 /* fdset for read write, for fds ready, and added */
120 /** ready plus newly added events. */
138 /** is event already added */
139 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-13-stable/sys/dev/sfxge/common/
H A Def10_tx.c392 unsigned int added = *addedp; local
395 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
405 id = added++ & etp->et_mask;
423 *addedp = added;
442 unsigned int added = *addedp; local
446 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
464 id = added++ & etp->et_mask;
483 *addedp = added;
494 * same time as the doorbell. The descriptor must be added to the TXQ, so that
500 __in unsigned int added,
498 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
565 unsigned int added = *addedp; local
[all...]
H A Defx_tx.c87 __in unsigned int added,
429 __in unsigned int added,
437 etxop->etxo_qpush(etp, added, pushed);
780 unsigned int added = *addedp; local
783 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1))
799 EFX_TX_DESC(etp, start, size, ebp->eb_eop, added);
804 *addedp = added;
811 __in unsigned int added,
820 wptr = added & etp->et_mask;
1021 unsigned int added local
427 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
809 siena_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
[all...]
/freebsd-13-stable/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-13-stable/share/mk/
H A Dlocal.sys.mk60 # added to META_TARGETS. If bsd.sys.mk cannot be included then ${META_DEPS}
61 # should be added as a target dependency as well. Otherwise the target
62 # is added to in bsd.sys.mk since it comes last.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c29 * deleted. Files that are added by the delta do not require a
106 /* Gets set if the directory is added rather than replaced/unchanged. */
107 svn_boolean_t added; member in struct:dir_baton
159 /* Gets set if the file is added rather than replaced. */
160 svn_boolean_t added; member in struct:file_baton
218 * this directory is being added rather than replaced. PARENT_BATON is
228 svn_boolean_t added,
237 dir_baton->added = added;
276 * directory PARENT_PATH. ADDED is set if this file is being added
225 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
281 make_file_baton(const char *path, struct dir_baton *parent_baton, svn_boolean_t added, apr_pool_t *result_pool) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h107 // Sequences added so far, with suffixes removed.
163 "get() called with sequence that wasn't added first");
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec61 - 0.2: added "use_authtok", added README.
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_core.c89 context->added = false;
295 client_context->added = true;
395 if (!client_context->added)
398 client_context->added = false;
536 context->added = true;
559 if (context->added)
/freebsd-13-stable/crypto/openssh/contrib/
H A Dssh-copy-id308 Would have added the following key(s):
316 Number of key(s) added: $ADDED
319 and check to make sure that only the key(s) you wanted were added.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c121 /* Is this directory being added? (Otherwise, just opened.) */
122 svn_boolean_t added; member in struct:dir_context_t
155 /* Is this file being added? (Otherwise, just opened.) */
156 svn_boolean_t added; member in struct:file_context_t
366 /* Is this directory or one of our parent dirs newly added?
370 if (c_dir->added)
507 /* Is one of our parent dirs newly added? If so, we're already
512 if (parent_dir->added)
944 setup_if_header_recursive(svn_boolean_t *added,
956 *added
943 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
1026 svn_boolean_t added; local
1077 svn_boolean_t added; local
[all...]
/freebsd-13-stable/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-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.h166 unsigned int added; member in struct:sfxge_rxq

Completed in 227 milliseconds

123456