OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:count_ar
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
csky-tdep.c
400
int
count_ar
= ARRAY_SIZE (csky_supported_ar_regs);
local
412
if (index < (count +
count_ar
))
414
count +=
count_ar
;
/src/external/gpl3/gdb.old/dist/gdb/
csky-tdep.c
400
int
count_ar
= ARRAY_SIZE (csky_supported_ar_regs);
local
412
if (index < (count +
count_ar
))
414
count +=
count_ar
;
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026