OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slop1
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/rasops/
rasops.h
225
int
slop1
, slop2, full;
local
233
slop1
= (4 - ((uintptr_t)dp & 3)) & 3;
234
slop2 = (bytes -
slop1
) & 3;
235
full = (bytes -
slop1
/* - slop2 */) >> 2;
237
if (
slop1
& 1)
240
if (
slop1
& 2) {
rasops24.c
297
int height,
slop1
, slop2, full, cnt;
local
343
* rp % 4 == 1 --->
slop1
= 3:
347
* rp % 4 == 2 --->
slop1
= 6:
351
* rp % 4 == 3 --->
slop1
= 9:
355
slop1
= 3 * ((uintptr_t)rp % 4);
356
slop2 = (num -
slop1
) % 12;
357
full = (num -
slop1
/* - slop2 */) / 12;
362
for (cnt =
slop1
; cnt; cnt -= 3) {
rasops.c
1109
int row, col, height,
slop1
, slop2, full, cnt;
local
1167
slop1
= (4 - ((uintptr_t)rp & 3)) & 3;
1168
slop2 = (ri->ri_xscale -
slop1
) & 3;
1169
full = (ri->ri_xscale -
slop1
/* - slop2 */) >> 2;
1174
mask1 = rasops_lmask32[4 -
slop1
];
1180
if (
slop1
) {
1194
memcpy(hp, rp, ((
slop1
!= 0) + full +
Completed in 75 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026