Searched refs:added (Results 51 - 75 of 150) sorted by relevance

123456

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h49 // About Module states: added->loaded->finalized.
51 // The purpose of the "added" state is having modules in standby. (added=known
88 iterator_range<ModulePtrSet::iterator> added() { function in class:llvm::MCJIT::OwningModuleContainer
H A DMCJIT.cpp77 // of the first (and only) module added in ExecutionEngine constructor
144 // This must be a module which has already been added but not loaded to this
182 // This must be a module which has already been added to this MCJIT instance.
244 // Generate code for module is going to move objects out of the 'added' list,
247 for (auto M : OwnedModules.added())
259 // This must be a module which has already been added to this MCJIT instance.
/freebsd-11.0-release/contrib/ldns/packaging/fedora/
H A Dldns.spec140 - Disable a debug line that was added to find the LOC issue that causes
202 - added a make clean for 2.3.3 since .o files were left behind upstream,
/freebsd-11.0-release/contrib/binutils/gas/
H A Dsymbols.h137 int added; /* nasty thing happened yet? */ member in struct:broken_word
138 /* 1: added and has a long-jump */
139 /* 2: added but uses someone elses long-jump */
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c151 /* Represents the operation performed on the property. It can be added,
156 /* ### Here we'll add flags telling if the prop was added, deleted,
223 /* True if the target was added by the patch, which means that it did
225 svn_boolean_t added;
231 * (i.e. a new file was added on top locally deleted node). */
1094 target->added = TRUE;
1661 * ### Since the hunk says the prop should be added we just assume so for
2109 else if (target->added || target->replaced || target->move_target_abspath)
2186 /* Don't notify on the hunk level for added or deleted props. */
2503 && ! target->added)
224 svn_boolean_t added; member in struct:patch_target_t
[all...]
H A Dmerge.c203 * contains only one element (added by do_mergeinfo_unaware_dir_merge)
241 * is locally added, then URL & REV are NULL & SVN_INVALID_REVNUM.
290 merge but got explicit mergeinfo added by the merge. This is populated
315 represent the roots of subtrees added by the merge. */
735 to be added to the working copy TARGET_ABSPATH.
743 Examine the added mergeinfo, looking at each range (or single rev)
771 /* If PATH itself has been added there is no need to filter. */
1094 /* Make a record in BATON if we find a PATH where mergeinfo is added
1200 /* TRUE if the node was added by this merge. Otherwise FALSE */
1201 svn_boolean_t added;
1197 svn_boolean_t added; member in struct:merge_dir_baton_t
1251 svn_boolean_t added; member in struct:merge_file_baton_t
1853 svn_boolean_t added; local
1961 svn_boolean_t added; local
2669 svn_boolean_t added; local
2819 svn_boolean_t added; local
[all...]
/freebsd-11.0-release/sys/geom/virstor/
H A Dg_virstor.c268 u_int added; local
307 added = 0;
331 if (added != 0) {
332 gctl_error(req, "Invalid provider: '%s' (added"
333 " %u components)", prov_name, added);
408 added++;
417 LOG_MSG(LVL_INFO, "Added %d component(s) to %s", added,
421 * they will again be added to the end of the queue (during
823 * to be added to an existing instance. */
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c190 added; we're only interest in asking if objects that the user member in struct:dir_baton
193 svn_boolean_t added;
200 or added to the directory */
240 added; we're only interest in asking if objects that the user member in struct:file_baton
243 svn_boolean_t added;
417 /* A present or added node should be on disk, so it is
976 If NO_IGNORE is TRUE, the item will be added regardless of
1527 If a new struct was added, set the repos_lock to REPOS_LOCK. */
1559 /* If this item isn't being added, then we're most likely
2035 close_dir, because there's no risk of having to honor the 'added'
[all...]
H A Dnode.c802 svn_wc__node_get_commit_status(svn_boolean_t *added,
830 if (added)
831 *added = (status == svn_wc__db_status_added);
992 /* The parent doesn't allow nodes to be added below it */
1119 /* Return error for not added nodes */
800 svn_wc__node_get_commit_status(svn_boolean_t *added, svn_boolean_t *deleted, svn_boolean_t *is_replace_root, svn_boolean_t *is_op_root, svn_revnum_t *revision, svn_revnum_t *original_revision, const char **original_repos_relpath, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc-metadata.sql337 have full information. In the 'WORKING' tree it's an added or
410 ### you do "files" on an added-directory? can't really ignore
430 For an added or not-present node, these are null. */
994 * While format 22 was current, "NOT NULL" was added to the
998 * While format 23 was current, "REFERENCES PRISTINE" was added to the
H A Dprops.c75 diff_mergeinfo_props(svn_mergeinfo_t *deleted, svn_mergeinfo_t *added,
83 *added = apr_hash_make(pool);
90 SVN_ERR(svn_mergeinfo_diff2(deleted, added, from, to,
375 /* Note that we don't care whether MINE is locally-added or
404 "added.\n"),
481 "property has been locally added with a "
536 /* Convert deleted or not-yet-added values to empty-string values, for the
975 /* We are trying to delete a locally-added prop. */
73 diff_mergeinfo_props(svn_mergeinfo_t *deleted, svn_mergeinfo_t *added, const svn_string_t *from_prop_val, const svn_string_t *to_prop_val, apr_pool_t *pool) argument
/freebsd-11.0-release/crypto/openssl/util/
H A Dmkerr.pl64 fact if any error or function codes have been added/removed.
108 ... Additional arguments are added to the file list to scan,
306 print STDERR "!! Any new alerts must be added to $config.\n";
/freebsd-11.0-release/contrib/bmake/mk/
H A Dwarnings.mk21 # Any number of warnings sets can be added.
/freebsd-11.0-release/share/mk/
H A Dbsd.crunchgen.mk13 # CRUNCH_BUILDOPTS: generic build options to be added to every program
H A Dsrc.opts.mk22 # should be added. Old instances should be removed since they were just to
201 # Additional, per-target behavior should be rarely added only after much
H A Dlocal.dirdeps.mk82 # used will be added in and handled via [local.]gendirdeps.mk. This is not
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Def10_impl.h643 __in unsigned int added,
883 __in unsigned int added);
888 __in unsigned int added,
948 /* Allow for the broadcast address to be added to the multicast list */
H A Defx.h1947 __in unsigned int added);
1952 __in unsigned int added,
2040 __in unsigned int added,
/freebsd-11.0-release/sys/dev/oce/
H A Doce_if.c1553 int nsegs, added = 0; local
1593 added++;
1596 if (added != 0) {
1597 for (i = added / OCE_MAX_RQ_POSTS; i > 0; i--) {
1601 added -= OCE_MAX_RQ_POSTS;
1603 if (added > 0) {
1605 rxdb_reg.bits.num_posted = added;
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh319 * The ISA PNP system will have automatically added it to the system and
324 * file get added as children for probing, whether or not the
326 * See isa/isahint.c for hints being added in.
351 return; /* We've added all our local hints. */
406 * -- logic from if_ed_isa.c, added info from isa/isa_if.m:
437 * or have been added by the 'identify routine above.
/freebsd-11.0-release/contrib/openresolv/
H A Dresolvconf.in81 -m metric Give the added DNS information a metric
608 # An interface was added, changed, deleted or a general update was called.
/freebsd-11.0-release/usr.sbin/etcupdate/
H A Detcupdate.sh1135 # type, treat it like an added file just comparing the new and
1183 # Handle a file that has been added in the new tree. If the file does
1196 log "IGNORE: added file $file"
1502 comm -13 $WORKDIR/old.files $WORKDIR/new.files > $WORKDIR/added.files
1520 # into a directory if possible before the new files are added.
1541 # Finally, handle newly added files.
1542 for file in `cat $WORKDIR/added.files`; do
/freebsd-11.0-release/contrib/bmake/
H A Dvar.c964 * This var would normally prevent the same name being added
988 /* we just added it */
1173 * TRUE if characters were added to the buffer (a space needs to be
1174 * added to the buffer before the next word).
1177 * The trimmed word is added to the buffer.
1221 * TRUE if characters were added to the buffer (a space needs to be
1222 * added to the buffer before the next word).
1225 * The trimmed word is added to the buffer.
1263 * TRUE if characters were added to the buffer (a space needs to be
1264 * added t
1690 int added; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h425 * added and deleted nodes). All other output values will be set to the current
461 * If the node is added, return the url it will have in the repository.
475 * a copied node this retrieves where the node is copied from, for an added
540 * Set @a *is_added to whether @a local_abspath is added, using
545 * NOTE: "added" in this sense, means it was added, copied-here, or
561 * This is a check similar to status = added or status = deleted.
963 svn_wc__node_get_commit_status(svn_boolean_t *added,
1059 * @note Fields may be added to the end of this structure in future
1330 * passed for updating. This will show excluded nodes show up as added i
[all...]
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipf_y.y64 static int added = 0;
432 lstart: '{' { newlist = 1; fr = frc; added = 0; }
435 lend: '}' { nrules += added; }
2128 added++;

Completed in 405 milliseconds

123456