Home
last modified time | relevance | path

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

/mbedtls-3.4.0/3rdparty/everest/library/kremlib/
DFStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c27 uint64_t x_sub_y = x - y; in FStar_UInt64_gte_mask() local
28 uint64_t x_sub_y_xor_y = x_sub_y ^ y; in FStar_UInt64_gte_mask()
49 uint32_t x_sub_y = x - y; in FStar_UInt32_gte_mask() local
50 uint32_t x_sub_y_xor_y = x_sub_y ^ y; in FStar_UInt32_gte_mask()
71 uint16_t x_sub_y = x - y; in FStar_UInt16_gte_mask() local
72 uint16_t x_sub_y_xor_y = x_sub_y ^ y; in FStar_UInt16_gte_mask()
93 uint8_t x_sub_y = x - y; in FStar_UInt8_gte_mask() local
94 uint8_t x_sub_y_xor_y = x_sub_y ^ y; in FStar_UInt8_gte_mask()