HomeSort by: relevance | last modified time | path
    Searched refs:ol (Results 1 - 25 of 227) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/usr.bin/colcrt/
colcrt.c 203 pflush(int ol)
210 l = ol;
229 memmove(page, page[ol], (267 - ol) * 132);
230 memset(page[267- ol], 0, ol * 132);
231 outline -= ol;
  /src/external/gpl3/gdb/dist/readline/readline/
nls.c 228 char *t, *ol; local
230 ol = _rl_current_locale;
232 xfree (ol);
337 char *ol, *nl; local
341 ol = _rl_current_locale;
344 if ((ol == 0 && nl) || (ol && nl && (STREQ (ol, nl) == 0)))
347 xfree (ol);
  /src/external/gpl3/gdb.old/dist/readline/readline/
nls.c 228 char *t, *ol; local
230 ol = _rl_current_locale;
232 xfree (ol);
337 char *ol, *nl; local
341 ol = _rl_current_locale;
344 if ((ol == 0 && nl) || (ol && nl && (STREQ (ol, nl) == 0)))
347 xfree (ol);
  /src/sys/crypto/skipjack/
skipjack.c 86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \
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)
95 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol)
96 #define g8(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-options.c 47 struct option_list *ol = ((struct option_list *) local
56 ol->next = CPU_OPTIONS (cpu);
57 ol->options = table;
58 CPU_OPTIONS (cpu) = ol;
62 ol->next = STATE_OPTIONS (sd);
63 ol->options = table;
64 STATE_OPTIONS (sd) = ol;
588 const struct option_list *ol; local
599 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next
1025 const struct option_list *ol; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-options.c 47 struct option_list *ol = ((struct option_list *) local
56 ol->next = CPU_OPTIONS (cpu);
57 ol->options = table;
58 CPU_OPTIONS (cpu) = ol;
62 ol->next = STATE_OPTIONS (sd);
63 ol->options = table;
64 STATE_OPTIONS (sd) = ol;
588 const struct option_list *ol; local
599 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next
1025 const struct option_list *ol; local
    [all...]
  /src/lib/libc/gen/
vis.c 113 char *ol; local
115 ol = setlocale(LC_CTYPE, "C");
117 if (ol)
118 setlocale(LC_CTYPE, ol);
  /src/tests/lib/libc/gen/
t_vis.c 173 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; local
180 ol = setlocale(LC_CTYPE, "ja_JP.UTF-8");
181 ATF_REQUIRE(ol != NULL);
184 ol = strdup(ol);
185 ATF_REQUIRE(ol != NULL);
190 setlocale(LC_CTYPE, ol);
191 free(ol);
  /src/external/bsd/jemalloc/dist/test/src/
SFMT.c 164 uint64_t th, tl, oh, ol; local
170 ol = tl >> (shift * 8);
171 ol |= th << (64 - shift * 8);
172 out->u[0] = (uint32_t)(ol >> 32);
173 out->u[1] = (uint32_t)ol;
179 uint64_t th, tl, oh, ol; local
185 ol = tl >> (shift * 8);
186 ol |= th << (64 - shift * 8);
187 out->u[1] = (uint32_t)(ol >> 32);
188 out->u[0] = (uint32_t)ol;
203 uint64_t th, tl, oh, ol; local
218 uint64_t th, tl, oh, ol; local
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/src/
SFMT.c 164 uint64_t th, tl, oh, ol; local
170 ol = tl >> (shift * 8);
171 ol |= th << (64 - shift * 8);
172 out->u[0] = (uint32_t)(ol >> 32);
173 out->u[1] = (uint32_t)ol;
179 uint64_t th, tl, oh, ol; local
185 ol = tl >> (shift * 8);
186 ol |= th << (64 - shift * 8);
187 out->u[1] = (uint32_t)(ol >> 32);
188 out->u[0] = (uint32_t)ol;
203 uint64_t th, tl, oh, ol; local
218 uint64_t th, tl, oh, ol; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/
style.css 6 small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
38 hr, hr + br, div + br, center + br, span + br, ul + br, ol + br, pre + br
66 ul, ol { margin-top:0.688em; padding-bottom:0.687em;
68 ul + p, ol + p { margin-top: 0em }
74 ol > li { margin-left: 1.7em; }
  /src/external/bsd/libevent/dist/
iocp-internal.h 135 @param ol Overlapped object with associated completion callback.
139 int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
150 @param ol Overlapped object with associated completion callback.
154 int evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
buffer_iocp.c 176 struct event_overlapped *ol)
230 &ol->overlapped, NULL)) {
250 struct event_overlapped *ol)
296 &ol->overlapped, NULL)) {
  /src/external/bsd/ntp/dist/sntp/libevent/
iocp-internal.h 136 @param ol Overlapped object with associated completion callback.
140 int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
151 @param ol Overlapped object with associated completion callback.
155 int evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
buffer_iocp.c 175 struct event_overlapped *ol)
229 &ol->overlapped, NULL)) {
249 struct event_overlapped *ol)
295 &ol->overlapped, NULL)) {
  /src/external/bsd/ipf/dist/ipsend/
ip.c 164 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;
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.c 468 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
476 if (ol < *os) {
482 if (*len > ol - *os) {
2257 uint16_t ol; local
2264 while ((o = dhcp6_findoption(d, l, D6_OPTION_IA_ADDR, &ol))) {
2266 nd = o + ol;
2269 if (ol < sizeof(ia)) {
2334 uint16_t ol; local
2341 while ((o = dhcp6_findoption(d, l, D6_OPTION_IAPREFIX, &ol))) {
2343 nd = o + ol;
2732 uint16_t ol; local
3224 uint16_t ol; local
3413 uint16_t ol; local
3458 uint16_t ol; local
3758 uint16_t ol; local
    [all...]
dhcp-common.h 134 const uint8_t *od, size_t ol);
dhcp-common.c 890 const uint8_t *od, size_t ol)
904 if (print_option(fp, prefix, opt, 1, od, ol, ifname) == -1)
926 eo = dhcp_optlen(eopt, ol);
940 if (ol != 0 || !(eopt->type & OT_OPTIONAL))
959 ol -= (size_t)eo;
963 if (opt->encopts_len && ol > 0) {
979 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) {
996 ol -= eos + eol;
  /src/usr.bin/rump_dhcpclient/
dhcp.c 214 uint8_t l, ol = 0; local
233 memcpy(bp, op, ol);
234 bp += ol;
236 ol = *p;
238 bl += ol;
275 memcpy(bp, op, ol);
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 1964 op->ol = 1; /* Immediate will follow an instruction. */
2027 op->ol = 0;
2034 op->ol = 0;
2041 op->ol = 0;
2048 op->ol = 0;
2064 op->ol = 0;
2080 op->ol = 0;
2114 op->ol = 0;
2121 op->ol = 0;
2128 op->ol = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 1964 op->ol = 1; /* Immediate will follow an instruction. */
2027 op->ol = 0;
2034 op->ol = 0;
2041 op->ol = 0;
2048 op->ol = 0;
2064 op->ol = 0;
2080 op->ol = 0;
2114 op->ol = 0;
2121 op->ol = 0;
2128 op->ol = 0
    [all...]
  /src/external/gpl3/binutils/dist/bfd/doc/
chew.c 972 int ol = 0; local
989 ol = 0;
992 if (ol == 0)
1004 ol = 1;
1010 ol = 1;
1014 ol = 1;
  /src/external/gpl3/binutils.old/dist/bfd/doc/
chew.c 972 int ol = 0; local
989 ol = 0;
992 if (ol == 0)
1004 ol = 1;
1010 ol = 1;
1014 ol = 1;
  /src/external/gpl3/gdb.old/dist/bfd/doc/
chew.c 972 int ol = 0; local
989 ol = 0;
992 if (ol == 0)
1004 ol = 1;
1010 ol = 1;
1014 ol = 1;

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 910