OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xdist
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/
requirements.txt
14
pytest-
xdist
conftest.py
66
# ---- Fix pytest-
xdist
loadscope for node IDs containing "::" ----------
73
# https://github.com/pytest-dev/pytest-
xdist
/issues/1335
75
from
xdist
.scheduler.loadscope import LoadScopeScheduling
/src/games/warp/
init.c
44
int
xdist
= 0;
local
179
ydist =
xdist
= 0;
181
ydist =
xdist
= 6; /* well, maybe not so random */
192
xdist
= rand_mod(2);
194
printf("%s\r\n",distname[ydist+4*
xdist
]);
215
xdist
= rand_mod(2) + 4; /* flip x axis? */
231
xdist
= rand_mod(2);
233
ydist =
xdist
= 6;
238
printf("%s\r\n",distname[ydist+4*
xdist
]);
244
switch (
xdist
) {
[
all
...]
term.c
422
int
xdist
;
local
427
xdist
= x - real_x;
429
xdist
* (
xdist
< 0 ? -BCsize : NDsize);
440
if (
xdist
< 0)
441
for (;
xdist
;
xdist
++)
445
for (;
xdist
;
xdist
--)
Completed in 49 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026