Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
HDrc4-586.pl66 $yy="ebx";
77 &add (&LB($yy),&LB($tx));
78 &mov ($ty,&DWP(0,$dat,$yy,4));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
105 &add (&LB($yy),&LB($tx));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
131 &add (&LB($yy),&LB($tx));
133 &mov ($ty,&DWP(0,$dat,$yy,4));
134 &mov (&DWP(0,$dat,$yy,4),$tx);
[all …]
/freebsd-11-stable/lib/msun/bsdsrc/
HDb_tgamma.c189 struct Double yy, r; local
193 yy = ratfun_gam(y - x0, 0);
194 return (yy.a + yy.b);
198 yy.a = r.a - one;
200 yy.b = r.b = y - yy.a;
202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
203 t = r.a*yy.a;
204 r.b = r.a*yy.b + y*r.b;
210 yy = ratfun_gam(y - x0, 0);
211 y = r.b*(yy.a + yy.b) + r.a*yy.b;
[all …]
/freebsd-11-stable/contrib/bzip2/
HDhuffman.c46 Int32 zz, yy, tmp; \
49 yy = zz << 1; \
50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
53 yy++; \
54 if (weight[tmp] < weight[heap[yy]]) break; \
55 heap[zz] = heap[yy]; \
56 zz = yy; \
HDcompress.c122 UChar yy[256]; in generateMTFValues() local
161 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i; in generateMTFValues()
170 if (yy[0] == ll_i) { in generateMTFValues()
193 rtmp = yy[1]; in generateMTFValues()
194 yy[1] = yy[0]; in generateMTFValues()
195 ryy_j = &(yy[1]); in generateMTFValues()
204 yy[0] = rtmp; in generateMTFValues()
205 j = ryy_j - &(yy[0]); in generateMTFValues()
/freebsd-11-stable/usr.bin/calendar/
HDdates.c84 static struct cal_day * find_day(int yy, int mm, int dd);
262 remember_ymd(int yy, int mm, int dd) in remember_ymd() argument
269 printf("remember_ymd: %d - %d - %d\n", yy, mm, dd); in remember_ymd()
273 if (y->year != yy) { in remember_ymd()
298 remember_yd(int yy, int dd, int *rm, int *rd) in remember_yd() argument
305 printf("remember_yd: %d - %d\n", yy, dd); in remember_yd()
309 if (y->year != yy) { in remember_yd()
332 first_dayofweek_of_year(int yy) in first_dayofweek_of_year() argument
338 if (y->year == yy) in first_dayofweek_of_year()
348 first_dayofweek_of_month(int yy, int mm) in first_dayofweek_of_month() argument
[all …]
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDmissing145 rm -f lex.yy.c
152 cp "$SRCFILE" lex.yy.c
157 if [ ! -f lex.yy.c ]; then
158 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/contrib/gdb/
HDmissing222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/contrib/openbsm/config/
HDmissing246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/contrib/binutils/
HDmissing246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/crypto/heimdal/
HDmissing257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/contrib/bmake/mk/
HDautodep.mk99 …@${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} lex.yy.c | sed '/:/s/^/$@ /' > $@" || { ${RM} -f lex.yy.…
100 @${RM} -f lex.yy.c
121 ${CC_MD} ${CFLAGS_MD:S/D//} ${CPPFLAGS_MD} lex.yy.c > $@ || { ${RM} -f lex.yy.c $@; false; }
122 ${RM} -f lex.yy.c
/freebsd-11-stable/contrib/sendmail/src/
HDrecipient.c40 sorthost(xx, yy) in sorthost() argument
42 register ADDRESS *yy;
46 return sm_strrevcasecmp(xx->q_host, yy->q_host);
48 return sm_strcasecmp(xx->q_host, yy->q_host);
76 sortexpensive(xx, yy) in sortexpensive() argument
78 ADDRESS *yy;
80 if (!bitnset(M_EXPENSIVE, yy->q_mailer->m_flags))
84 return sm_strrevcasecmp(xx->q_host, yy->q_host);
86 return sm_strcasecmp(xx->q_host, yy->q_host);
107 sortbysignature(xx, yy) in sortbysignature() argument
[all …]
/freebsd-11-stable/contrib/bmake/mk/sys/
HDGeneric.mk179 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
180 rm -f lex.yy.c
183 mv lex.yy.c ${.TARGET}
186 ${COMPILE.c} -o ${.TARGET} lex.yy.c
187 rm -f lex.yy.c
HDAIX.mk160 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
161 rm -f lex.yy.c
164 mv lex.yy.c ${.TARGET}
167 ${COMPILE.c} -o ${.TARGET} lex.yy.c
168 rm -f lex.yy.c
HDLinux.mk163 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
164 rm -f lex.yy.c
167 mv lex.yy.c ${.TARGET}
170 ${COMPILE.c} -o ${.TARGET} lex.yy.c
171 rm -f lex.yy.c
HDDarwin.mk183 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
184 rm -f lex.yy.c
187 mv lex.yy.c ${.TARGET}
190 ${COMPILE.c} -o ${.TARGET} lex.yy.c
191 rm -f lex.yy.c
HDOSF1.mk174 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
175 rm -f lex.yy.c
178 mv lex.yy.c ${.TARGET}
181 ${COMPILE.c} -o ${.TARGET} lex.yy.c
182 rm -f lex.yy.c
HDOpenBSD.mk181 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
182 rm -f lex.yy.c
185 mv lex.yy.c ${.TARGET}
188 ${COMPILE.c} -o ${.TARGET} lex.yy.c
189 rm -f lex.yy.c
HDIRIX.mk171 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
172 rm -f lex.yy.c
175 mv lex.yy.c ${.TARGET}
178 ${COMPILE.c} -o ${.TARGET} lex.yy.c
179 rm -f lex.yy.c
HDNetBSD.mk206 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
207 rm -f lex.yy.c
210 mv lex.yy.c ${.TARGET}
213 ${COMPILE.c} -o ${.TARGET} lex.yy.c
214 rm -f lex.yy.c
HDHP-UX.mk200 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
201 rm -f lex.yy.c
204 mv lex.yy.c ${.TARGET}
207 ${COMPILE.c} -o ${.TARGET} lex.yy.c
208 rm -f lex.yy.c
HDSunOS.mk195 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
196 rm -f lex.yy.c
199 mv lex.yy.c ${.TARGET}
202 ${COMPILE.c} -o ${.TARGET} lex.yy.c
203 rm -f lex.yy.c
HDUnixWare.mk217 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
218 rm -f lex.yy.c
221 mv lex.yy.c ${.TARGET}
224 ${COMPILE.c} -o ${.TARGET} lex.yy.c
225 rm -f lex.yy.c
/freebsd-11-stable/bin/sh/tests/parser/
HDheredoc1.022 unset yy
24 ${yy-hi}
/freebsd-11-stable/contrib/ipfilter/iplang/
HDMakefile23 mv lex.yy.c $(DESTDIR)/iplang_l.c
31 /bin/rm -f *.o lex.yy.c y.tab.c y.tab.h

1234