Home
last modified time | relevance | path

Searched refs:swtch (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c279 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse) in vtn_order_case() argument
289 vtn_order_case(swtch, cse->fallthrough); in vtn_order_case()
300 list_add(&cse->node.link, &swtch->cases); in vtn_order_case()
305 vtn_switch_order_cases(struct vtn_switch *swtch) in vtn_switch_order_cases() argument
308 list_replace(&swtch->cases, &cases); in vtn_switch_order_cases()
309 list_inithead(&swtch->cases); in vtn_switch_order_cases()
313 vtn_order_case(swtch, cse); in vtn_switch_order_cases()
442 struct vtn_switch *swtch = vtn_cf_node_find_switch(cf_parent); in VTN_DECL_CF_NODE_FIND() local
443 vtn_fail_if(target_block->merge_cf_node != &swtch->node, in VTN_DECL_CF_NODE_FIND()
485 struct vtn_switch *swtch, in vtn_parse_switch() argument
[all …]
/external/libutf/
DREADME2 Please send comments to rsc@swtch.com.
4 http://swtch.com/plan9port/unix
DREADME.android3 Link: http://swtch.com/plan9port/unix/libutf.tgz
DMETADATA7 value: "http://swtch.com/plan9port/unix/"
DNOTICE18 to Russ Cox <rsc@swtch.com>.
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
DCONTRIBUTORS37 Russ Cox <rsc@swtch.com>
/external/rust/crates/regex/
DHACKING.md8 expressions using finite automata: https://swtch.com/~rsc/regexp/
18 capturing groups), as described in: https://swtch.com/~rsc/regexp/regexp2.html