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

Function add_FILETIME

v2/engine/execnt.c:657–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655
656
657static FILETIME add_FILETIME( FILETIME t1, FILETIME t2 )
658{
659 return add_64( t1.dwHighDateTime, t1.dwLowDateTime, t2.dwHighDateTime,
660 t2.dwLowDateTime );
661}
662
663
664static FILETIME negate_FILETIME( FILETIME t )

Callers 1

running_timeFunction · 0.85

Calls 1

add_64Function · 0.85

Tested by

no test coverage detected