/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/hash/ |
H A D | hashsize.c | 44 Hash_bucket_t** old_sx; in hashsize() local 60 old_sx = (old_s = tab->table) + tab->size; in hashsize() 62 while (old_s < old_sx) in hashsize()
|
/dports/shells/ksh93/ast-93u/src/lib/libast/hash/ |
H A D | hashsize.c | 44 Hash_bucket_t** old_sx; in hashsize() local 60 old_sx = (old_s = tab->table) + tab->size; in hashsize() 62 while (old_s < old_sx) in hashsize()
|
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/hash/ |
H A D | hashsize.c | 44 Hash_bucket_t** old_sx; in hashsize() local 60 old_sx = (old_s = tab->table) + tab->size; in hashsize() 62 while (old_s < old_sx) in hashsize()
|
/dports/devel/allegro/allegro-4.4.3.1/addons/jpgalleg/examples/ |
H A D | ex5.c | 20 static int sx = 0, sy = 0, old_sx = 0, old_sy = 0; variable 234 sx = sy = old_sx = old_sy = 0; in load_proc() 365 old_sx = sx; in main() 387 if ((sx != old_sx) || (sy != old_sy)) in main()
|
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/game_em/ |
H A D | graphics.c | 520 int old_sx = old_x % MAX_BUF_XSIZE; in blitplayer() local 525 int old_crm = crumbled_state[old_sy][old_sx]; in blitplayer() 543 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, FALSE); in blitplayer() 544 DrawLevelFieldCrumbled_EM(old_x, old_y, old_sx, old_sy, old_crm, FALSE); in blitplayer() 556 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, TRUE); in blitplayer() 565 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, TRUE); in blitplayer() 572 screentiles[old_sy][old_sx] = -1; in blitplayer() 576 redraw[old_sx][old_sy] = TRUE; in blitplayer()
|
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/game_em/ |
H A D | graphics.c | 520 int old_sx = old_x % MAX_BUF_XSIZE; in blitplayer() local 525 int old_crm = crumbled_state[old_sy][old_sx]; in blitplayer() 543 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, FALSE); in blitplayer() 544 DrawLevelFieldCrumbled_EM(old_x, old_y, old_sx, old_sy, old_crm, FALSE); in blitplayer() 556 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, TRUE); in blitplayer() 565 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, TRUE); in blitplayer() 572 screentiles[old_sy][old_sx] = -1; in blitplayer() 576 redraw[old_sx][old_sy] = TRUE; in blitplayer()
|
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/game_em/ |
H A D | graphics.c | 615 int old_sx = old_x % MAX_BUF_XSIZE; in blitplayer() local 620 int old_crm = crumbled_state[old_sy][old_sx]; in blitplayer() 638 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, FALSE); in blitplayer() 639 DrawLevelFieldCrumbled_EM(old_x, old_y, old_sx, old_sy, old_crm, FALSE); in blitplayer() 651 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, TRUE); in blitplayer() 660 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, TRUE); in blitplayer() 667 screentiles[old_sy][old_sx] = -1; in blitplayer() 671 redraw[old_sx][old_sy] = TRUE; in blitplayer()
|
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/game_em/ |
H A D | graphics.c | 615 int old_sx = old_x % MAX_BUF_XSIZE; in blitplayer() local 620 int old_crm = crumbled_state[old_sy][old_sx]; in blitplayer() 638 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, FALSE); in blitplayer() 639 DrawLevelFieldCrumbled_EM(old_x, old_y, old_sx, old_sy, old_crm, FALSE); in blitplayer() 651 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, TRUE); in blitplayer() 660 DrawLevelField_EM(old_x, old_y, old_sx, old_sy, TRUE); in blitplayer() 667 screentiles[old_sy][old_sx] = -1; in blitplayer() 671 redraw[old_sx][old_sy] = TRUE; in blitplayer()
|
/dports/games/sxsame/sxsame-3.02/ |
H A D | sxsame.c | 256 int sx, sy, old_sx, old_sy; in sxs() local 481 old_sx = old_sy = sx = sy = -1; in sxs() 498 if(sx >= 0 && sy >= 0 && (sx != old_sx || sy != old_sy) in sxs() 503 old_sx = sx; in sxs() 572 old_sx = old_sy = -1; in sxs() 585 old_sx = old_sy = -1; in sxs() 626 old_sx = old_sy = -1; in sxs() 680 old_sx = old_sy = sx = sy = -1; in sxs()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/ |
H A D | input.c | 538 wl_fixed_t old_sx = pointer->sx; in weston_pointer_send_motion() local 549 if (old_sx != pointer->sx || old_sy != pointer->sy) { in weston_pointer_send_motion() 4591 wl_fixed_t old_sx = pointer->sx; in weston_pointer_clamp_event_to_region() local 4615 .x = wl_fixed_to_double(old_sx), in weston_pointer_clamp_event_to_region() 4765 wl_fixed_t old_sx = pointer->sx; in confined_pointer_grab_pointer_motion() local 4786 if (old_sx != pointer->sx || old_sy != pointer->sy) { in confined_pointer_grab_pointer_motion()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/ |
H A D | input.c | 538 wl_fixed_t old_sx = pointer->sx; in weston_pointer_send_motion() local 549 if (old_sx != pointer->sx || old_sy != pointer->sy) { in weston_pointer_send_motion() 4591 wl_fixed_t old_sx = pointer->sx; in weston_pointer_clamp_event_to_region() local 4615 .x = wl_fixed_to_double(old_sx), in weston_pointer_clamp_event_to_region() 4765 wl_fixed_t old_sx = pointer->sx; in confined_pointer_grab_pointer_motion() local 4786 if (old_sx != pointer->sx || old_sy != pointer->sy) { in confined_pointer_grab_pointer_motion()
|