Searched refs:ad (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbtrap.c83 xPointFixed ad, bd; local in function:_Clockwise
85 ad.x = a->x - ref->x;
86 ad.y = a->y - ref->y;
90 return ((xFixed_32_32) bd.y * ad.x - (xFixed_32_32) ad.y * bd.x) < 0;
/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c228 char *ad; local in function:ProcEstablishConnection
251 for (i = 0, ad = auth_data; i < (int)prefix->num_auths; i++) {
252 if (ad - (char *)auth_data > (stuff->length << 2) - 4) {
260 client_auth[i].namelen = (((unsigned char *)ad)[0] << 8) +
261 ((unsigned char *)ad)[1];
262 ad += 2;
263 client_auth[i].datalen = (((unsigned char *)ad)[0] << 8) +
264 ((unsigned char *)ad)[1];
265 ad += 2;
266 client_auth[i].name = (char *) ad;
579 char *ad; local in function:ProcCreateAC
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-combine32.c485 * ad * as * B(d / ad, s / as)
486 * = ad * as * d/ad * s/as
647 * ad * as * B(d/ad, s/as)
648 * = ad * as * (d/ad + s/as - s/as * d/ad)
649 * = ad *
652 blend_screen(int32_t d,int32_t ad,int32_t s,int32_t as) argument
1046 uint32_t ad; local in function:combine_atop_ca
1074 uint32_t ad; local in function:combine_atop_reverse_ca
1102 uint32_t ad; local in function:combine_xor_ca
[all...]
H A Dpixman-trap.c567 pixman_point_fixed_t ad, bd; local in function:clockwise
569 ad.x = a->x - ref->x;
570 ad.y = a->y - ref->y;
574 return ((pixman_fixed_32_32_t) bd.y * ad.x -
575 (pixman_fixed_32_32_t) ad.y * bd.x) < 0;
H A Dpixman-rvv.c94 * ad * as * B(d/ad, s/as)
95 * = ad * as * (d/ad + s/as - s/as * d/ad)
96 * = ad * s + as * d - s * d
116 * ad * as * B(d / ad, s / as)
117 * = ad * as * d/ad *
1751 rvv_blend_screen_int(const vuint8m2_t d,const vuint8m2_t ad,const vuint8m2_t s,const vuint8m2_t as,size_t vl) argument
1790 rvv_blend_overlay_int(const vuint8m2_t d,const vuint8m2_t ad,const vuint8m2_t s,const vuint8m2_t as,size_t vl) argument
[all...]
/xsrc/external/mit/libFS/dist/src/
H A DFSOpenServ.c113 *ad; local in function:FSOpenServer
162 ad = alt_data;
175 alts[i].subset = (Bool) *ad++;
176 altlen = (unsigned int) *ad++;
184 memmove(alts[i].name, ad, altlen);
186 ad += altlen + ((4 - (altlen + 2)) & 3);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datiwonder.c117 pATIHW->ad = ATIGetExtReg(0xADU);
144 ATIModifyExtReg(pATI, 0xADU, -1, 0x00U, pATIHW->ad);
H A Datistruct.h101 CARD8 a3, a6, a7, ab, ac, ad, ae, member in struct:_ATIHWRec
/xsrc/external/mit/xterm/dist/
H A DMakefile.in351 @no_appsdir@ sed -e s/XTerm/$(CLASS)/ $(srcdir)/$$s.ad >XTerm.tmp; \
354 @no_appsdir@ sed -e s/XTerm/$$d/ $(srcdir)/XTerm-col.ad >XTerm.tmp; \
/xsrc/external/mit/xterm/dist/package/debian/
H A Drules144 sed -i -f package/debian/color.sed XTerm-col.ad
145 sed -i -f package/debian/xterm-xres.sed XTerm.ad
/xsrc/external/mit/xhost/dist/
H A Dxhost.c599 char ad[INET6_ADDRSTRLEN]; local in function:change_host
612 inet_ntop(a->ai_family, ha.address, ad, sizeof(ad));
614 /* printf("Address: %s\n", ad); */
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.h261 float ad, rd, gd, bd; member in struct:__anone684056b0208
H A Dutils.c1529 typedef double (* blend_func_t) (double as, double s, double ad, double d);
1667 blend_channel (double as, double s, double ad, double d, argument
1670 return clamp ((1 - ad) * s + (1 - as) * d + blend (as, s, ad, d));
2086 checker->ad = DEVIATION;
2097 checker->ad += 1 / (double)((1 << checker->aw) - 1);
2210 *ao = convert (color->a + sign * checker->ad,
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatch.c1122 double ad = 0, bd = 0; local in function:FcSortCompare
1126 while (i-- && (ad = *as++) == (bd = *bs++))
1128 return ad < bd ? -1 : ad > bd ? 1 : 0;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.2.rst39 shadow problem in 0ad game
H A D7.10.rst1873 ad-hoc and broken code.
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.cpp4223 fs_reg ad(VGRF, alloc.allocate(d_regs), BRW_REGISTER_TYPE_UD); local in function:fs_visitor::lower_mul_qword_inst
4248 ibld.MUL(ad, subscript(inst->src[0], BRW_REGISTER_TYPE_UD, 1),
4253 ibld.ADD(ad, ad, bc);
4255 subscript(bd, BRW_REGISTER_TYPE_UD, 1), ad);
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json10462 "description": "nir/lower_locals_to_regs: Do an ad-hoc copy propagate on our generated MOV.",
[all...]

Completed in 262 milliseconds