Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DEvent.cpp181 void EventDataBytes::SwapBytes(std::string &new_bytes) { in SwapBytes()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py890 def _process_new_bytes(self, new_bytes): argument
/openbsd-src/usr.bin/systat/
H A Dpftop.c1594 calc_rate(u_int64_t new_bytes, u_int64_t last_bytes, double interval) in calc_rate()