Searched refs:le (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dixset123 set screentim [.screen.val.le.tim.entry get]
124 set screencyc [.screen.val.le.cyc.entry get]
160 .screen.val.le.tim.entry delete 0 end
161 .screen.val.le.tim.entry insert 0 $screentim
162 .screen.val.le.cyc.entry delete 0 end
163 .screen.val.le.cyc.entry insert 0 $screencyc
266 frame .screen.val.le
267 labelentry .screen.val.le.tim "Timeout (s)" 5
268 labelentry .screen.val.le.cyc "Cycle (s)" 5
269 pack .screen.val.le
[all...]
/ast/src/lib/libvcodex/
H A Dvcqsort.c27 #define SWAP(le, re, ne) \
28 do { Vcchar_t *ll = (Vcchar_t*)(le); \
H A Dvcsfxsort.c197 Vcsfxint_t *l, *r, *le, *re, k, ln, mn, rn, pi, sz, c[3]; local
205 { le = inv + (pi+hdr); re = inv + (*r+hdr); /**/DEBUG_ASSERT(le != re);
206 while((k = *le - *re) == 0)
207 { le += 2; re += 2; }
232 for(le = (l = min)-1, re = (r = max)+1; l <= r; )
236 else if(k == 0 && (le += 1) < l)
237 SWAP(*le, *l, mn);
250 if(le >= min && le <
[all...]
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffpart.c120 double le, lc, rc, cost; local
133 le = entropy(lfreq, data, minsz);
141 le -= lfreq[b]*vclog(lfreq[b]);
144 le += lfreq[b]*vclog(lfreq[b]);
147 lc = pt->ctab + p*vclog(p) - le;
151 if(part(pt, data, p, lfreq, le) < 0 )
/ast/src/cmd/mailx/
H A Dmisc.c296 register char* le; local
302 if (le = strchr(lp, ','))
303 *le = 0;
305 if (le)
306 *le = ',';
311 if (le)
312 *le = ',';
315 if (!(lp = le))
/ast/src/cmd/re/
H A Dsed2.c433 le(Text *script, unsigned char *pc, Text *data) function
541 vv,ae,be,ce,de,vv,vv,ge,he,ie,vv,vv,le,vv,ne,vv, /* a-n */

Completed in 18 milliseconds