OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rasops_rmask
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/rasops/
rasops_masks.h
84
*(dp) = (*(dp) &
rasops_rmask
[x]) | (MBR(sw, x)); \
85
(dp)[1] = ((dp)[1] &
rasops_rmask
[n]) | \
92
extern const uint32_t
rasops_rmask
[32 + 1];
rasops_bitops.h
107
lmask =
rasops_rmask
[col];
182
lmask = ~
rasops_rmask
[col];
291
lmask =
rasops_rmask
[db];
rasops1-4_putchar.h
200
rmask = ~
rasops_rmask
[(col + width) & 31];
rasops1.c
196
rmask = ~
rasops_rmask
[(col + width) & 31];
rasops_masks.c
50
const uint32_t
rasops_rmask
[32 + 1] = {
variable in typeref:typename:const uint32_t[]
/src/sys/arch/hp300/dev/
maskbits.h
47
*
rasops_rmask
[n] =
60
endmask =
rasops_rmask
[((x) + (w)) & 0x1f]; \
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025