OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:siop_trix
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
siop.c
192
siop_trbuf[
siop_trix
] = (a); \
193
siop_trbuf[
siop_trix
+1] = (b); \
194
siop_trbuf[
siop_trix
+2] = (c); \
195
siop_trbuf[
siop_trix
+3] = (d); \
196
siop_trix
= (
siop_trix
+ 4) & (SIOP_TRACE_SIZE - 1);
198
int
siop_trix
;
variable in typeref:typename:int
1621
printf("siop trace: next index %d\n",
siop_trix
);
1622
i =
siop_trix
;
1627
} while (i !=
siop_trix
);
[
all
...]
siop.c
192
siop_trbuf[
siop_trix
] = (a); \
193
siop_trbuf[
siop_trix
+1] = (b); \
194
siop_trbuf[
siop_trix
+2] = (c); \
195
siop_trbuf[
siop_trix
+3] = (d); \
196
siop_trix
= (
siop_trix
+ 4) & (SIOP_TRACE_SIZE - 1);
198
int
siop_trix
;
variable in typeref:typename:int
1621
printf("siop trace: next index %d\n",
siop_trix
);
1622
i =
siop_trix
;
1627
} while (i !=
siop_trix
);
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025