Searched refs:existing (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-current/share/mk/
H A Dsrc.sys.obj.mk19 # nested in the existing OBJTOP with TARGET.TARGET_ARCH in it.
137 # Find the last existing directory component and check if we can write to it.
H A Dlocal.dirdeps.mk66 # or using it will rebuild with the DIRDEPS SYSROOT. Otherwise existing
H A Dsys.mk73 # XXX: This relies on the existing host tools retaining ABI compatibility
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp277 InputFile *existing = nullptr; local
279 existing = ctx.objectFiles[0];
281 existing = ctx.sharedFiles[0];
283 existing = ctx.bitcodeFiles[0];
285 if (existing)
286 with = " with " + toString(existing);
734 // output against other existing program, so that if you load both your
1045 // Strip existing .note.gnu.build-id sections so that the output won't have
1830 // resolve() may trigger this->extract() if an existing symbol is an undefined
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-assign.mk3 # Tests for the = variable assignment operator, which overwrites an existing
H A Dvarmod-ifelse.mk149 # change has a high chance of breaking _some_ existing code and would need
/freebsd-current/usr.bin/dtc/
H A Dfdt.cc1320 // If there is an existing phandle, use it
1502 // If there is an existing phandle, use it
2071 auto existing = node_names.find(name); local
2072 if (existing == node_names.end())
2075 existing = node_names.find(name);
2077 if (existing == node_names.end())
2091 existing->second->merge_node(node);
2245 // If we don't have an existing property then create one and
2255 // If we do have an existing property value, try to append
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc160 /* check if there is any existing aad data from a previous add */
/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dtdls.c1041 wpa_tdls_add_peer(struct wpa_sm *sm, const u8 *addr, int *existing) argument
1045 if (existing)
1046 *existing = 0;
1049 if (existing)
1050 *existing = 1;
1051 return peer; /* re-use existing entry */
1887 /* If found, use existing entry instead of adding a new one;
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql49 -- a new record with a new schema_version greater than all existing
H A Dschema_v2.sql49 -- a new record with a new schema_version greater than all existing
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp404 // If the expression is being evaluated in the context of an existing stack
787 /// existing command. Returns the completion string that can be returned to
789 std::string mergeCompletion(StringRef existing, unsigned pos, argument
791 StringRef existing_command = existing.substr(0, pos);
851 // completion suggestion with the existing code.
911 // Merge the suggested Token into the existing command line to comply
/freebsd-current/contrib/sendmail/contrib/
H A Dexpn.pl1273 list out of an existing one.
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl1069 ld1 { $rk0}, [$output_ptr] @ load existing bytes where the possibly partial last block is to be stored
1106 bif $res1b, $rk0, $ctr0b @ insert existing bytes in top end of result before storing
1956 ldp $end_input_ptr, $main_end_input_ptr, [$output_ptr] @ load existing bytes we need to not overwrite
1969 bic $end_input_ptr, $end_input_ptr, $ctr32x @ mask out low existing bytes
1983 bic $main_end_input_ptr, $main_end_input_ptr, $ctr96_b64x @ mask out high existing bytes
2933 ld1 { $rk0}, [$output_ptr] @ load existing bytes where the possibly partial last block is to be stored
2986 bif $res1b, $rk0, $ctr0b @ insert existing bytes in top end of result before storing
3878 ldp $end_input_ptr, $main_end_input_ptr, [$output_ptr] @ load existing bytes we need to not overwrite
3896 bic $end_input_ptr, $end_input_ptr, $ctr32x @ mask out low existing bytes
3912 bic $main_end_input_ptr, $main_end_input_ptr, $ctr96_b64x @ mask out high existing byte
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c10091 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL;
10134 existing = &svar->dtsv_var;
10144 existing = &vstate->dtvs_tlocals[ndx];
10155 existing = &svar->dtsv_var;
10177 if (existing == NULL || existing->dtdv_id == 0)
10180 ASSERT(existing->dtdv_id == v->dtdv_id);
10181 ASSERT(existing->dtdv_scope == v->dtdv_scope);
10183 if (existing->dtdv_kind != v->dtdv_kind)
10186 et = &existing
[all...]
/freebsd-current/stand/lua/
H A Dconfig.lua638 -- not for them simply not existing.
/freebsd-current/crypto/openssl/
H A DConfigure1789 # into %disabled_info, so any existing path gets added to a corresponding
2963 # Helper function to implement adding values to already existing configuration
3057 shadow pre-existing config targets with the same name:
3397 # existing directory. On VMS, the last component of the directory spec must
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm2349 patch to an existing test-file that illustrates the bug or desired
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3757 // Look for an existing type with these properties.
3813 IncompleteArrayType *existing = local
3815 assert(!existing && "Shouldn't be in the map!"); (void) existing;
4387 // If we find a pre-existing equivalent FunctionProtoType, we can just reuse
5299 // Look in the folding set for an existing type.
5411 // Silently overwrite any existing protocol qualifiers.
5442 // Look in the folding set for an existing type.
5717 // Look in the folding set for an existing type.
5750 // Look in the folding set for an existing typ
[all...]

Completed in 336 milliseconds

12