| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getifaddrs_w32.c | 62 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[i].iiFlags [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| local.cc | 60 InnerLocal il; local 62 il.ilc = 'b'; 63 il.ip = &c;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| local.cc | 60 InnerLocal il; local 62 il.ilc = 'b'; 63 il.ip = &c;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rcparse.c | 418 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...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rcparse.c | 418 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...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| init.c | 154 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 == NULL) 812 struct ilist *il; local [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| init.c | 148 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 == NULL) 789 struct ilist *il; local [all...] |
| /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 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...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| camellia-ntt.c | 117 #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 = CAMELLIA_RR8(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...] |
| /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/external/gpl2/gettext/dist/gettext-tools/tests/ |
| lang-librep | 48 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.
|
| lang-c | 88 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.
|
| lang-csharp | 85 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.
|
| lang-java | 109 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.
|
| lang-objc | 104 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.
|
| /src/sys/kern/ |
| subr_interrupt.c | 206 * Set intrctl list data to "il", and return list structure bytes. 211 interrupt_intrio_list(struct intrio_list *il, size_t ilsize) 221 ((char *)il + sizeof(struct intrio_list)); 222 il->il_lineoffset = (off_t)((uintptr_t)illine - (uintptr_t)il); 270 il->il_version = INTRIO_LIST_VERSION; 271 il->il_ncpus = ncpu; 272 il->il_nintrs = nids; 273 il->il_linesize = line_size; 274 il->il_bufsize = ilsize [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
| gnu-versioned-namespace.ver | 98 _ZN9__gnu_cxx3__812__atomic_addEPV[il][il]; 99 _ZN9__gnu_cxx3__818__exchange_and_addEPV[li][il];
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
| gnu-versioned-namespace.ver | 105 _ZN9__gnu_cxx3__812__atomic_addEPV[il][il]; 106 _ZN9__gnu_cxx3__818__exchange_and_addEPV[li][il];
|
| /src/external/mit/xorg/lib/xkeyboard-config/symbols/ |
| Makefile | 15 id ie il in inet iq ir is it \
|
| /src/external/gpl3/gcc/dist/gcc/ |
| basic-block.h | 73 /* The first insn of the block is embedded into bb->il.x. */ 141 } GTY ((desc ("((%1.flags & BB_RTL) != 0)"))) il; 255 #define BB_HEAD(B) (B)->il.x.head_ 256 #define BB_END(B) (B)->il.x.rtl->end_ 257 #define BB_HEADER(B) (B)->il.x.rtl->header_ 258 #define BB_FOOTER(B) (B)->il.x.rtl->footer_
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| basic-block.h | 73 /* 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_
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| output_test_helper.cc | 343 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il) { 345 L.insert(L.end(), il); 350 std::initializer_list<std::pair<std::string, std::string>> il) { 352 for (auto KV : 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}
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| output_test.h | 53 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il); 58 std::initializer_list<std::pair<std::string, std::string>> il);
|