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

Function negate_FILETIME

v2/engine/execnt.c:664–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662
663
664static FILETIME negate_FILETIME( FILETIME t )
665{
666 /* 2s complement negation */
667 return add_64( ~t.dwHighDateTime, ~t.dwLowDateTime, 0, 1 );
668}
669
670
671/*

Callers 1

running_timeFunction · 0.85

Calls 1

add_64Function · 0.85

Tested by

no test coverage detected