Searched refs:other (Results 151 - 175 of 400) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
52 PB_DS_CLASS_NAME(const PB_DS_CLASS_NAME& other) argument
53 : base_type((const base_type&)other)
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
136 swap(PB_DS_CLASS_C_DEC& other) argument
137 { std::swap(m_start_size, other.m_start_size); }
/freebsd-10.2-release/crypto/openssl/crypto/pkcs12/
H A Dp12_asn.c18 * the documentation and/or other materials provided with the
83 ASN1_ADB_TEMPLATE(bag_default) = ASN1_EXP(PKCS12_BAGS, value.other, ASN1_ANY, 0);
98 ASN1_ADB_TEMPLATE(safebag_default) = ASN1_EXP(PKCS12_SAFEBAG, value.other, ASN1_ANY, 0);
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c18 * the documentation and/or other materials provided with the
120 result = ASN1_TYPE_cmp(a->d.other, b->d.other);
168 a->d.other = value;
203 return a->d.other;
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dobj-elf.h221 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \
223 ecoff_stab ((seg), (what), (string), (type), (other), (desc))
/freebsd-10.2-release/contrib/binutils/gas/
H A Dstabs.c135 /* Here instead of obj-aout.c because other formats use it too. */
137 aout_process_stab (what, string, type, other, desc)
140 int type, other, desc;
149 directive) from being separated by other random symbols. */
168 S_SET_OTHER (symbol, other);
182 int other; local
203 /* FIXME: We should probably find some other temporary storage
232 other = longint;
291 /* We have now gathered the type, other, and desc information. For
353 md_number_to_chars (p + 5, (valueT) other,
[all...]
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h25 ObjectImageCommon(const ObjectImageCommon &other); // = delete
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dnew_allocator.h22 // library without restriction. Specifically, if other files instantiate
24 // this file and link it with other files to produce an executable, this
27 // invalidate any other reasons why the executable file might be covered by
66 { typedef new_allocator<_Tp1> other; }; typedef in struct:new_allocator::rebind
H A Dmalloc_allocator.h22 // library without restriction. Specifically, if other files instantiate
24 // this file and link it with other files to produce an executable, this
27 // invalidate any other reasons why the executable file might be covered by
67 { typedef malloc_allocator<_Tp1> other; }; typedef in struct:malloc_allocator::rebind
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
102 binomial_heap_(const PB_DS_CLASS_C_DEC& other);
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
87 typename Allocator::template rebind<Key>::other::const_reference>
122 typename Allocator::template rebind<entry>::other::pointer m_p_next;
125 typedef typename Allocator::template rebind<entry>::other entry_allocator;
131 typedef typename Allocator::template rebind<entry_pointer>::other entry_pointer_allocator;
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/
H A Dtree_policy.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
123 typedef typename allocator::template rebind<metadata_type>::other metadata_rebind;
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DBinary.h30 Binary(const Binary &other) LLVM_DELETED_FUNCTION;
/freebsd-10.2-release/contrib/dialog/
H A Darrows.c67 * If we have help-line text, e.g., from "--hline", draw it between the other
81 int other = decorations ? (ON_LEFT + ON_RIGHT) : 0; local
82 int avail = (getmaxx(win) - other - 2);
87 other = decorations ? ON_LEFT : 0;
88 (void) wmove(win, bottom, other + (avail - limit) / 2);
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
99 std::less<Key> >, typename Allocator::template rebind<Key>::other::const_reference>
137 typedef typename Allocator::template rebind<synth_e_access_traits>::other::const_pointer const_e_access_traits_pointer;
141 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer;
143 typedef typename Allocator::template rebind<node>::other::pointer node_pointer;
146 typedef typename Allocator::template rebind<head>::other head_allocator;
150 typedef typename Allocator::template rebind<leaf>::other leaf_allocator;
155 typedef typename Allocator::template rebind<internal_node>::other internal_node_allocato
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/cms/
H A Dcms_env.c18 * the documentation and/or other materials provided with the
87 if (cms->d.other == NULL) {
514 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute);
515 if (kekri->kekid->other == NULL)
533 if (kekri->kekid->other) {
534 kekri->kekid->other->keyAttrId = otherTypeId;
535 kekri->kekid->other->keyAttr = otherType;
572 if (rkid->other)
573 *potherid = rkid->other->keyAttrId;
578 if (rkid->other)
[all...]
H A Dcms_lcl.h18 * the documentation and/or other materials provided with the
108 ASN1_TYPE *other; member in union:CMS_ContentInfo_st::__anon5430
237 CMS_OtherKeyAttribute *other; member in struct:CMS_RecipientKeyIdentifier_st
253 CMS_OtherKeyAttribute *other; member in struct:CMS_KEKIdentifier_st
307 CMS_OtherRevocationInfoFormat *other; member in union:CMS_RevocationInfoChoice_st::__anon5435
326 CMS_OtherCertificateFormat *other; member in union:CMS_CertificateChoices::__anon5436
/freebsd-10.2-release/usr.bin/mail/
H A Dlist.c12 * documentation and/or other materials provided with the distribution.
118 int tok, beg, mc, star, other, valdot, colmod, colresult; local
130 other = 0;
141 other++;
197 other++;
220 if (other) {
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm13 ! compiled version of this file with other programs, and to distribute
15 ! file. (The General Public License restrictions do apply in other
32 ! This exception does not however invalidate any other reasons why
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dcrti.asm11 # compiled version of this file with other programs, and to distribute
13 # file. (The General Public License restrictions do apply in other
30 # This exception does not however invalidate any other reasons why
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dcygwin.asm13 * compiled version of this file with other programs, and to distribute
15 * file. (The General Public License restrictions do apply in other
32 * This exception does not however invalidate any other reasons why
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h38 Flags (const Flags& other) : argument
39 m_flags (other.m_flags)
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Dintel_ringbuffer.h148 struct intel_ring_buffer *other)
158 idx = (other - ring) - 1;
147 intel_ring_sync_index(struct intel_ring_buffer *ring, struct intel_ring_buffer *other) argument
/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c15 * documentation and/or other materials provided with the distribution.
405 *tl++ = dp->nfsdl_stateid.other[0];
406 *tl++ = dp->nfsdl_stateid.other[1];
407 *tl = dp->nfsdl_stateid.other[2];
430 op->nfso_stateid.other[0] = *tl++;
431 op->nfso_stateid.other[1] = *tl++;
432 op->nfso_stateid.other[2] = *tl;
458 ndp->nfsdl_stateid.other[0] = *tl++;
459 ndp->nfsdl_stateid.other[1] = *tl++;
460 ndp->nfsdl_stateid.other[
[all...]
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dscore-dis.c470 long other; local
472 other = given & 0xFFFF;
477 status += print_insn_score16 (pc, info, other);

Completed in 174 milliseconds

1234567891011>>