Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Drx_windows_user.h9 LRESULT lres = 0; member
25 void lresult(LRESULT lres) {result->lres = lres; } in lresult()
58 void lresult(LRESULT lres) {result->lres = lres; } in lresult()
77 return std::make_tuple(result.handled, result.lres); in message()
/external/llvm-project/llvm/test/Transforms/Util/PredicateInfo/
Dordering.ll62 …%lres = phi i32 [ %x, %left_cond_true ], [ %x, %left_cond_false ], [ %x, %left_cond_true2 ], [ %x,…
64 ret i32 %lres
/external/libopus/tests/
Dtest_opus_decode.c245 static const opus_uint32 lres[3]={3285687739u,1481572662,694350475}; in test_decoder_code0() local
282 if(dec_final_acc!=lres[mode])test_failed(); in test_decoder_code0()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1872 … LRESULT lres = ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam); in WndProc() local
1874 return lres; in WndProc()