Home
last modified time | relevance | path

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

1234

/trueos/sys/opencrypto/
HDskipjack.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 …]
/trueos/usr.sbin/config/
HDmkoptions.c67 struct opt_list *ol; in options() local
101 SLIST_FOREACH(ol, &otab, o_next) { in options()
102 if (strcasecmp(ol->o_name, machinearch) != 0) in options()
108 op->op_name = ns(ol->o_name); in options()
114 SLIST_FOREACH(ol, &otab, o_next) { in options()
115 if (eq(op->op_name, ol->o_name) && in options()
116 (ol->o_flags & OL_ALIAS)) { in options()
118 op->op_name, ol->o_file); in options()
119 op->op_name = ol->o_file; in options()
124 SLIST_FOREACH(ol, &otab, o_next) in options()
[all …]
HDmain.c428 struct opt *ol; in configfile_dynamic() local
439 SLIST_FOREACH(ol, &mkopt, op_next) in configfile_dynamic()
440 sbuf_printf(sb, "makeoptions\t%s=%s%s", ol->op_name, in configfile_dynamic()
441 ol->op_value, lend); in configfile_dynamic()
442 SLIST_FOREACH(ol, &opt, op_next) { in configfile_dynamic()
443 if (strncmp(ol->op_name, "DEV_", 4) == 0) in configfile_dynamic()
445 sbuf_printf(sb, "options\t%s", ol->op_name); in configfile_dynamic()
446 if (ol->op_value != NULL) { in configfile_dynamic()
448 for (i = 0; i < strlen(ol->op_value); i++) { in configfile_dynamic()
449 if (ol->op_value[i] == '"') in configfile_dynamic()
[all …]
/trueos/usr.bin/colcrt/
HDcolcrt.c217 pflush(int ol) in pflush() argument
225 l = ol; in pflush()
251 wmemcpy(page[0], page[ol], (267 - ol) * 132); in pflush()
252 wmemset(page[267- ol], L'\0', ol * 132); in pflush()
253 outline -= ol; in pflush()
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
HDGetopt.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()
/trueos/contrib/ipfilter/ipsend/
HDip.c164 char optcpy[48], ol; local
175 ol = (IP_HL(ip) << 2) - sizeof(*ip);
176 for (i = 0, s = (char*)(ip + 1); ol > 0; )
182 ol--;
186 ol -= olen;
/trueos/sys/amd64/vmm/io/
HDvatpit.c84 uint8_t ol[2]; member
221 c->ol[1] = lval; /* LSB */ in pit_update_counter()
222 c->ol[0] = lval >> 8; /* MSB */ in pit_update_counter()
379 *eax = c->ol[--c->olbyte]; in vatpit_handler()
/trueos/sys/kern/
HDtty_ttydisc.c844 size_t ol; in ttydisc_rint() local
1012 ol = 2; in ttydisc_rint()
1016 ol = 1; in ttydisc_rint()
1025 ol = 3; in ttydisc_rint()
1029 ol = 1; in ttydisc_rint()
1034 if (ttyinq_write_nofrag(&tp->t_inq, ob, ol, quote) != 0) { in ttydisc_rint()
/trueos/contrib/binutils/bfd/doc/
HDchew.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()
/trueos/share/colldef/
HDes_ES.ISO8859-1.src1 # Espan~ol (backward compatible with ASCII)
HDes_ES.ISO8859-15.src1 # Espan~ol (backward compatible with ASCII)
HDca_ES.ISO8859-1.src1 # Espan~ol (backward compatible with ASCII)
HDca_ES.ISO8859-15.src1 # Espan~ol (backward compatible with ASCII)
/trueos/contrib/ntp/html/drivers/scripts/
HDstyle.css10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em} selector
/trueos/contrib/ntp/html/build/scripts/
HDstyle.css10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em} selector
/trueos/contrib/ntp/html/scripts/
HDstyle.css10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em} selector
/trueos/contrib/groff/src/preproc/pic/
HDobject.cpp513 void object_list::wrap_up_block(object_list *ol) in wrap_up_block() argument
519 ol->head = p->next; in wrap_up_block()
520 if (ol->head) { in wrap_up_block()
521 ol->tail = tail; in wrap_up_block()
522 ol->head->prev = 0; in wrap_up_block()
525 ol->tail = 0; in wrap_up_block()
880 block_object(const position &, const object_list &ol, PTABLE(place) *t);
888 block_object::block_object(const position &d, const object_list &ol, in block_object() argument
890 : rectangle_object(d), oblist(ol), tbl(t) in block_object()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDCommentHTMLTags.td39 def Ol : Tag<"ol">;
/trueos/contrib/dialog/po/
HDes.po1 # Mensajes en español para dialog.
/trueos/sys/contrib/ipfilter/netinet/
HDfil.c1472 ol = 1;
1476 ol = (int)*(s + 1);
1477 if (ol < 2 || ol > tlen)
1488 tlen -= ol;
1489 s += ol;
1697 int hlen, ol, mv, p, i; local
1824 ol = 1;
1828 ol = (int)*(s + 1);
1829 if (ol < 2 || ol > hlen)
1835 if ((opt == (u_char)op->ol_val) && (ol > 4)) {
[all …]
HDip_state.c1894 int off, mlen, ol, i, len, retval; local
1923 ol = 1;
1927 ol = (int)*(s + 1);
1928 if (ol < 2 || ol > len)
1938 if (ol == TCPOLEN_WINDOW) {
1955 if (ol == TCPOLEN_MAXSEG) {
1964 if (ol == TCPOLEN_SACK_PERMITTED)
1971 len -= ol;
1972 s += ol;
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h536 CodeGenOpt::Level ol) in SelectionDAGBuilder() argument
538 DAG(dag), FuncInfo(funcinfo), OptLevel(ol), in SelectionDAGBuilder()
/trueos/share/vt/keymaps/
HDINDEX.keymaps425 es.dvorak.kbd:es:Español Dvorak
431 es.kbd.from-iso1:es:Español
437 es.acc.kbd:es:Español (con acentos)
443 es.kbd:es:Español (con acentos)
/trueos/contrib/mdocml/
HDstyle.css135 ol.list-enum { padding-left: 2em; }
/trueos/share/syscons/keymaps/
HDINDEX.keymaps417 spanish.dvorak.kbd:es:Espa�ol Dvorak
423 spanish.iso.kbd:es:Espa�ol ISO-8859-1
429 spanish.iso.acc.kbd:es:Espa�ol ISO-8859-1 (con acentos)
435 spanish.iso15.acc.kbd:es:Espa�ol ISO-8859-15 (con acentos)

1234