OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:high_base
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
avr-tdep.c
1011
ULONGEST
high_base
; /* High byte of FP */
local
1017
high_base
= get_frame_register_unsigned (this_frame, AVR_FP_REGNUM + 1);
1018
this_base += (
high_base
<< 8);
/src/external/gpl3/gdb.old/dist/gdb/
avr-tdep.c
1011
ULONGEST
high_base
; /* High byte of FP */
local
1017
high_base
= get_frame_register_unsigned (this_frame, AVR_FP_REGNUM + 1);
1018
this_base += (
high_base
<< 8);
Completed in 24 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026