OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWC_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
grf_cv3d.c
1673
#define
HWC_SIZE
1024
1839
test = HWC_OFF /
HWC_SIZE
;
1931
image = malloc(
HWC_SIZE
, M_TEMP, M_WAITOK);
1932
mask = image +
HWC_SIZE
/2;
grf_cv.c
332
#define
HWC_SIZE
1024
334
static unsigned short cv_cursor_storage[
HWC_SIZE
/2];
384
for (i = 0; i <
HWC_SIZE
/ sizeof(long); i++)
1977
test = HWC_OFF /
HWC_SIZE
;
2070
image = malloc(
HWC_SIZE
, M_TEMP, M_WAITOK);
2071
mask = image +
HWC_SIZE
/2;
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025