Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-command.c2002 …ommand_execute_line_stateful(pa_core *c, const char *s, pa_strbuf *buf, bool *fail, int *ifstate) { in pa_cli_command_execute_line_stateful() argument
2015 if (!ifstate || *ifstate == IFSTATE_NONE) { in pa_cli_command_execute_line_stateful()
2018 } else if (*ifstate == IFSTATE_TRUE) in pa_cli_command_execute_line_stateful()
2019 *ifstate = IFSTATE_FALSE; in pa_cli_command_execute_line_stateful()
2021 *ifstate = IFSTATE_TRUE; in pa_cli_command_execute_line_stateful()
2024 if (!ifstate || *ifstate == IFSTATE_NONE) { in pa_cli_command_execute_line_stateful()
2028 *ifstate = IFSTATE_NONE; in pa_cli_command_execute_line_stateful()
2031 if (ifstate && *ifstate == IFSTATE_FALSE) in pa_cli_command_execute_line_stateful()
2111 if (!ifstate) { in pa_cli_command_execute_line_stateful()
2114 } else if (*ifstate != IFSTATE_NONE) { in pa_cli_command_execute_line_stateful()
[all …]
Dcli-command.h42 …command_execute_line_stateful(pa_core *c, const char *s, pa_strbuf *buf, bool *fail, int *ifstate);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear_llvm.c272 struct lp_build_if_state ifstate; in llvmpipe_fs_variant_linear_llvm() local
473 …lp_build_if(&ifstate, gallivm, LLVMBuildICmp(builder, LLVMIntNE, excess, LLVMConstInt(int32t, 0, 0… in llvmpipe_fs_variant_linear_llvm()
512 lp_build_endif(&ifstate); in llvmpipe_fs_variant_linear_llvm()
Dlp_state_cs.c255 struct lp_build_if_state ifstate; in generate_compute() local
259 lp_build_if(&ifstate, gallivm, cmp); in generate_compute()
262 lp_build_else(&ifstate); in generate_compute()
274 lp_build_endif(&ifstate); in generate_compute()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c3464 struct lp_build_if_state ifstate; in draw_tcs_llvm_generate() local
3468 lp_build_if(&ifstate, gallivm, cmp); in draw_tcs_llvm_generate()
3471 lp_build_else(&ifstate); in draw_tcs_llvm_generate()
3483 lp_build_endif(&ifstate); in draw_tcs_llvm_generate()
/third_party/NuttX/
DReleaseNotes29271 …](https://github.com/apache/incubator-nuttx/pull/2776) net/encx24j600.c: Correct setting of ifstate