OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slop2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/rasops/
rasops.h
225
int slop1,
slop2
, full;
local
234
slop2
= (bytes - slop1) & 3;
235
full = (bytes - slop1 /* -
slop2
*/) >> 2;
250
if (
slop2
& 2) {
255
if (
slop2
& 1)
rasops24.c
297
int height, slop1,
slop2
, full, cnt;
local
356
slop2
= (num - slop1) % 12;
357
full = (num - slop1 /* -
slop2
*/) / 12;
379
for (cnt =
slop2
; cnt; cnt -= 3) {
rasops.c
1109
int row, col, height, slop1,
slop2
, full, cnt;
local
1168
slop2
= (ri->ri_xscale - slop1) & 3;
1169
full = (ri->ri_xscale - slop1 /* -
slop2
*/) >> 2;
1175
mask2 = rasops_rmask32[
slop2
];
1190
if (
slop2
)
1195
(
slop2
!= 0)) << 2);
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026