Home
last modified time | relevance | path

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

/mbedtls-3.4.0/3rdparty/everest/include/everest/kremlib/
DFStar_UInt128.h20 uint64_t FStar_UInt128___proj__Mkuint128__item__low(FStar_UInt128_uint128 projectee);
22 uint64_t FStar_UInt128___proj__Mkuint128__item__high(FStar_UInt128_uint128 projectee);
/mbedtls-3.4.0/3rdparty/everest/library/kremlib/
DFStar_UInt128_extracted.c15 uint64_t FStar_UInt128___proj__Mkuint128__item__low(FStar_UInt128_uint128 projectee) in FStar_UInt128___proj__Mkuint128__item__low() argument
17 return projectee.low; in FStar_UInt128___proj__Mkuint128__item__low()
20 uint64_t FStar_UInt128___proj__Mkuint128__item__high(FStar_UInt128_uint128 projectee) in FStar_UInt128___proj__Mkuint128__item__high() argument
22 return projectee.high; in FStar_UInt128___proj__Mkuint128__item__high()