Searched refs:ord (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp99 size_type ord = 0; local
110 ord += (l_it == end_it)?
118 ord += (l_it == end_it)?
126 return (ord);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp123 size_type ord = 0; local
141 ord + 1 :
142 ord);
154 ord += child_nd_it.get_metadata();
165 return (ord);
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c2257 int ord[NMERGE]; /* Table representing a permutation of fps, local
2258 such that cur[ord[0]] is the smallest line
2292 /* Set up the ord table according to comparisons among input lines.
2296 ord[i] = i;
2298 if (0 < compare (cur[ord[i - 1]], cur[ord[i]]))
2299 t = ord[i - 1], ord[i - 1] = ord[i], ord[
[all...]
/freebsd-9.3-release/sys/contrib/rdma/
H A Diw_cm.h112 u32 ord; member in struct:iw_cm_conn_param
H A Drdma_cma.c2356 iw_param.ord = conn_param->initiator_depth;
2468 iw_param.ord = conn_param->initiator_depth;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Diw_cm.h108 u32 ord; member in struct:iw_cm_conn_param
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c956 int ord[NTP_SHIFT]; local
962 ord[i] = i;
966 if (server->filter_delay[ord[j]] == 0)
968 if (server->filter_delay[ord[i]] == 0
969 || (server->filter_delay[ord[i]]
970 > server->filter_delay[ord[j]])) {
973 tmp = ord[i];
974 ord[i] = ord[j];
975 ord[
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp428 static ConstantInt *createOrdering(IRBuilder<> *IRB, AtomicOrdering ord) { argument
430 switch (ord) {
443 static ConstantInt *createFailOrdering(IRBuilder<> *IRB, AtomicOrdering ord) { argument
445 switch (ord) {
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresres.c522 unsigned short ord; local
527 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2);
528 if (ord == 0xFFFF) /* an ordinal id */
H A Ddlltool.c328 int ord; /* Two-byte ordinal value associated with function. */ member in struct:ifunct
1050 q->functail->ord = func_ordinal;
1065 q->functail->ord = func_ordinal;
1771 ((funcptr->ord) & 0xFFFF));
1837 fprintf(f,"\t%s named funcs %d, low ord %d, high ord %d\n",
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c710 attrs.max_ord = ep->ord;
1208 if ((conn_param->ord > qp->rhp->attr.max_rdma_read_qp_depth) ||
1222 ep->ord = conn_param->ord;
1223 CTR3(KTR_IW_CXGB, "%s ird %d ord %d", __FUNCTION__, ep->ird, ep->ord);
1228 attrs.max_ord = ep->ord;
1324 ep->ord = conn_param->ord;
H A Diw_cxgb_cm.h187 u32 ord; member in struct:iwch_ep
H A Diw_cxgb_wr.h305 u32 ord; member in struct:t3_rdma_init_attr
330 __be32 ord; /* 6 */ member in struct:t3_rdma_init_wr
H A Diw_cxgb_hal.c901 wqe->ord = htobe32(attr->ord);
H A Diw_cxgb_qp.c868 init_attr.ord = qhp->attr.max_ord;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py239 n = [-ord(c) for c in n]
/freebsd-9.3-release/contrib/gcc/
H A Dopts.c146 static char ord_lbl[] = "ord:", gen_lbl[] = "gen:";
153 int ord = 1, gen = 1; local
167 ord = 0;
185 if (ord)
200 if (ord)
292 generic ? "gen" : "ord",
/freebsd-9.3-release/contrib/cvs/src/
H A Dlog.c1210 int ord; local
1226 ord = version_compare (nr->first, nr->last, dots1);
1227 if (ord > 0 || (nr->fields > 2 && ord < 0))
/freebsd-9.3-release/contrib/binutils/ld/
H A Dpe-dll.c1079 int ord = pe_def_file->exports[s].ordinal; local
1084 eaddresses + 4 * (ord - min_ordinal));
1096 eaddresses + 4 * (ord - min_ordinal));
1107 bfd_put_16 (abfd, ord - min_ordinal, eordinals);
1958 /* Symbol to reference ord/name of imported
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c2870 int ord[NTP_SHIFT]; /* index vector */ local
2918 ord[i] = j;
2929 k = ord[j];
2930 ord[j] = ord[i];
2931 ord[i] = k;
2951 peer->filter_order[i] = (u_char) ord[i];
2965 k = ord[0];
2967 j = ord[i];
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp616 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); local
617 switch (ord) {
H A DCGBuiltin.cpp1081 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); local
1083 switch (ord) {
1167 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); local
1170 switch (ord) {
1227 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); local
1228 switch (ord) {
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp610 KEYWORD(oge); KEYWORD(ord); KEYWORD(uno); KEYWORD(ueq); KEYWORD(une);
/freebsd-9.3-release/contrib/binutils/bfd/
H A DpeXXigen.c1567 bfd_vma ord = bfd_get_16 (abfd,
1572 "\t[%4ld] %s\n", (long) ord, name);
1566 bfd_vma ord = bfd_get_16 (abfd, local
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c2638 iw_param.ord = conn_param->initiator_depth;
2734 iw_param.ord = conn_param->initiator_depth;

Completed in 466 milliseconds

12