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

12

/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dquote.py52 for i in range(ord("A"), ord("Z") + 1):
54 for i in range(ord("a"), ord("z") + 1):
56 for i in range(ord("0"), ord("9") + 1):
59 chars[ord(' ')] |= PRINTABLE
60 chars[ord('+')] |= PRINTABLE
61 chars[ord(',')] |= PRINTABLE
62 chars[ord('
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/sys/ofed/include/rdma/
H A Diw_cm.h68 u8 ord; member in struct:iw_cm_event
111 u32 ord; member in struct:iw_cm_conn_param
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1072 mpa_v2_params.ord = htons((u16)ep->ord);
1078 mpa_v2_params.ord |=
1081 mpa_v2_params.ord |=
1170 mpa_v2_params.ord = htons(((u16)ep->ord) | (peer2peer ?
1183 mpa_v2_params.ird, mpa_v2_params.ord, ep->plen);
1239 mpa_v2_params.ord = htons((u16)ep->ord);
1241 ep->mpa_attr.version, mpa_v2_params.ird, mpa_v2_params.ord);
1956 u16 ird, ord; local
[all...]
H A Diw_cxgbe.h655 __be16 ord; member in struct:mpa_v2_conn_params
811 u32 ord; member in struct:c4iw_ep
/freebsd-10-stable/contrib/unbound/libunbound/python/
H A Dlibunbound.i56 def ord(s):
59 return builtins.ord(s)
688 return ';'.join([' '.join(map(lambda x:"%02X" % ord(x),a)) for a in self.data])
708 complen = ord(s[idx])
726 return [(256*ord(rdf[0])+ord(rdf[1]),'.'.join([a for a in self.dname2str(rdf,2)])) for rdf in self.data]
735 return [(256*ord(rdf[0])+ord(rdf[1]),'.'.join([encodings.idna.ToUnicode(a) for a in self.dname2str(rdf,2)])) for rdf in self.data]
744 return ['.'.join(map(lambda x:str(ord(x)),a)) for a in self.data]
/freebsd-10-stable/contrib/ntp/ntpdate/
H A Dntpdate.c964 int ord[NTP_SHIFT]; local
972 ord[i] = i;
976 if (server->filter_delay[ord[j]] == 0)
978 if (server->filter_delay[ord[i]] == 0
979 || (server->filter_delay[ord[i]]
980 > server->filter_delay[ord[j]])) {
983 tmp = ord[i];
984 ord[i] = ord[j];
985 ord[
[all...]
/freebsd-10-stable/sys/kern/
H A Dsubr_vmem.c1490 int ord; local
1510 ord = SIZE2ORDER(bt->bt_size >> vm->vm_quantum_shift);
1512 ut[ord]++;
1513 us[ord] += bt->bt_size;
1515 ft[ord]++;
1516 fs[ord] += bt->bt_size;
1520 for (ord = 0; ord < VMEM_MAXORDER; ord++) {
1521 if (ut[ord]
[all...]
/freebsd-10-stable/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-10-stable/contrib/apr/strings/
H A Dapr_strings.c434 const char ord[] = "KMGTPE"; local
435 const char *o = ord;
/freebsd-10-stable/sys/sys/
H A Dconf.h230 #define DEV_MODULE_ORDERED(name, evh, arg, ord) \
236 DECLARE_MODULE(name, name##_mod, SI_SUB_DRIVERS, ord)
/freebsd-10-stable/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-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h750 u8 ord; member in struct:ecore_iwarp_cm_info
818 u8 ord; member in struct:ecore_iwarp_accept_in
H A Decore_rdma_api.h852 u8 ord; member in struct:ecore_iwarp_cm_info
920 u8 ord; member in struct:ecore_iwarp_accept_in
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c709 attrs.max_ord = ep->ord;
1207 if ((conn_param->ord > qp->rhp->attr.max_rdma_read_qp_depth) ||
1221 ep->ord = conn_param->ord;
1222 CTR3(KTR_IW_CXGB, "%s ird %d ord %d", __FUNCTION__, ep->ird, ep->ord);
1227 attrs.max_ord = ep->ord;
1323 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);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py239 n = [-ord(c) for c in n]
/freebsd-10-stable/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-10-stable/contrib/ntp/ntpd/
H A Dntp_proto.c3153 int ord[NTP_SHIFT]; /* index vector */ local
3201 ord[i] = j;
3212 k = ord[j];
3213 ord[j] = ord[i];
3214 ord[i] = k;
3234 peer->filter_order[i] = (u_char) ord[i];
3248 k = ord[0];
3250 j = ord[i];
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp616 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); local
617 switch (ord) {

Completed in 218 milliseconds

12