OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINEAR
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/vax/vsa/
spx.c
313
/* convert coordinates into
linear
offset */
314
#define
LINEAR
(x, y) ((y * spx_xsize) + x)
316
/*
Linear
pixel address */
324
/* Recalculate absolute pixel address from
linear
address */
325
#define SPXg_ADDR(
linear
) spxaddr[((((
linear
) % SPXg_WIN_LINEAR) / 4) * 8) + \
326
(((
linear
) % SPXg_WIN_LINEAR) % 4)]
471
SPX_REG(SPX_DSTPIX) = temp +
LINEAR
(dxpos, dypos);
472
SPX_REG(SPX_SRCPIX) = temp +
LINEAR
(sxpos, sypos);
503
SPXg_REG(SPX_DSTPIX) = temp +
LINEAR
(dxpos, dypos); spxg_delay()
[
all
...]
/src/lib/libc/stdlib/
merge.c
45
* Hybrid exponential search/
linear
search merge sort with hybrid
168
LINEAR
:
Completed in 12 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025