Home
last modified time | relevance | path

Searched defs:UNSIGNED64 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-types.h60 # define UNSIGNED64(X) (X##ui64) macro
65 # define UNSIGNED64(X) ((uint64_t) X##ULL) macro