Home
last modified time | relevance | path

Searched refs:otherbit (Results 1 – 7 of 7) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dgroup.cpp326 int otherbit = bitmask[list[0]]; in assign() local
329 if (mask[i] & otherbit) mask[i] |= bit; in assign()
337 otherbit = bitmask[list[ilist]]; in assign()
339 if (mask[i] & otherbit) mask[i] &= inverse; in assign()
362 int otherbit; in assign() local
365 otherbit = bitmask[list[ilist]]; in assign()
367 if (mask[i] & otherbit) mask[i] |= bit; in assign()
390 int otherbit,ok,ilist; in assign() local
395 otherbit = bitmask[list[ilist]]; in assign()
396 if ((mask[i] & otherbit) == 0) ok = 0; in assign()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dgroup.cpp401 int otherbit = bitmask[list[0]]; in assign() local
404 if (mask[i] & otherbit) mask[i] |= bit; in assign()
412 otherbit = bitmask[list[ilist]]; in assign()
414 if (mask[i] & otherbit) mask[i] &= inverse; in assign()
437 int otherbit; in assign() local
440 otherbit = bitmask[list[ilist]]; in assign()
442 if (mask[i] & otherbit) mask[i] |= bit; in assign()
465 int otherbit,ok,ilist; in assign() local
470 otherbit = bitmask[list[ilist]]; in assign()
471 if ((mask[i] & otherbit) == 0) ok = 0; in assign()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dgrid.cpp2136 int otherbit = bitmask[list[0]]; in group() local
2139 if (cinfo[i].mask & otherbit) cinfo[i].mask |= bit; in group()
2147 otherbit = bitmask[list[ilist]]; in group()
2149 if (cinfo[i].mask & otherbit) cinfo[i].mask &= inverse; in group()
2171 int otherbit; in group() local
2174 otherbit = bitmask[list[ilist]]; in group()
2176 if (cinfo[i].mask & otherbit) cinfo[i].mask |= bit; in group()
2198 int otherbit,ok,ilist; in group() local
2203 otherbit = bitmask[list[ilist]]; in group()
2204 if ((cinfo[i].mask & otherbit) == 0) ok = 0; in group()
H A Dsurf.cpp2397 int otherbit = bitmask[list[0]]; in group() local
2401 if (lines[i].mask & otherbit) lines[i].mask |= bit; in group()
2404 if (tris[i].mask & otherbit) tris[i].mask |= bit; in group()
2413 otherbit = bitmask[list[ilist]]; in group()
2442 int otherbit; in group() local
2445 otherbit = bitmask[list[ilist]]; in group()
2474 int otherbit,ok,ilist; in group() local
2480 otherbit = bitmask[list[ilist]]; in group()
2481 if ((lines[i].mask & otherbit) == 0) ok = 0; in group()
2489 otherbit = bitmask[list[ilist]]; in group()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/AREImporter/
H A DAREImporter.cpp349 ieDword bit, otherbit, maskOff = 0, maskOn= 0; in FixIWD2DoorFlags() local
353 otherbit = iwd2DoorFlags[i]; in FixIWD2DoorFlags()
356 otherbit = gemrbDoorFlags[i]; in FixIWD2DoorFlags()
360 maskOn |= otherbit; in FixIWD2DoorFlags()
/dports/multimedia/lives/lives-3.2.0/src/
H A Ddialogs.c3547 const char *otherbit = "\"lives -aplayer pulse\""; in do_jack_noopen_warn4() local
3549 const char *otherbit = "\"lives -aplayer sox\""; in do_jack_noopen_warn4()
3552 "\"lives -jackopts 16\", or\n\n%s\n"), otherbit); in do_jack_noopen_warn4()
H A Dmain.c2186 char *otherbit = lives_strdup("\"lives -aplayer pulse\"."); in lives_init() local
2188 char *otherbit = lives_strdup("\"lives -aplayer sox\"."); in lives_init()
2197 fprintf(stderr, "%s%s\n\n", msg, otherbit); in lives_init()
2200 lives_free(otherbit); in lives_init()