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

123

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetifaddrs_w32.c60 INTERFACE_INFO *il = NULL; local
71 il = malloc(il_len);
72 if (!il)
75 ZeroMemory(il, il_len);
78 (LPVOID) il, (DWORD) il_len, &cbret,
84 free (il);
85 il = NULL;
94 if (!il)
97 /* il is an array of INTERFACE_INFO structures. il_len has the
116 ifp->ifa_flags = il[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dfilter.c345 GL* il; local
355 for (il = n->in.first; il != NULL; il = il->next) {
357 Tcl_CreateHashEntry (&ht, (char*) il->a, &new);
358 l->v[j] = il->a->base.name;
369 for (il = n->out.first; il != NULL; il
404 GL* il; local
470 GL* il; local
504 GL* il; local
550 GL* il; local
610 GL* il; local
674 GL* il; local
740 GL* il; local
790 GL* il; local
856 GL* il; local
[all...]
H A Darc.c148 gla_link (GA* a, GL* il, GN* n, GLA* na) argument
150 il->n = n;
151 il->a = a;
154 na->first->prev = il;
157 il->prev = NULL;
158 il->next = na->first;
160 na->first = il;
163 return il;
169 gla_unlink (GL* il, GLA* na) argument
171 if (na->first == il) {
[all...]
H A Dnode.c93 GL* il; local
105 for (i=0, il = n->out.first;
106 il != NULL;
107 il = il->next) {
108 a = il->a;
H A Dwalk.c295 GL* il; local
321 for (i=0, il = neigh->first;
322 il != NULL;
323 il = il->next) {
324 if (Tcl_FindHashEntry (vn, (char*) il->a->start->n)) continue;
326 v [i] = il->a->start->n;
330 for (i=0, il = neigh->first;
331 il != NULL;
332 il
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.c338 unsigned long il; member in union:YYSTYPE
1829 yyval.acc.id = yyvsp[0].il;
1837 yyval.acc.id = yyvsp[-2].il;
1875 yyval.acc.key = yyvsp[0].il;
1967 dialog.x = yyvsp[-3].il;
1968 dialog.y = yyvsp[-2].il;
1969 dialog.width = yyvsp[-1].il;
1970 dialog.height = yyvsp[0].il;
1972 dialog.exstyle = yyvsp[-4].il;
1997 dialog.x = yyvsp[-3].il;
[all...]
H A Drcparse.h235 unsigned long il; member in union:YYSTYPE
/macosx-10.10.1/OpenSSL098-52/src/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...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dcamellia-ntt.c119 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
121 il = xl ^ kl; \
123 t0 = il >> 16; \
131 ^ CAMELLIA_SP3033((il >> 8) & 0xff) \
132 ^ CAMELLIA_SP4404(il & 0xff); \
160 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
166 il = CAMELLIA_SP1110((xl >> 24) & 0xff) \
170 il ^= kl; \
172 ir ^= il; \
173 il
458 u32 il, ir, t0, t1, w0, w1; local
670 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
976 u32 il, ir, t0, t1; local
1066 u32 il,ir,t0,t1; /* temporary valiables */ local
1159 u32 il,ir,t0,t1; /* temporary valiables */ local
1273 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
/macosx-10.10.1/misc_cmds-33/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.proverbes24 S'il ne la brise, c'est qu'il l'embrasse.
31 01/15 S'il g�le � la saint Maur,
35 01/20 S'il g�le � la saint S�bastien,
40 01/24 S'il tonne en janvier,
54 Mais s'il redouble et s'il reprend,
57 F�t-il dans la glace, il deviendra bon.
74 S'il
[all...]
/macosx-10.10.1/system_cmds-643.1.1/latency.tproj/
H A Dlatency.c509 struct i_latencies *il; local
513 il = &i_lat[cpu];
514 itotal += il->i_total;
519 il = &i_lat[cpu];
522 clen += sprintf(&tbuf[clen], " %9d", il->i_total);
525 il->i_total = 0;
551 struct i_latencies *il; local
632 il = &i_lat[cpu];
633 itotal += il->i_total_samples;
639 il
2488 struct i_latencies *il; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dbigint.pl75 ($is,$il) = (substr($d,0,1),length($d)-2);
77 ($is, reverse(unpack("a" . ($il%5+1) . ("a5" x ($il/5)), $d)));
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dxpath_parser.rb695 rv = nd.collect { |il| compare( il, op, nil ) }
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dprotocols50 il 40 IL # IL Transport Protocol
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompmatch.c497 int il = 0, iw = 0, t, ind, add, he = 0, bpc, obc = bc, bslash; local
560 il++; iw += 1 + bslash;
634 ((mp->flags & CMF_LINE) ? iw : il) :
635 (il || iw)))
743 ll -= llen; il += llen;
785 tll = il + mp->llen; tlw = iw + mp->wlen;
788 til = il; tiw = iw;
806 ((mp->flags & CMF_LINE) ? iw : il) :
807 (il || iw)));
827 ((mp->flags & CMF_LINE) ? iw : il)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dderived.cpp95 for (int il = 0; il < nl; ++il)
96 lowCols[il] = seq_.PropIndex(lowSeq->NthPropId(il));
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcalendar.vim60 syn keyword calendarMonth Jan[uary] Feb[ruary] Mar[ch] Apr[il] May
H A Dindent.vim30 syn match indentOptions '-i\|--indentation-level\|-il\|--indent-level'
H A Dterminfo.vim61 \ mcud ich indn il cub mcub cuf mcuf rin cuu
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dfr-survival.tex167 Dans ce qui suit, \kbd{C-z} signifie qu'il faut appuyer sur la touche
169 press\'ee. \kbd{M-z} signifie qu'il faut appuyer sur la touche
175 Pour lancer GNU Emacs, il suffit de taper son nom~: \kbd{emacs}.
282 \key{C-c C-f C-c} va \`a l'ent\^ete `CC', en cr\'ee un s'il n'existe pas
288 \key{C-z} iconifie (suspend) Emacs lorsqu'il s'ex\'ecute sous X ou
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc_ops.c891 struct info_loop *il; local
911 &items, &itemsize, (void *)&il, 0,
931 NTOHL_FP(&il->last_offset, &tempts);
932 NTOHL_FP(&il->drift_comp, &temp2ts);
938 (long)(int32)ntohl((u_long)il->compliance),
939 (u_long)ntohl((u_long)il->watchdog_timer));
941 NTOHL_FP(&il->last_offset, &tempts);
944 NTOHL_FP(&il->drift_comp, &tempts);
948 (long)(int32)ntohl(il->compliance));
950 (u_long)ntohl(il
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dntlm.c215 #define htoil(il, hl) \
216 (il)[0] = hl & 0xff; \
217 (il)[1] = (hl >> 8) & 0xff; \
218 (il)[2] = (hl >> 16) & 0xff; \
219 (il)[3] = hl >> 24
221 #define itohl(il) \
222 ((il)[0] | ((il)[1] << 8) | ((il)[2] << 16) | ((il)[
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutf8tst.c1051 int32_t i, j, k, iu, is, il, length; local
1066 il=j;
1082 if(is!=iu || il!=iu) {
1103 il=j;
1119 if(is!=iu || il !=iu) {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistUtil.tcl2613 $w-il configure -width $imageWidth
2626 $w-il configure -width $imageWidth
2661 $w-il configure -width $imageWidth
2665 $w-il configure -width [expr {$pixels - $spacePixels}]
2691 $w-il configure -width $imageWidth
2696 $w-il configure -width $imageWidth
2701 $w-il configure -width [expr {$pixels - $spacePixels}]
2715 place forget $w-il
2727 place $w-il -in $w -anchor w -bordermode outside \
2732 lset padding 0 [expr {$padX + [winfo reqwidth $w-il]}]
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/contrib/caldera/
H A Dopenssh.spec74 Summary(it) : Server OpenSSH per il protocollo Secure Shell (sshd).
156 Questo pacchetto installa sshd, il server di OpenSSH.

Completed in 182 milliseconds

123