Searched refs:projectee (Results 1 – 2 of 2) sorted by relevance
20 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);
15 uint64_t FStar_UInt128___proj__Mkuint128__item__low(FStar_UInt128_uint128 projectee) in FStar_UInt128___proj__Mkuint128__item__low() argument17 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() argument22 return projectee.high; in FStar_UInt128___proj__Mkuint128__item__high()