Home
last modified time | relevance | path

Searched refs:ol (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-12-stable/sys/opencrypto/
Dskipjack.c81 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ argument
84 ol = k##k1 [oh] ^ il; \
85 oh = k##k2 [ol] ^ oh; \
86 ol = k##k3 [oh] ^ ol; \
89 #define g0(ih, il, oh, ol) g(0, 1, 2, 3, ih, il, oh, ol) argument
90 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol) argument
91 #define g8(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol) argument
92 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, il, oh, ol) argument
93 #define g6(ih, il, oh, ol) g(6, 7, 8, 9, ih, il, oh, ol) argument
96 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \ argument
[all …]
/freebsd-12-stable/usr.sbin/config/
Dmkoptions.c69 struct opt_list *ol; in options() local
103 SLIST_FOREACH(ol, &otab, o_next) { in options()
104 if (strcasecmp(ol->o_name, machinearch) != 0) in options()
110 op->op_name = ns(ol->o_name); in options()
116 SLIST_FOREACH(ol, &otab, o_next) { in options()
117 if (eq(op->op_name, ol->o_name) && in options()
118 (ol->o_flags & OL_ALIAS)) { in options()
120 op->op_name, ol->o_file); in options()
121 op->op_name = ol->o_file; in options()
126 SLIST_FOREACH(ol, &otab, o_next) in options()
[all …]
Dmain.c469 struct opt *ol; in configfile_dynamic() local
480 SLIST_FOREACH(ol, &mkopt, op_next) in configfile_dynamic()
481 sbuf_printf(sb, "makeoptions\t%s=%s%s", ol->op_name, in configfile_dynamic()
482 ol->op_value, lend); in configfile_dynamic()
483 SLIST_FOREACH(ol, &opt, op_next) { in configfile_dynamic()
484 if (strncmp(ol->op_name, "DEV_", 4) == 0) in configfile_dynamic()
486 sbuf_printf(sb, "options\t%s", ol->op_name); in configfile_dynamic()
487 if (ol->op_value != NULL) { in configfile_dynamic()
489 for (i = 0; i < strlen(ol->op_value); i++) { in configfile_dynamic()
490 if (ol->op_value[i] == '"') in configfile_dynamic()
[all …]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_vis.c156 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; in ATF_TC_BODY() local
163 ol = setlocale(LC_CTYPE, "ja_JP.UTF-8"); in ATF_TC_BODY()
164 ATF_REQUIRE(ol != NULL); in ATF_TC_BODY()
167 ol = strdup(ol); in ATF_TC_BODY()
168 ATF_REQUIRE(ol != NULL); in ATF_TC_BODY()
173 setlocale(LC_CTYPE, ol); in ATF_TC_BODY()
174 free(ol); in ATF_TC_BODY()
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
Dcommon.h61 #define rs_setsockopt(s,l,n,v,ol) \ argument
62 use_rs ? rsetsockopt(s,l,n,v,ol) : setsockopt(s,l,n,v,ol)
63 #define rs_getsockopt(s,l,n,v,ol) \ argument
64 use_rs ? rgetsockopt(s,l,n,v,ol) : getsockopt(s,l,n,v,ol)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
DGetopt.java193 int ol; // opt length in parselong() local
199 ol = opt.length(); in parselong()
214 op < ol) { in parselong()
220 if (match && ip < il && ic == ')' && (op >= ol || in parselong()
222 if (op < ol && opt.charAt(op) == '=') { in parselong()
/freebsd-12-stable/sys/net/
Dmppcd.c57 uint32_t res, ol; in getbits() local
59 ol = *l; in getbits()
62 res = (buf[*i] & m[ol]) >> (*l); in getbits()
69 res = (buf[(*i)++] & m[ol]) << 8; in getbits()
/freebsd-12-stable/sbin/ipf/ipsend/
Dip.c153 char optcpy[48], ol; in send_ip() local
164 ol = (IP_HL(ip) << 2) - sizeof(*ip); in send_ip()
165 for (i = 0, s = (char*)(ip + 1); ol > 0; ) in send_ip()
171 ol--; in send_ip()
175 ol -= olen; in send_ip()
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dbuffer_iocp.c173 struct event_overlapped *ol) in evbuffer_launch_write_() argument
227 &ol->overlapped, NULL)) { in evbuffer_launch_write_()
247 struct event_overlapped *ol) in evbuffer_launch_read_() argument
293 &ol->overlapped, NULL)) { in evbuffer_launch_read_()
Diocp-internal.h138 int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
153 int evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
/freebsd-12-stable/contrib/libevent/
Dbuffer_iocp.c173 struct event_overlapped *ol) in evbuffer_launch_write_() argument
227 &ol->overlapped, NULL)) { in evbuffer_launch_write_()
247 struct event_overlapped *ol) in evbuffer_launch_read_() argument
293 &ol->overlapped, NULL)) { in evbuffer_launch_read_()
Diocp-internal.h138 int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
153 int evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
/freebsd-12-stable/sys/amd64/vmm/io/
Dvatpit.c84 uint8_t ol[2]; member
239 c->ol[1] = lval; /* LSB */ in pit_update_counter()
240 c->ol[0] = lval >> 8; /* MSB */ in pit_update_counter()
397 *eax = c->ol[--c->olbyte]; in vatpit_handler()
/freebsd-12-stable/contrib/libxo/doc/_static/
Dbasic.css_t428 ol.arabic {
432 ol.loweralpha {
436 ol.upperalpha {
440 ol.lowerroman {
444 ol.upperroman {
/freebsd-12-stable/sys/kern/
Dtty_ttydisc.c843 size_t ol; in ttydisc_rint() local
1011 ol = 2; in ttydisc_rint()
1015 ol = 1; in ttydisc_rint()
1024 ol = 3; in ttydisc_rint()
1028 ol = 1; in ttydisc_rint()
1033 if (ttyinq_write_nofrag(&tp->t_inq, ob, ol, quote) != 0) { in ttydisc_rint()
/freebsd-12-stable/contrib/binutils/bfd/doc/
Dchew.c983 int ol = 0; in indent() local
996 ol = 0; in indent()
1000 if (ol == 0) in indent()
1004 ol = 1; in indent()
1010 ol = 1; in indent()
1015 ol = 1; in indent()
/freebsd-12-stable/contrib/libc-vis/
Dvis.c111 char *ol; in iscgraph() local
113 ol = setlocale(LC_CTYPE, "C"); in iscgraph()
115 if (ol) in iscgraph()
116 setlocale(LC_CTYPE, ol); in iscgraph()
/freebsd-12-stable/contrib/ntp/html/scripts/
Dstyle.css10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em} selector
/freebsd-12-stable/contrib/ntp/html/drivers/scripts/
Dstyle.css10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em} selector
/freebsd-12-stable/contrib/llvm-project/lld/docs/llvm-theme/static/
Dllvm.css321 div.admonition ul, div.admonition ol,
322 div.warning ul, div.warning ol {
/freebsd-12-stable/contrib/dialog/po/
Des.po1 # Mensajes en español para dialog.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCommentHTMLTags.td39 def Ol : Tag<"ol">;
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c1440 ol = 1; in ipf_pr_tcpcommon()
1444 ol = (int)*(s + 1); in ipf_pr_tcpcommon()
1445 if (ol < 2 || ol > tlen) in ipf_pr_tcpcommon()
1456 tlen -= ol; in ipf_pr_tcpcommon()
1457 s += ol; in ipf_pr_tcpcommon()
1658 int hlen, ol, mv, p, i; in ipf_pr_ipv4hdr() local
1790 ol = 1; in ipf_pr_ipv4hdr()
1794 ol = (int)*(s + 1); in ipf_pr_ipv4hdr()
1795 if (ol < 2 || ol > hlen) in ipf_pr_ipv4hdr()
1801 if ((opt == (u_char)op->ol_val) && (ol > 4)) { in ipf_pr_ipv4hdr()
[all …]
Dip_state.c1856 int off, mlen, ol, i, len, retval; in ipf_tcpoptions() local
1885 ol = 1; in ipf_tcpoptions()
1889 ol = (int)*(s + 1); in ipf_tcpoptions()
1890 if (ol < 2 || ol > len) in ipf_tcpoptions()
1900 if (ol == TCPOLEN_WINDOW) { in ipf_tcpoptions()
1917 if (ol == TCPOLEN_MAXSEG) { in ipf_tcpoptions()
1926 if (ol == TCPOLEN_SACK_PERMITTED) in ipf_tcpoptions()
1933 len -= ol; in ipf_tcpoptions()
1934 s += ol; in ipf_tcpoptions()
/freebsd-12-stable/contrib/expat/doc/
Dok.min.css2ol,p,pre,section,select,summary,svg,table,textarea,ul,video{margin-bottom:var(--ok-s-4)}address:la… selector

123