MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Adjust

Method Adjust

Libraries/unrar/timefn.cpp:322–326  ·  view source on GitHub ↗

Add the specified signed number of nanoseconds.

Source from the content-addressed store, hash-verified

320
321// Add the specified signed number of nanoseconds.
322void RarTime::Adjust(int64 ns)
323{
324 ns/=1000000000/TICKS_PER_SECOND; // Convert ns to internal ticks.
325 itime+=(uint64)ns;
326}
327
328
329#ifndef SFX_MODULE

Callers 1

ProcessExtra50Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected