Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
664
static 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_time
Function · 0.85
Calls
1
add_64
Function · 0.85
Tested by
no test coverage detected