HomeSort by: relevance | last modified time | path
    Searched refs:py (Results 1 - 11 of 11) sorted by relevancy

  /src/games/warp/
object.c 21 make_object(char typ, char img, int px, int py, int vx, int vy, long energ,
49 obj->posy = py;
51 occupant[py][px] = obj;
  /src/lib/libm/noieee_src/
n_support.c 133 *py=(unsigned short *) &y+3; local in function:copysign
136 *py=(unsigned short *) &y;
143 *px = ( *px & msign ) | ( *py & ~msign );
364 nx,nf, *py =(unsigned short *) &y ,
369 yexp = py[n0] & mexp ; /* exponent of y */
387 if( yexp <= m57 ) {py[n0]+=m57; nx+=m57; yexp+=m57;}
390 py[n0] &= 0x7fff;
456 unsigned long *py=(unsigned long *) &y ,
494 py[n0]=(px[n0]>>1)+0x1ff80000;
495 py[n0]=py[n0]-table[(py[n0]>>15)&31]
    [all...]
  /src/games/dab/
box.h 61 BOX(size_t py, size_t px, BOARD& b);
box.cc 52 BOX::BOX(size_t py, size_t px, BOARD& b) :
55 _centery = py * 2 + 1;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
check_lint.sh 11 CPPLINT=${SCRIPT_DIR}/cpplint.py
12 LITLINT=${SCRIPT_DIR}/litlint.py
  /src/sys/dev/pci/
cs4280reg.h 174 #define CS4280_MK_PSRC(psrc, py) ((((psrc) << 16) & 0xffff0000) | ((py) & 0xffff))
cs4280.c 1087 * py=floor(px/200)
1088 * play_sample_rate_correction = px - 200*py
1095 uint32_t px, py; local in function:cs4280_set_dac_rate
1106 py = px / 48000;
1107 ppi += py;
1108 px -= py*48000;
1109 py = px/200;
1110 px -= py*200;
1119 BA1WRITE4(sc, CS4280_PSRC, CS4280_MK_PSRC(psrc,py));
  /src/lib/libcurses/
addbytes.c 118 int *py = &win->cury, *px = &win->curx, err; local in function:_cursesi_waddbytes
142 lp = win->alines[*py];
151 c, attr, *py, *px);
152 err = _cursesi_addbyte(win, &lp, py, px, c, attr, char_interp);
177 (unsigned)wc, unctrl((unsigned)wc), attr, *py, *px, n);
181 err = _cursesi_addwchar(win, &lp, py, px, &cc, char_interp);
  /src/usr.bin/netstat/
inet.c 766 #define py(f, m) if (igmpstat[f] || sflag <= 1) \ macro
774 py(IGMP_STAT_RCV_QUERIES,
776 py(IGMP_STAT_RCV_BADQUERIES,
787 #undef py
  /src/usr.bin/sed/
compile.c 792 compile_tr(char *p, struct s_tr **py)
802 *py = y = xmalloc(sizeof(*y));
  /src/sys/dev/stbi/
stb_image.c 4236 static stbi_uc *pic_load(stbi *s,int *px,int *py,int *comp,int req_comp)
4262 *py = y;

Completed in 22 milliseconds