Searched refs:il (Results 1 - 25 of 75) sorted by relevance

123

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetifaddrs_w32.c62 INTERFACE_INFO *il = NULL; local
73 il = malloc(il_len);
74 if (!il)
77 ZeroMemory(il, il_len);
80 (LPVOID) il, (DWORD) il_len, &cbret,
86 free (il);
87 il = NULL;
96 if (!il)
99 /* il is an array of INTERFACE_INFO structures. il_len has the
118 ifp->ifa_flags = il[
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dlocal.cc60 InnerLocal il; local
62 il.ilc = 'b';
63 il.ip = &c;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dlocal.cc60 InnerLocal il; local
62 il.ilc = 'b';
63 il.ip = &c;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dez80_isuf.s121 call.il 0x123456
122 call.il c,0x123456
123 call.il m,0x123456
124 call.il nc,0x123456
125 call.il nz,0x123456
126 call.il p,0x123456
127 call.il pe,0x123456
128 call.il po,0x123456
129 call.il z,0x123456
130 jp.il
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drcparse.c418 rc_uint_type il; member in union:YYSTYPE
2126 (yyval.acc).id = (yyvsp[0].il);
2135 (yyval.acc).id = (yyvsp[-2].il);
2174 (yyval.acc).key = (yyvsp[0].il);
2278 dialog.x = (yyvsp[-3].il);
2279 dialog.y = (yyvsp[-2].il);
2280 dialog.width = (yyvsp[-1].il);
2281 dialog.height = (yyvsp[0].il);
2283 dialog.exstyle = (yyvsp[-4].il);
2310 dialog.x = (yyvsp[-3].il);
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c148 struct ilist *il; member in struct:llist
166 struct ilist *il = tmpalloc(sizeof(struct ilist)); local
168 il->off = b;
169 il->fsz = sz;
170 il->n = n;
171 il->next = next;
172 return il;
186 ll->il = NULL;
606 struct ilist *il; local
616 if (ll->il
789 struct ilist *il; local
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinit.c154 struct ilist *il; member in struct:llist
172 struct ilist *il = tmpalloc(sizeof(struct ilist)); local
174 il->off = b;
175 il->fsz = sz;
176 il->n = n;
177 il->next = next;
178 return il;
192 ll->il = NULL;
627 struct ilist *il; local
637 if (ll->il
812 struct ilist *il; local
[all...]
/netbsd-current/sys/crypto/camellia/
H A Dcamellia.c105 #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
440 uint32_t il, ir, t0, t1, w0, w1; local
647 uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */ local
945 uint32_t il, ir, t0, t1; local
1012 uint32_t il,ir,t0,t1; /* temporary variables */ local
1082 uint32_t il,ir,t0,t1; /* temporary variables */ local
1165 uint32_t il,ir,t0,t1; /* temporary variables */ local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c117 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
119 il = xl ^ kl; \
121 t0 = il >> 16; \
129 ^ CAMELLIA_SP3033((il >> 8) & 0xff) \
130 ^ CAMELLIA_SP4404(il & 0xff); \
158 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
164 il = CAMELLIA_SP1110((xl >> 24) & 0xff) \
168 il ^= kl; \
170 ir ^= il; \
171 il
456 u32 il, ir, t0, t1, w0, w1; local
668 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
974 u32 il, ir, t0, t1; local
1064 u32 il,ir,t0,t1; /* temporary valiables */ local
1157 u32 il,ir,t0,t1; /* temporary valiables */ local
1271 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
/netbsd-current/sys/crypto/skipjack/
H A Dskipjack.c86 #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, o
[all...]
/netbsd-current/share/man/man4/man4.vax/
H A DMakefile10 ik.4 il.4 intro.4 ix.4 \
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-librep48 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
109 �Votre commande, s'il vous plait�, dit le gar�on.
113 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-c88 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
120 �Votre commande, s'il vous plait�, dit le gar�on.
125 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-csharp85 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
143 �Votre commande, s'il vous plait�, dit le gar�on.
148 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-java109 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
166 �Votre commande, s'il vous plait�, dit le gar�on.
171 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-objc104 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
136 �Votre commande, s'il vous plait�, dit le gar�on.
141 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-guile58 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
126 �Votre commande, s'il vous plait�, dit le gar�on.
131 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-pascal64 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
90 �Votre commande, s'il vous plait�, dit le gar�on.
94 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-perl-160 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
92 �Votre commande, s'il vous plait�, dit le gar�on.
97 ��Votre commande, s'il vous plait��, dit le gar��on.
/netbsd-current/sys/kern/
H A Dsubr_interrupt.c204 * Set intrctl list data to "il", and return list structure bytes.
209 interrupt_intrio_list(struct intrio_list *il, size_t ilsize) argument
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
[all...]
/netbsd-current/external/mit/xorg/lib/xkeyboard-config/symbols/
H A DMakefile15 id ie il in inet iq ir is it \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbasic-block.h73 /* The first insn of the block is embedded into bb->il.x. */
141 } GTY ((desc ("((%1.flags & BB_RTL) != 0)"))) il;
263 #define BB_HEAD(B) (B)->il.x.head_
264 #define BB_END(B) (B)->il.x.rtl->end_
265 #define BB_HEADER(B) (B)->il.x.rtl->header_
266 #define BB_FOOTER(B) (B)->il.x.rtl->footer_
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbasic-block.h73 /* The first insn of the block is embedded into bb->il.x. */
141 } GTY ((desc ("((%1.flags & BB_RTL) != 0)"))) il;
263 #define BB_HEAD(B) (B)->il.x.head_
264 #define BB_END(B) (B)->il.x.rtl->end_
265 #define BB_HEADER(B) (B)->il.x.rtl->header_
266 #define BB_FOOTER(B) (B)->il.x.rtl->footer_
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc343 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il) { argument
345 L.insert(L.end(), il);
350 std::initializer_list<std::pair<std::string, std::string>> il) {
352 for (auto KV : il) {
349 SetSubstitutions( std::initializer_list<std::pair<std::string, std::string>> il) argument
/netbsd-current/external/bsd/flex/dist/examples/manual/
H A Ddates.lex28 apr (apr(il)?)

Completed in 370 milliseconds

123