Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/default/ta/
Drpc.rs56 if self.dice_info.borrow().is_none() { in get_dice_info()
64 .borrow() in get_dice_info()
80 .borrow() in sign_data()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_integer.hpp51 vecType<uint, P> & borrow);
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_fuchsia.cpp94 buffer.BeginRecord(severity, CStringToStringView(file), line, fmt_string, g_log_socket.borrow(), in gfxstream_fuchsia_log()
/hardware/google/gfxstream/guest/mesa/src/util/
Dsoftfloat.c647 uint8_t borrow; in _mesa_sub_m() local
652 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()