Home
last modified time | relevance | path

Searched refs:high_bytes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.cc826 u4 high_bytes = in.readUnsigned (); in BinaryConstantPool() local
829 (unsigned int) high_bytes, (unsigned int) low_bytes); in BinaryConstantPool()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.cc826 u4 high_bytes = in.readUnsigned (); in BinaryConstantPool() local
829 (unsigned int) high_bytes, (unsigned int) low_bytes); in BinaryConstantPool()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c610 uint64_t high_bytes = 0, bytes; in choosedrives() local
617 if (bytes > high_bytes) { in choosedrives()
618 high_bytes = bytes; in choosedrives()