OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIOP_TRACE_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
siop.c
190
#define
SIOP_TRACE_SIZE
128
196
siop_trix = (siop_trix + 4) & (
SIOP_TRACE_SIZE
- 1);
197
u_char siop_trbuf[
SIOP_TRACE_SIZE
];
1615
#if
SIOP_TRACE_SIZE
1626
i = (i + 4) & (
SIOP_TRACE_SIZE
- 1);
1663
#if
SIOP_TRACE_SIZE
siop2.c
170
#define
SIOP_TRACE_SIZE
128
176
siopng_trix = (siopng_trix + 4) & (
SIOP_TRACE_SIZE
- 1);
177
u_char siopng_trbuf[
SIOP_TRACE_SIZE
];
1803
#if
SIOP_TRACE_SIZE
1814
i = (i + 4) & (
SIOP_TRACE_SIZE
- 1);
1851
#if
SIOP_TRACE_SIZE
Completed in 15 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025