Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ add_long
Function
add_long
src/common/stuff.h:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
inline void add_long(UCHAR* &blr, const SLONG lg)
40
{
41
add_word(blr, lg);
42
add_word(blr, (lg) >> 16);
43
}
44
45
inline void add_int64(UCHAR* &blr, const SINT64 i64)
46
{
Callers
1
add_int64
Function · 0.85
Calls
1
add_word
Function · 0.85
Tested by
no test coverage detected