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_fpu
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
csky-tdep.c
399
int
count_fpu
= ARRAY_SIZE (csky_supported_fpu_regs);
local
409
if (index < (count +
count_fpu
))
411
count +=
count_fpu
;
/src/external/gpl3/gdb.old/dist/gdb/
csky-tdep.c
399
int
count_fpu
= ARRAY_SIZE (csky_supported_fpu_regs);
local
409
if (index < (count +
count_fpu
))
411
count +=
count_fpu
;
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026