MCPcopy Create free account
hub / github.com/boostorg/build / negate_FILETIME

Function negate_FILETIME

src/engine/execnt.cpp:732–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731
732static FILETIME negate_FILETIME( FILETIME t )
733{
734 /* 2s complement negation */
735 return add_64( ~t.dwHighDateTime, ~t.dwLowDateTime, 0, 1 );
736}
737
738
739/*

Callers 1

running_timeFunction · 0.85

Calls 1

add_64Function · 0.85

Tested by

no test coverage detected