gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:be32enc (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
319: 
320:         be32enc(p, (uint32_t)(u >> 32));
321:         be32enc(p + 4, (uint32_t)(u & 0xffffffffULL));
322: }