Searched refs:other (Results 126 - 150 of 395) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ncurses/misc/
H A Dncurses-config.in28 # use or other dealings in this Software without prior written #
196 --libs-only-other)
266 --libs-only-other echos linker options other than -L/-l
/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_kari.c112 CMS_OtherKeyAttribute **other,
125 if (other)
126 *other = NULL;
132 if (other)
133 *other = rid->d.rKeyId->other;
109 CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek, ASN1_OCTET_STRING **keyid, ASN1_GENERALIZEDTIME **tm, CMS_OtherKeyAttribute **other, X509_NAME **issuer, ASN1_INTEGER **sno) argument
H A Dcms_env.c35 if (cms->d.other == NULL) {
541 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute);
542 if (kekri->kekid->other == NULL)
560 if (kekri->kekid->other) {
561 kekri->kekid->other->keyAttrId = otherTypeId;
562 kekri->kekid->other->keyAttr = otherType;
598 if (rkid->other)
599 *potherid = rkid->other->keyAttrId;
604 if (rkid->other)
605 *pothertype = rkid->other
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h79 bool DirectoryEquals(const FileSpec &other) const;
81 bool FileEquals(const FileSpec &other) const;
196 /// which produced it. On other paths the result of this function is
438 /// Any other value is considered an invalid format string.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-late.mk8 # different from many other places.
H A Dcond1.mk78 A=other
88 B=other
H A Dvarmod-to-separator.mk18 # After the :ts modifier, other modifiers can follow.
29 # When there is just a colon but no other character, the words are
39 # quote though, or other special characters like dollar or backslash.
67 # The :ts modifier can be followed by other modifiers.
72 # The :ts modifier can follow other modifiers.
77 # The :ts modifier with an actual separator can be followed by other
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h60 ConstantEmitter(const ConstantEmitter &other) = delete; member in class:clang::CodeGen::ConstantEmitter
61 ConstantEmitter &operator=(const ConstantEmitter &other) = delete; member in class:clang::CodeGen::ConstantEmitter
85 // - using the CGF (if present) for anything other than establishing
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h139 bool operator!=(IteratorBase other) const {
140 return current_ != other.current_;
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp83 // Assume any other kind of symbol is live.
88 void Symbol::replaceKeepingName(Symbol *other, size_t size) { argument
90 memcpy(this, other, size);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp167 void TypeLoc::copy(TypeLoc other) { argument
168 assert(getFullDataSize() == other.getFullDataSize());
176 reinterpret_cast<uintptr_t>(other.Data) ==
177 llvm::alignTo(reinterpret_cast<uintptr_t>(other.Data),
179 memcpy(Data, other.Data, getFullDataSize());
186 TypeLocCopier(other).Visit(TL);
187 other = other.getNextTypeLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h82 ScopedHandle(const ScopedHandle &other) = delete; member in class:llvm::ScopedHandle
83 void operator=(const ScopedHandle &other) = delete; member in class:llvm::ScopedHandle
/freebsd-13-stable/share/mk/
H A Dbsd.snmpmod.mk18 # Force rebuild the .c file if any of its other outputs are missing.
H A Dbsd.test.mk6 # tests are to be built. All other *.test.mk files are internal and not
30 # In other words: list here any directories that contain test programs but use
68 # Include atf last to let other test framework use it
/freebsd-13-stable/crypto/openssl/apps/
H A Dsmime.c118 STACK_OF(X509) *encerts = NULL, *other = NULL;
411 if (!load_certs(certfile, &other, FORMAT_PEM, NULL,
503 p7 = PKCS7_sign(NULL, NULL, other, in, flags);
507 for (i = 0; i < sk_X509_num(other); i++) {
508 X509 *x = sk_X509_value(other, i);
552 if (PKCS7_verify(p7, other, store, indata, out, flags))
558 signers = PKCS7_get0_signers(p7, other, flags);
598 sk_X509_pop_free(other, X509_free);
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dnodes.hpp12 // documentation and/or other materials provided with the distribution.
71 /// \param other The node to combine with.
76 virtual base_node* combine(const tree_key& key, const base_node* other)
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h12 // in the documentation and/or other materials provided with the
106 // On other platforms (e.g. Windows or Mac), we only support a simple regex
197 void operator=(const ExitedWithCode& other);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h54 bool operator<(const Candidate &other);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h168 void swap(IntrusiveRefCntPtr &other) { argument
169 T *tmp = other.Obj;
170 other.Obj = Obj;
247 // Make IntrusiveRefCntPtr work with dyn_cast, isa, and the other idioms from
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c14 * documentation and/or other materials provided with the distribution.
64 * Posix pid. In other words, there is only one Posix pid using
406 nop->nfso_stateid.other[0] = 0;
407 nop->nfso_stateid.other[1] = 0;
408 nop->nfso_stateid.other[2] = 0;
530 stateidp->other[0] = 0;
531 stateidp->other[1] = 0;
532 stateidp->other[2] = 0;
561 stateidp->other[0] = dp->nfsdl_stateid.other[
[all...]
H A Dnfs_clrpcops.c17 * documentation and/or other materials provided with the distribution.
526 *tl++ = dp->nfsdl_stateid.other[0];
527 *tl++ = dp->nfsdl_stateid.other[1];
528 *tl = dp->nfsdl_stateid.other[2];
551 op->nfso_stateid.other[0] = *tl++;
552 op->nfso_stateid.other[1] = *tl++;
553 op->nfso_stateid.other[2] = *tl;
579 ndp->nfsdl_stateid.other[0] = *tl++;
580 ndp->nfsdl_stateid.other[1] = *tl++;
581 ndp->nfsdl_stateid.other[
[all...]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp94 statistic &statistic::operator+=(const statistic &other) { argument
95 if (other.sampleCount == 0)
99 *this = other;
103 uint64_t newSampleCount = sampleCount + other.sampleCount;
107 double dosc = double(other.sampleCount);
108 double delta = other.meanVal - meanVal;
116 meanVal = meanVal * dscBydnsc + other.meanVal * (1 - dscBydnsc);
117 m2 = m2 + other.m2 + dscBydnsc * dosc * delta * delta;
118 minVal = std::min(minVal, other.minVal);
119 maxVal = std::max(maxVal, other
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp338 const GlobalAddressDescription &other) const {
339 if (size == 0 || other.size == 0) return false;
343 for (uptr j = 0; j < other.size; j++) {
344 const __asan_global &b = other.globals[j];
347 b.beg <= other.addr &&
349 (other.addr + other.access_size) < (b.beg + b.size))
/freebsd-13-stable/lib/libifconfig/
H A Dsfp.lua15 * documentation and/or other materials provided with the distribution.
41 -- ancillary metadata for generating other related code.
59 -- could be added to the other enums.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h78 /// 0 and growing upwards, contains all buffers from this module. The other,
233 // Returns true iff other is wholly contained within this range.
234 bool fullyContains(const SourceRange &other) const {
235 return B <= other.B && E >= other.E;

Completed in 197 milliseconds

1234567891011>>