Searched refs:borrow (Results 1 – 4 of 4) sorted by relevance
56 if self.dice_info.borrow().is_none() { in get_dice_info()64 .borrow() in get_dice_info()80 .borrow() in sign_data()
51 vecType<uint, P> & borrow);
94 buffer.BeginRecord(severity, CStringToStringView(file), line, fmt_string, g_log_socket.borrow(), in gfxstream_fuchsia_log()
647 uint8_t borrow; in _mesa_sub_m() local652 borrow = 0; in _mesa_sub_m()656 m_out[index] = a_word - b_word - borrow; in _mesa_sub_m()659 borrow = borrow ? (a_word <= b_word) : (a_word < b_word); in _mesa_sub_m()