Searched refs:do_lf_putunsigned (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dlf.c167 do_lf_putunsigned (lf *file, unsigned u) function
172 nr += do_lf_putunsigned (file, u / 10);
188 nr += do_lf_putunsigned (file, -decimal);
192 nr += do_lf_putunsigned (file, decimal);
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dlf.c157 do_lf_putunsigned (lf *file, unsigned u) function
162 nr += do_lf_putunsigned (file, u / 10);
178 nr += do_lf_putunsigned (file, -decimal);
182 nr += do_lf_putunsigned (file, decimal);
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dlf.c139 do_lf_putunsigned(lf *file, function
144 nr += do_lf_putunsigned(file, u / 10);
160 nr += do_lf_putunsigned(file, -decimal);
163 nr += do_lf_putunsigned(file, decimal);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dlf.c130 do_lf_putunsigned(lf *file, function
135 nr += do_lf_putunsigned(file, u / 10);
151 nr += do_lf_putunsigned(file, -decimal);
154 nr += do_lf_putunsigned(file, decimal);

Completed in 104 milliseconds