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

  /src/sys/crypto/camellia/
camellia.c 105 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
107 il = xl ^ kl; \
109 t0 = il >> 16; \
117 ^ CAMELLIA_SP3033((il >> 8) & 0xff) \
118 ^ CAMELLIA_SP4404(il & 0xff); \
141 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
144 il = CAMELLIA_SP1110((xl>>24) & 0xff); \
146 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
148 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \
150 il ^= CAMELLIA_SP4404(xl & 0xff);
440 uint32_t il, ir, t0, t1, w0, w1; local in function:camellia_setup128
647 uint32_t il, ir, t0, t1, w0, w1; \/* temporary variables *\/ local in function:camellia_setup256
945 uint32_t il, ir, t0, t1; local in function:camellia_encrypt128
1012 uint32_t il,ir,t0,t1; \/* temporary variables *\/ local in function:camellia_decrypt128
1082 uint32_t il,ir,t0,t1; \/* temporary variables *\/ local in function:camellia_encrypt256
1165 uint32_t il,ir,t0,t1; \/* temporary variables *\/ local in function:camellia_decrypt256
    [all...]
  /src/sys/crypto/skipjack/
skipjack.c 86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \
88 oh = k##k0 [il] ^ ih; \
89 ol = k##k1 [oh] ^ il; \
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)
97 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, il, oh, ol
    [all...]
  /src/share/man/man4/man4.vax/
Makefile 10 ik.4 il.4 intro.4 ix.4 \
  /src/sys/kern/
subr_interrupt.c 204 * Set intrctl list data to "il", and return list structure bytes.
209 interrupt_intrio_list(struct intrio_list *il, size_t ilsize)
219 ((char *)il + sizeof(struct intrio_list));
220 il->il_lineoffset = (off_t)((uintptr_t)illine - (uintptr_t)il);
268 il->il_version = INTRIO_LIST_VERSION;
269 il->il_ncpus = ncpu;
270 il->il_nintrs = nids;
271 il->il_linesize = line_size;
272 il->il_bufsize = ilsize
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
compulab-sb-som.dtsi 3 * Copyright (C) 2015 CompuLab, Ltd. - http://www.compulab.co.il/
am57xx-sbc-am57x.dts 5 * Copyright (C) 2015 CompuLab Ltd. - http://www.compulab.co.il/
6 * Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
am335x-sbc-t335.dts 5 * Copyright (C) 2014 - 2015 CompuLab Ltd. - http://www.compulab.co.il/
am437x-sbc-t43.dts 3 * Copyright (C) 2015 CompuLab, Ltd. - http://www.compulab.co.il/
am57xx-cl-som-am57x.dts 5 * Copyright (C) 2015 CompuLab Ltd. - http://www.compulab.co.il/
6 * Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
am437x-cm-t43.dts 3 * Copyright (C) 2015 CompuLab, Ltd. - http://www.compulab.co.il/
am335x-cm-t335.dts 5 * Copyright (C) 2014 - 2015 CompuLab Ltd. - http://www.compulab.co.il/
  /src/usr.sbin/sysinst/
msg.mbr.fr 66 {En utilisant les informations d�j� pr�sentes sur le disque, il semble que
85 message Only_one_extended_ptn {Il ne peut y avoir qu'une seule partition �tendue}
msg.mi.fr 219 et il y a peu d'int�r�t � aligner les partitions sur les cylindres.
220 Pour les disques plus anciens, il est recommand� de choisir des tailles
786 il est possible de le supprimer. S'il provient d'une mise � jour
1076 Par d�faut, il s'agit de /bin/sh
1525 {Il n'y a pas actuellement de partition NetBSD dans la table de partitions.}
1532 {Il y a plusieurs partitions NetBSD dans la table de partitions du secteur de
  /src/sys/dev/qbus/
if_il.c 126 CFATTACH_DECL_NEW(il, sizeof(struct il_softc),
508 struct il_rheader *il; local in function:ilrint
516 il = (struct il_rheader *)(sc->sc_ifuba.ifu_r.ifrw_addr);
517 len = il->ilr_length - sizeof(struct il_rheader);
518 if ((il->ilr_status&(ILFSTAT_A | ILFSTAT_C)) || len < 46 ||
523 printf("il%d: += 100 input errors\n", unit);
  /src/sys/arch/atari/dev/
hdfd.c 1302 int il[FD_MAX_NSEC + 1]; local in function:fdioctl
1438 memset(il, 0,sizeof il);
1440 while (il[(j%fd_formb->fd_formb_nsecs)+1])
1442 il[(j%fd_formb->fd_formb_nsecs)+1] = i;
1448 fd_formb->fd_formb_secno(i) = il[i+1];
  /src/sys/dev/isa/
fd.c 1412 int il[FD_MAX_NSEC + 1]; local in function:fdioctl
1565 memset(il, 0, sizeof il);
1567 while (il[(j%fd_formb->fd_formb_nsecs)+1])
1569 il[(j%fd_formb->fd_formb_nsecs)+1] = i;
1575 fd_formb->fd_formb_secno(i) = il[i+1];
  /src/sys/arch/acorn32/mainbus/
fd.c 1282 int il[FD_MAX_NSEC + 1]; local in function:fdioctl
1409 memset(il, 0, sizeof il);
1411 while (il[(j%fd_formb->fd_formb_nsecs)+1])
1413 il[(j%fd_formb->fd_formb_nsecs)+1] = i;
1419 fd_formb->fd_formb_secno(i) = il[i+1];
  /src/sys/arch/x68k/dev/
fd.c 1622 int il[FD_MAX_NSEC + 1]; local in function:fdioctl
1748 memset(il, 0, sizeof il);
1750 while (il[(j % fd_formb->fd_formb_nsecs) + 1])
1752 il[(j % fd_formb->fd_formb_nsecs)+ 1] = i;
1758 fd_formb->fd_formb_secno(i) = il[i + 1];
  /src/sys/arch/sun3/dev/
fd.c 1596 int il[FD_MAX_NSEC + 1]; local in function:fdioctl
1745 memset(il, 0, sizeof(il));
1747 while (il[(j%fd_formb->fd_formb_nsecs) + 1])
1749 il[(j % fd_formb->fd_formb_nsecs) + 1] = i;
1755 fd_formb->fd_formb_secno(i) = il[i+1];
  /src/share/terminfo/
terminfo 363 dl=\E[%p1%dM, il=\E[%p1%dL, use=ansi+idl1,
503 il=\E[%p1%dL, rc=\E7, rmam=\E[?7l, sc=\E7, smam=\E[?7h,
619 ich=\E[%p1%d@, il=\E[%p1%dL, kcbt=\E[Z, kich1=\E[L,
957 il=\E[%p1%dL, il1=\E[L, ind=\n, kbs=^H, kcub1=\E[D,
1011 il=\E[%p1%dL, il1=\E[L, ind=\n, kb2=\E[G, kbs=^?, kcbt=\E[Z,
1195 ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, ind=\n,
1306 el=\E[K, home=\E[H, ht=^I, il=\E[%p1%dL, il1=\E[L, ind=\n,
1380 ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\E[S,
1509 ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L,
1607 hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L
    [all...]
  /src/sys/arch/sparc64/dev/
fdc.c 2140 int il[FD_MAX_NSEC + 1]; local in function:fdioctl
2300 memset(il, 0, sizeof il);
2302 while (il[(j % fd_formb->fd_formb_nsecs) + 1])
2304 il[(j % fd_formb->fd_formb_nsecs) + 1] = i;
2310 fd_formb->fd_formb_secno(i) = il[i + 1];
  /src/sys/arch/sparc/dev/
fd.c 1957 int il[FD_MAX_NSEC + 1]; local in function:fdioctl
2117 memset(il, 0, sizeof il);
2119 while (il[(j%fd_formb->fd_formb_nsecs) + 1])
2121 il[(j%fd_formb->fd_formb_nsecs) + 1] = i;
2127 fd_formb->fd_formb_secno(i) = il[i+1];
  /src/distrib/sun2/miniroot/
install.md 75 mi_filter_msgbuf | sed -ne '/^[il]e[0-9] /s/ .*//p'
  /src/distrib/sun3/miniroot/
install.md 75 mi_filter_msgbuf | sed -ne '/^[il]e[0-9] /s/ .*//p'
  /src/tests/bin/sh/
t_syntax.sh 173 il\

Completed in 64 milliseconds