fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
uint128p.c File Reference

packing/unpacking 128 bit integer to/from char string More...

#include "uint_t.h"
Include dependency graph for uint128p.c:

Go to the source code of this file.

Functions

void uint128_pack (char s[16], uint128 u)
 
void uint128_pack_big (char s[16], uint128 u)
 
void uint128_unpack (char s[16], uint128 *u)
 
void uint128_unpack_big (char s[16], uint128 *u)
 

Detailed Description

packing/unpacking 128 bit integer to/from char string

Authors
feh, jmh djbdns6

Definition in file uint128p.c.

Function Documentation

◆ uint128_pack()

void uint128_pack ( char  s[16],
uint128  u 
)

Definition at line 10 of file uint128p.c.

◆ uint128_pack_big()

void uint128_pack_big ( char  s[16],
uint128  u 
)

Definition at line 30 of file uint128p.c.

◆ uint128_unpack()

void uint128_unpack ( char  s[16],
uint128 u 
)

Definition at line 51 of file uint128p.c.

◆ uint128_unpack_big()

void uint128_unpack_big ( char  s[16],
uint128 u 
)

Definition at line 76 of file uint128p.c.