Searched refs:other (Results 226 - 250 of 379) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/crypto/aesni/
H A Daeskeys_i386.S19 * documentation and/or other materials provided with the
130 movups 0x10(%ecx),%xmm2 # other user key
176 movq 0x10(%ecx),%xmm2 # other user key
/freebsd-9.3-release/tools/tools/editing/
H A Dfreebsd.vim12 " documentation and/or other materials provided with the distribution.
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_x509a.c18 * the documentation and/or other materials provided with the
80 ASN1_IMP_SEQUENCE_OF_OPT(X509_CERT_AUX, other, X509_ALGOR, 1)
/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dpkcs12.h18 * the documentation and/or other materials provided with the
121 ASN1_TYPE *other; member in union:__anon80::__anon81
137 ASN1_TYPE *other; /* Secret or other bag */ member in union:pkcs12_bag_st::__anon82
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dspe.h25 License. This exception does not however invalidate any other
866 float other; local
868 /* Get other half. */
869 other = __ev_get_fs_internal (a, pos ^ 1);
874 /* Set other half to what it used to be. */
875 return __ev_set_fs_internal (v, other, pos ^ 1);
882 float other; local
884 /* Get other half. */
885 other = __ev_get_fs_internal (a, pos ^ 1);
890 /* Set other hal
[all...]
/freebsd-9.3-release/sys/conf/
H A Dkern.mk29 # Several other warnings which might be useful in some cases, but not severe
43 # cache tag lines). Explicitly prohibit the use of FPU, SSE and other SIMD
94 # For AMD64, we explicitly prohibit the use of FPU, SSE and other SIMD
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddirdeps.mk13 # documentation and/or other materials provided with the distribution.
68 # if "yes" sub-makes are only used to build for other machines.
81 # the first member of TARGET_SPEC_VARS. This allows other
90 # # other variables might be optional.
129 # If TARGET_SPEC_VARS is other than just MACHINE
239 # we can use this as a clue to do initialization and other one time things.
370 # pickup other machines for this dir if necessary
/freebsd-9.3-release/contrib/gcc/
H A Dreorg.c40 (except other branches) can be used to fill this slot. When the
46 find other sources of insns, we can hoist an insn from the branch
100 delay slot. In that case, we point each insn at the other with REG_CC_USER
391 some other place try to locate it again and put our
634 /* Create a delay list consisting of all the insns other than the one
677 be other insns that became dead anyway, which we wouldn't know to
686 insn is in the delay list of some other insn. So delete it from
1236 other results that can't be ignored, e.g. the HPPA mov&branch instruction.
1237 ??? It may be possible to move other sets into INSN in addition to
1823 If LABEL is used more than one or we pass a label other tha
2825 rtx other = XEXP (src, 1); local
3053 rtx other; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsearch.c2188 tree *prev, other;
2191 /* Neither is morally virtual, so cannot hide each other. */
2204 /* Neither is within the other, so no hiding can occur. */
2207 for (prev = &TREE_VALUE (level), other = *prev; other;)
2209 if (same_type_p (to_type, TREE_TYPE (other)))
2217 /* We hide the other one. */
2218 other = TREE_CHAIN (other);
2219 *prev = other;
2183 tree *prev, other; local
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dgrammar.y10 * this paragraph in its entirety in the documentation or other materials
265 %type <rblk> other pfvar p80211
424 | other { $$.b = $1; $$.q = qerr; }
498 other: pqual TK_BROADCAST { $$ = gen_broadcast($1); } label
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_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
93 map_debug_base<Key, Eq_Fn, typename Allocator::template rebind<Key>::other::const_reference>
149 typedef typename Allocator::template rebind<entry>::other entry_allocator;
249 swap(PB_DS_CLASS_C_DEC& other);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_acl.c403 * other bits.
535 int user = 0, group = 0, other = 0, mask = 0; local
557 if (other++)
578 if (!user || !group || !other || (mask_required && !mask))
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_asn1.c17 * the documentation and/or other materials provided with the
152 ASN1_TYPE *other; member in union:x9_62_characteristic_two_st::__anon44
165 ASN1_TYPE *other; member in union:x9_62_fieldid_st::__anon45
211 ASN1_ADB_TEMPLATE(char_two_def) = ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.other, ASN1_ANY);
228 ASN1_ADB_TEMPLATE(fieldID_def) = ASN1_SIMPLE(X9_62_FIELDID, p.other, ASN1_ANY);
321 if (field->p.other != NULL)
322 ASN1_TYPE_free(field->p.other);
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dmips.h200 but it is hoped that other vendors will adopt it. If some standard
521 /* Section contais text/data which may be replicated in other sections.
739 #define ELF_MIPS_IS_OPTIONAL(other) ((other) & STO_OPTIONAL)
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h150 Graph(const Graph &other) {} argument
151 void operator=(const Graph &other) {} argument
331 /// \brief Get the "other" node connected to this edge.
334 /// @return The iterator for the "other" node connected to this edge.
465 // void Graph::copyFrom(const Graph &other) {
469 // for (Graph::ConstNodeItr nItr = other.nodesBegin(),
470 // nEnd = other.nodesEnd();
472 // nodeMap[nItr] = addNode(other.getNodeCosts(nItr));
/freebsd-9.3-release/share/mk/
H A Dbsd.obj.mk19 # MAKEOBJDIRPREFIX Specifies somewhere other than /usr/obj to root the object
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s13 # documentation and/or other materials provided with the distribution.
74 # other sectors.
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpkcs7.h30 * documentation and/or other materials provided with the distribution.
198 ASN1_TYPE *other; member in union:pkcs7_st::__anon83
298 int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other);
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c18 * the documentation and/or other materials provided with the
231 if (cms->d.other->type == V_ASN1_OCTET_STRING)
232 return &cms->d.other->value.octet_string;
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc222 // A zero return value indicates a failure other than insufficient space.
270 // A zero return value indicates a failure other than insufficient space.
748 // Close all the handles except for the view. It will keep the other handles
838 mapped_file_region::mapped_file_region(mapped_file_region &&other)
839 : Mode(other.Mode)
840 , Size(other.Size)
841 , Mapping(other.Mapping)
842 , FileDescriptor(other.FileDescriptor)
843 , FileHandle(other.FileHandle)
844 , FileMappingHandle(other
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl62 * documentation and/or other materials provided with the distribution.
/freebsd-9.3-release/crypto/openssl/util/
H A Dadd_cr.pl94 * documentation and/or other materials provided with the distribution.
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dcrt.s12 # documentation and/or other materials provided with the distribution.
/freebsd-9.3-release/sys/boot/pc98/boot0/
H A Dboot0.s15 # documentation and/or other materials provided with the distribution.
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s15 # documentation and/or other materials provided with the distribution.

Completed in 410 milliseconds

1234567891011>>