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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dopencrypto.h28 int aes_wrap(size_t kl, uint8 *key, size_t il, uint8 *input, uint8 *output);
31 int aes_unwrap(size_t kl, uint8 *key, size_t il, uint8 *input, uint8 *output);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcamellia.c134 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
137 il = xl ^ kl; \
139 t0 = il >> 16; \
147 ^ CAMELLIA_SP3033((il >> 8) & 0xff) \
148 ^ CAMELLIA_SP4404(il & 0xff); \
177 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
180 il = xl; \
182 t0 = il >> 16; \
188 il = CAMELLIA_SP1110((t0 >> 8) & 0xff) \
190 ^ CAMELLIA_SP3033((il >>
482 u32 il, ir, t0, t1, w0, w1; local
786 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
1216 u32 il, ir, t0, t1; local
1306 u32 il,ir,t0,t1; /* temporary valiables */ local
1399 u32 il,ir,t0,t1; /* temporary valiables */ local
1513 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia.c111 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
113 il = xl ^ kl; \
115 t0 = il >> 16; \
123 ^ CAMELLIA_SP3033((il >> 8) & 0xff) \
124 ^ CAMELLIA_SP4404(il & 0xff); \
152 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
158 il = CAMELLIA_SP1110((xl >> 24) & 0xff) \
162 il ^= kl; \
164 ir ^= il; \
165 il
450 u32 il, ir, t0, t1, w0, w1; local
662 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
968 u32 il, ir, t0, t1; local
1058 u32 il,ir,t0,t1; /* temporary valiables */ local
1151 u32 il,ir,t0,t1; /* temporary valiables */ local
1265 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcamellia.c146 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
148 il = xl ^ kl; \
150 t0 = il >> 16; \
158 ^ CAMELLIA_SP3033((il >> 8) & 0xff) \
159 ^ CAMELLIA_SP4404(il & 0xff); \
186 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
189 il = CAMELLIA_SP1110((xl>>24) & 0xff); \
191 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
193 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \
195 il
482 u32 il, ir, t0, t1, w0, w1; local
787 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
1216 u32 il,ir,t0,t1; /* temporary valiables */ local
1318 u32 il,ir,t0,t1; /* temporary valiables */ local
1424 u32 il,ir,t0,t1; /* temporary valiables */ local
1551 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S42 il $0, 0
43 il $SP, 16368
H A Dspu_save_crt0.S76 il $0, 0
77 il $SP, 16368
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_spoolss.c4833 BOOL spool_io_printer_info_level_1(const char *desc, SPOOL_PRINTER_INFO_LEVEL_1 *il, prs_struct *ps, int depth) argument
4841 if(!prs_uint32("flags", ps, depth, &il->flags))
4843 if(!prs_uint32("description_ptr", ps, depth, &il->description_ptr))
4845 if(!prs_uint32("name_ptr", ps, depth, &il->name_ptr))
4847 if(!prs_uint32("comment_ptr", ps, depth, &il->comment_ptr))
4850 if(!smb_io_unistr2("description", &il->description, il->description_ptr, ps, depth))
4852 if(!smb_io_unistr2("name", &il->name, il->name_ptr, ps, depth))
4854 if(!smb_io_unistr2("comment", &il
4864 spool_io_printer_info_level_3(const char *desc, SPOOL_PRINTER_INFO_LEVEL_3 *il, prs_struct *ps, int depth) argument
4882 spool_io_printer_info_level_2(const char *desc, SPOOL_PRINTER_INFO_LEVEL_2 *il, prs_struct *ps, int depth) argument
4961 spool_io_printer_info_level_7(const char *desc, SPOOL_PRINTER_INFO_LEVEL_7 *il, prs_struct *ps, int depth) argument
4982 spool_io_printer_info_level(const char *desc, SPOOL_PRINTER_INFO_LEVEL *il, prs_struct *ps, int depth) argument
5144 SPOOL_PRINTER_DRIVER_INFO_LEVEL_3 *il; local
5222 SPOOL_PRINTER_DRIVER_INFO_LEVEL_6 *il; local
5429 spool_io_printer_driver_info_level(const char *desc, SPOOL_PRINTER_DRIVER_INFO_LEVEL *il, prs_struct *ps, int depth) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394-private.h168 static inline void fill_input_last(struct input_last *il, argument
181 il->q[0] = cpu_to_le32(temp);
182 il->q[1] = cpu_to_le32(data_phys_addr);
183 il->q[2] = cpu_to_le32(1); /* branchAddress (filled in later) and Z = 1 descriptor in next block */
184 il->q[3] = cpu_to_le32(data_size); /* xferStatus & resCount, resCount must be initialize to data_size */
258 struct input_last il; member in struct:DMA_descriptor_block::__anon4468::__anon4476
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-c91 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-librep51 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
115 �Votre commande, s'il vous plait�, dit le gar�on.
119 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-csharp102 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
177 �Votre commande, s'il vous plait�, dit le gar�on.
184 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-java127 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
201 �Votre commande, s'il vous plait�, dit le gar�on.
208 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-objc107 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
142 �Votre commande, s'il vous plait�, dit le gar�on.
147 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-pascal67 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
96 �Votre commande, s'il vous plait�, dit le gar�on.
100 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-perl-163 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
98 �Votre commande, s'il vous plait�, dit le gar�on.
103 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-python-152 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
88 �Votre commande, s'il vous plait�, dit le gar�on.
92 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-python-264 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
107 �Votre commande, s'il vous plait�, dit le gar�on.
112 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-sh61 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
119 �Votre commande, s'il vous plait�, dit le gar�on.
123 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-tcl53 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
92 �Votre commande, s'il vous plait�, dit le gar�on.
96 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-bash62 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
133 �Votre commande, s'il vous plait�, dit le gar�on.
137 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-c++110 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
145 �Votre commande, s'il vous plait�, dit le gar�on.
150 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-clisp58 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
138 �Votre commande, s'il vous plait�, dit le gar�on.
143 ��Votre commande, s'il vous plait��, dit le gar��on.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_64.c546 u64 max_freq, min_freq, ih, il; local
655 il = *((u32 *)(eeprom + 0x20));
658 if (il == ih) {
666 if (ih != 0 && il != 0)
667 min_freq = (max_freq * il) / ih;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c411 int len = 0, il = 0; local
421 iv[il++] = (struct kvec) { &type, 1 };
436 iv[il++] = (struct kvec) { eh->h_source, ETH_ALEN };
441 iv[il++] = (struct kvec) { eh->h_dest, ETH_ALEN };
447 iv[il++] = (struct kvec) { skb->data, skb->len };
451 len = kernel_sendmsg(sock, &s->msg, iv, il, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dsnow_altivec.c488 il = (vector unsigned char) vec_mergeh(l1, l2);\
490 v[0] = (vector signed int) vec_msum(ih, il, vec_splat_u32(0));\
517 vector unsigned char ih, il, ih1, il1, tmp1, tmp2, align; local
565 il = (vector unsigned char) vec_mergeh(l1,l2);\
567 v[2] = (vector signed int) vec_msum(ih, il, vec_splat_u32(0));\
584 vector unsigned char ih, il, ih1, il1, tmp1, tmp2, align; local
666 vector unsigned char ih, il, ih1, il1, tmp1, tmp2, align; local
713 vector unsigned char ih, il, ih1, il1, tmp1, tmp2, align; local

Completed in 129 milliseconds

12