Home
last modified time | relevance | path

Searched refs:elem_value (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test_helper.h179 int elem_value);
200 /// @param elem_value the b
202 static inline const ast::Expression* Expr(ProgramBuilder& b, int elem_value) { in Expr()
203 return b.Expr(elem_value == 0); in Expr()
222 /// @param elem_value the value i32 will be initialized with
224 static inline const ast::Expression* Expr(ProgramBuilder& b, int elem_value) { in Expr()
225 return b.Expr(static_cast<i32>(elem_value)); in Expr()
244 /// @param elem_value the value u32 will be initialized with
246 static inline const ast::Expression* Expr(ProgramBuilder& b, int elem_value) { in Expr()
247 return b.Expr(static_cast<u32>(elem_value)); in Expr()
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dmodule-alsa-card.c375 snd_ctl_elem_value_t *elem_value; in report_jack_state() local
403 snd_ctl_elem_value_alloca(&elem_value); in report_jack_state()
404 if (snd_hctl_elem_read(elem, elem_value) < 0) { in report_jack_state()
409 plugged_in = !!snd_ctl_elem_value_get_boolean(elem_value, 0); in report_jack_state()

Completed in 3 milliseconds