Home
last modified time | relevance | path

Searched refs:flow_control (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/plugins/raw-proxy/
H A Dprotocol_lws_raw_proxy.c155 flow_control(struct conn *conn, int side, int enable) in flow_control() function
273 flow_control(conn, ACC, 1); in callback_raw_proxy()
322 flow_control(conn, ONW, 0); in callback_raw_proxy()
364 flow_control(conn, ACC, 1); in callback_raw_proxy()
424 flow_control(conn, ACC, 0); in callback_raw_proxy()
479 flow_control(conn, ACC, 0); in callback_raw_proxy()
523 flow_control(conn, ONW, 1); in callback_raw_proxy()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print.c98 fprintf(fp, " %s", bi_flow_control_name(clause->flow_control)); in bi_print_clause()
H A Dbi_pack.c50 .flow_control = in bi_pack_header()
52 BIFROST_FLOW_END : clause->flow_control, in bi_pack_header()
H A Dbifrost.h155 enum bifrost_flow flow_control : 3; member
H A Dbi_schedule.c1673 clause->flow_control = BIFROST_FLOW_NBTB; in bi_schedule_clause()
1922 last_clause->flow_control = BIFROST_FLOW_NBTB_UNCONDITIONAL; in bi_schedule_block()
2065 .flow_control = BIFROST_FLOW_NBTB, in bi_add_nop_for_atest()
H A Ddisassemble.c83 fprintf(fp, "%s ", bi_flow_control_name(header.flow_control)); in dump_header()
H A Dcompiler.h603 enum bifrost_flow flow_control;

Completed in 10 milliseconds