Home
last modified time | relevance | path

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

12345

/netbsd/src/sys/crypto/skipjack/
Dskipjack.c86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ argument
89 ol = k##k1 [oh] ^ il; \
90 oh = k##k2 [ol] ^ oh; \
91 ol = k##k3 [oh] ^ ol; \
94 #define g0(ih, il, oh, ol) g(0, 1, 2, 3, ih, il, oh, ol) argument
95 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol) argument
96 #define g8(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol) argument
97 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, il, oh, ol) argument
98 #define g6(ih, il, oh, ol) g(6, 7, 8, 9, ih, il, oh, ol) argument
101 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \ argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-options.c47 struct option_list *ol = ((struct option_list *) in sim_add_option_table() local
56 ol->next = CPU_OPTIONS (cpu); in sim_add_option_table()
57 ol->options = table; in sim_add_option_table()
58 CPU_OPTIONS (cpu) = ol; in sim_add_option_table()
62 ol->next = STATE_OPTIONS (sd); in sim_add_option_table()
63 ol->options = table; in sim_add_option_table()
64 STATE_OPTIONS (sd) = ol; in sim_add_option_table()
588 const struct option_list *ol; in sim_parse_args() local
599 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next) in sim_parse_args()
600 for (opt = ol->options; OPTION_VALID_P (opt); ++opt) in sim_parse_args()
[all …]
/netbsd/src/usr.bin/colcrt/
Dcolcrt.c203 pflush(int ol) in pflush() argument
210 l = ol; in pflush()
229 memmove(page, page[ol], (267 - ol) * 132); in pflush()
230 memset(page[267- ol], 0, ol * 132); in pflush()
231 outline -= ol; in pflush()
/netbsd/src/tests/lib/libc/gen/
Dt_vis.c173 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; in ATF_TC_BODY() local
180 ol = setlocale(LC_CTYPE, "ja_JP.UTF-8"); in ATF_TC_BODY()
181 ATF_REQUIRE(ol != NULL); in ATF_TC_BODY()
184 ol = strdup(ol); in ATF_TC_BODY()
185 ATF_REQUIRE(ol != NULL); in ATF_TC_BODY()
190 setlocale(LC_CTYPE, ol); in ATF_TC_BODY()
191 free(ol); in ATF_TC_BODY()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-msp430.c1964 op->ol = 1; /* Immediate will follow an instruction. */ in msp430_srcoperand()
2027 op->ol = 0; in msp430_srcoperand()
2034 op->ol = 0; in msp430_srcoperand()
2041 op->ol = 0; in msp430_srcoperand()
2048 op->ol = 0; in msp430_srcoperand()
2064 op->ol = 0; in msp430_srcoperand()
2080 op->ol = 0; in msp430_srcoperand()
2114 op->ol = 0; in msp430_srcoperand()
2121 op->ol = 0; in msp430_srcoperand()
2128 op->ol = 0; in msp430_srcoperand()
[all …]
/netbsd/src/external/bsd/libbind/dist/doc/
Dresolver.cat54 rreessoollvveerr -- resolver configuration file
10 The rreessoollvveerr is a set of routines in the C library (resolve(3)) that pro-
11 vide access to the Internet Domain Name System. The rreessoollvveerr configura-
12 tion file contains information that is read by the rreessoollvveerr routines the
15 various types of rreessoollvveerr information.
26 … rreessoollvveerr should query. Up to MAXNS (see _<_r_e_s_o_l_v_._h_>) name
28 servers, the rreessoollvveerr library queries them in the order listed.
46 spaces or tabs separating the names. Most rreessoollvveerr queries will
65 options Allows certain internal rreessoollvveerr variables to be modified. The
129 space-separated list of'' rreessoollvveerr options as explained above under
/netbsd/src/external/bsd/libevent/dist/
Dbuffer_iocp.c176 struct event_overlapped *ol) in evbuffer_launch_write_() argument
230 &ol->overlapped, NULL)) { in evbuffer_launch_write_()
250 struct event_overlapped *ol) in evbuffer_launch_read_() argument
296 &ol->overlapped, NULL)) { in evbuffer_launch_read_()
Diocp-internal.h139 int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
154 int evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dbuffer_iocp.c175 struct event_overlapped *ol) in evbuffer_launch_write_() argument
229 &ol->overlapped, NULL)) { in evbuffer_launch_write_()
249 struct event_overlapped *ol) in evbuffer_launch_read_() argument
295 &ol->overlapped, NULL)) { in evbuffer_launch_read_()
Diocp-internal.h140 int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
155 int evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
/netbsd/src/external/bsd/ipf/dist/ipsend/
Dip.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;
/netbsd/src/usr.bin/rump_dhcpclient/
Ddhcp.c214 uint8_t l, ol = 0; in get_option() local
233 memcpy(bp, op, ol); in get_option()
234 bp += ol; in get_option()
236 ol = *p; in get_option()
238 bl += ol; in get_option()
275 memcpy(bp, op, ol); in get_option()
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dinterp.c607 struct option_list * ol; in sim_open() local
615 for (ol = STATE_OPTIONS (sd), prev = NULL; in sim_open()
616 ol != NULL; in sim_open()
617 prev = ol, ol = ol->next) in sim_open()
618 if (ol->options == mips_options) in sim_open()
621 SIM_ASSERT (ol != NULL); in sim_open()
624 STATE_OPTIONS (sd) = ol->next; in sim_open()
626 prev->next = ol->next; in sim_open()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_disk_windows.c186 OVERLAPPED ol; member
193 } ol[MAX_OVERLAPPED]; member
718 olp = &(t->ol[t->ol_idx_doing]); in start_next_async_read()
735 olp->ol.hEvent = CreateEventW(NULL, TRUE, FALSE, NULL); in start_next_async_read()
736 if (olp->ol.hEvent == NULL) { in start_next_async_read()
744 ResetEvent(olp->ol.hEvent); in start_next_async_read()
757 olp->ol.Offset = (DWORD)(olp->offset & 0xffffffff); in start_next_async_read()
758 olp->ol.OffsetHigh = (DWORD)(olp->offset >> 32); in start_next_async_read()
774 if (!ReadFile(t->entry_fh, olp->buff, buffbytes, &rbytes, &(olp->ol))) { in start_next_async_read()
844 olp = &(t->ol[t->ol_idx_done]); in _archive_read_data_block()
[all …]
Darchive_write_disk_windows.c1079 OVERLAPPED ol; in write_data_block() local
1133 memset(&ol, 0, sizeof(ol)); in write_data_block()
1134 ol.Offset = (DWORD)(a->offset & 0xFFFFFFFF); in write_data_block()
1135 ol.OffsetHigh = (DWORD)(a->offset >> 32); in write_data_block()
1137 &bytes_written, &ol)) { in write_data_block()
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Dchew.c990 int ol = 0; in indent() local
1007 ol = 0; in indent()
1010 if (ol == 0) in indent()
1022 ol = 1; in indent()
1028 ol = 1; in indent()
1032 ol = 1; in indent()
/netbsd/src/external/gpl3/gdb/dist/bfd/doc/
Dchew.c988 int ol = 0; in indent() local
1005 ol = 0; in indent()
1008 if (ol == 0) in indent()
1020 ol = 1; in indent()
1026 ol = 1; in indent()
1030 ol = 1; in indent()
/netbsd/src/lib/libc/gen/
Dvis.c113 char *ol; in iscgraph() local
115 ol = setlocale(LC_CTYPE, "C"); in iscgraph()
117 if (ol) in iscgraph()
118 setlocale(LC_CTYPE, ol); in iscgraph()
/netbsd/src/sys/arch/vax/uba/
Dqv.c690 int ol; in qv_copyrows() local
704 ol = qv_rows_overlap(srcrow, dstrow, nrows); in qv_copyrows()
705 if (ol == 0) in qv_copyrows()
709 else if (ol < 0) { in qv_copyrows()
/netbsd/src/external/bsd/ntp/dist/html/drivers/scripts/
Dstyle.css10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em} selector
/netbsd/src/external/bsd/ntp/dist/html/scripts/
Dstyle.css10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em} selector
/netbsd/src/external/bsd/nvi/dist/common/
Dconv.c72 #define HANDLE_ICONV_ERROR(o, i, ol, il) do { \ argument
74 ol--; il--; \
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dmsp430.h38 int ol; /* Operand length words. */ member
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dmsp430.h38 int ol; /* Operand length words. */ member
/netbsd/src/sys/external/bsd/ipf/netinet/
Dfil.c1469 ol = 1; in ipf_pr_tcpcommon()
1473 ol = (int)*(s + 1); in ipf_pr_tcpcommon()
1474 if (ol < 2 || ol > tlen) in ipf_pr_tcpcommon()
1485 tlen -= ol; in ipf_pr_tcpcommon()
1486 s += ol; in ipf_pr_tcpcommon()
1687 int hlen, ol, mv, p, i; in ipf_pr_ipv4hdr() local
1819 ol = 1; in ipf_pr_ipv4hdr()
1823 ol = (int)*(s + 1); in ipf_pr_ipv4hdr()
1824 if (ol < 2 || ol > hlen) in ipf_pr_ipv4hdr()
1830 if ((opt == (u_char)op->ol_val) && (ol > 4)) { in ipf_pr_ipv4hdr()
[all …]

12345