Home | History | Annotate | Download | only in lib

Lines Matching defs:u128

817 	uint128_t u128;
842 hton128(&d->val.uint128, &u128);
843 src = (unsigned char *) &u128;
862 hton128(&d->val.int128, &u128);
863 src = (unsigned char *) &u128;