Home
last modified time | relevance | path

Searched refs:move_bits (Results 1 – 25 of 60) sorted by relevance

123

/dports/biology/garlic/garlic-1.6/
H A Dcomm_move.c47 int move_bits = 0; in CommandMove_() local
54 move_bits = STRUCTURE_MASK | PLANE_MASK | MEMBRANE_MASK; in CommandMove_()
58 if (strstr (stringP, "STR")) move_bits = STRUCTURE_MASK; in CommandMove_()
61 if (strstr (stringP, "PLA")) move_bits = PLANE_MASK; in CommandMove_()
64 if (strstr (stringP, "MEM")) move_bits = MEMBRANE_MASK; in CommandMove_()
67 if (move_bits == 0) in CommandMove_()
84 curr_mol_complexSP->move_bits = move_bits; in CommandMove_()
H A Dtranslate.c97 if ((curr_mol_complexSP->move_bits & PLANE_MASK) && in Translate_()
104 if ((curr_mol_complexSP->move_bits & MEMBRANE_MASK) && in Translate_()
111 if (!(curr_mol_complexSP->move_bits & STRUCTURE_MASK)) continue; in Translate_()
H A Dposition.c102 if (curr_mol_complexSP->move_bits & PLANE_MASK) in CommandPosition_()
105 if (!(curr_mol_complexSP->move_bits & STRUCTURE_MASK)) in CommandPosition_()
128 if (curr_mol_complexSP->move_bits & MEMBRANE_MASK) in CommandPosition_()
131 if (!(curr_mol_complexSP->move_bits & STRUCTURE_MASK)) in CommandPosition_()
154 if (!(curr_mol_complexSP->move_bits & STRUCTURE_MASK)) continue; in CommandPosition_()
H A Drotate.c231 if (curr_mol_complexSP->move_bits & PLANE_MASK) in Rotate_()
238 if (curr_mol_complexSP->move_bits & MEMBRANE_MASK) in Rotate_()
245 if (!(curr_mol_complexSP->move_bits & STRUCTURE_MASK)) continue; in Rotate_()
H A Ddock.c212 mol_complex1SP->move_bits = STRUCTURE_MASK | in Dock_()
216 mol_complex2SP->move_bits = STRUCTURE_MASK | in Dock_()
H A Drotate_plane.c60 if (curr_mol_complexSP->move_bits & STRUCTURE_MASK) in RotatePlane_()
H A Dload_complex.c123 new_mol_complexSP->move_bits = STRUCTURE_MASK | in LoadComplex_()
H A Drotate_membrane.c65 if (curr_mol_complexSP->move_bits & STRUCTURE_MASK) in RotateMembrane_()
/dports/games/xpat2/xpat2-1.07/src/
H A Drules.c43 switch (rules.move_bits & ST_MASK) { in stackable()
105 switch (rules.move_bits & US_MASK) { in in_relaxed_sequence()
124 switch (rules.move_bits & MG_MASK) { in in_strong_sequence()
168 if (!(rules.move_bits & STACK_SOURCE)) in default_movevalid()
186 switch (rules.move_bits & ST_MASK) { in default_movevalid()
207 switch (rules.move_bits & ES_MASK) { in default_movevalid()
249 if (!(rules.move_bits & STACK_SOURCE)) in maxsequence()
286 switch (rules.move_bits & DC_MASK) { in check_new_cards()
326 switch (rules.move_bits & MG_MASK) { in std_good_hint()
347 switch (rules.move_bits & ES_MASK) { in std_good_hint()
H A Dr_Spider.c95 rules.move_bits |= DC_NOEMPTY; /* std. Spider rules */ in Spider_init()
98 rules.move_bits |= DC_STRONGOK; /* Heiko's variant */ in Spider_init()
101 rules.move_bits |= DC_RELAXEDOK; /* Heiko's variant */ in Spider_init()
H A Dhints.c89 if ((rules.move_bits & ES_MASK) == ES_NONE) { in collect_hints()
93 if ((rules.move_bits & ES_MASK) != ES_KINGS && in collect_hints()
94 (rules.move_bits & ES_MASK) != ES_CLUBS) in collect_hints()
H A Dr_Klondike.c27 rules.move_bits |= STACK_SOURCE; in Klondike_init()
H A Dr_Seahaven.c35 if ((rules.move_bits & ES_MASK) == ES_ALL) { in Seahaven_valid()
H A Drules.template40 ES_|US_|MG_|DC_|ST_|STACK_SOURCE, /* move_bits */
/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/
H A Dquantize_pvt.c495 int move_bits; in reduce_side() local
513 move_bits = fac * .5 * (targ_bits[0] + targ_bits[1]); in reduce_side()
515 if (move_bits > MAX_BITS_PER_CHANNEL - targ_bits[0]) { in reduce_side()
516 move_bits = MAX_BITS_PER_CHANNEL - targ_bits[0]; in reduce_side()
518 if (move_bits < 0) in reduce_side()
519 move_bits = 0; in reduce_side()
523 if (targ_bits[1] - move_bits > 125) { in reduce_side()
528 targ_bits[0] += move_bits; in reduce_side()
529 targ_bits[1] -= move_bits; in reduce_side()
537 move_bits = targ_bits[0] + targ_bits[1]; in reduce_side()
[all …]
/dports/audio/lame/lame-3.100/libmp3lame/
H A Dquantize_pvt.c496 int move_bits; in reduce_side() local
514 move_bits = fac * .5 * (targ_bits[0] + targ_bits[1]); in reduce_side()
516 if (move_bits > MAX_BITS_PER_CHANNEL - targ_bits[0]) { in reduce_side()
517 move_bits = MAX_BITS_PER_CHANNEL - targ_bits[0]; in reduce_side()
519 if (move_bits < 0) in reduce_side()
520 move_bits = 0; in reduce_side()
524 if (targ_bits[1] - move_bits > 125) { in reduce_side()
529 targ_bits[0] += move_bits; in reduce_side()
530 targ_bits[1] -= move_bits; in reduce_side()
538 move_bits = targ_bits[0] + targ_bits[1]; in reduce_side()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/
H A Dquantize_pvt.c495 int move_bits; in reduce_side() local
513 move_bits = fac * .5 * (targ_bits[0] + targ_bits[1]); in reduce_side()
515 if (move_bits > MAX_BITS_PER_CHANNEL - targ_bits[0]) { in reduce_side()
516 move_bits = MAX_BITS_PER_CHANNEL - targ_bits[0]; in reduce_side()
518 if (move_bits < 0) in reduce_side()
519 move_bits = 0; in reduce_side()
523 if (targ_bits[1] - move_bits > 125) { in reduce_side()
528 targ_bits[0] += move_bits; in reduce_side()
529 targ_bits[1] -= move_bits; in reduce_side()
537 move_bits = targ_bits[0] + targ_bits[1]; in reduce_side()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/afterstep/desktop/cursors/
H A Dmove.xbm.mask3 static unsigned char move_bits[] = {
H A Dmove.xbm5 static unsigned char move_bits[] = {
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dmove.xbm5 static unsigned char move_bits[] = {
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dmove.xbm5 static unsigned char move_bits[] = {
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dmove.xbm5 static unsigned char move_bits[] = {
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dmove.xbm5 static unsigned char move_bits[] = {
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dmove.xbm5 static unsigned char move_bits[] = {
/dports/x11/xdtm/xdtm/bitmaps/
H A DMove.Button3 static char move_bits[] = {

123