Home
last modified time | relevance | path

Searched refs:FStar_UInt128_add_u64_shift_left_respec (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.7.0/3rdparty/everest/library/kremlib/
DFStar_UInt128_extracted.c116 static uint64_t FStar_UInt128_add_u64_shift_left_respec(uint64_t hi, uint64_t lo, uint32_t s) in FStar_UInt128_add_u64_shift_left_respec() function
131 flat = { a.low << s, FStar_UInt128_add_u64_shift_left_respec(a.high, a.low, s) }; in FStar_UInt128_shift_left_small()