Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/WebAssembly/
Dtables.s61 # CHECK: table_set:
62 # CHECK-NEXT: .functype table_set (i32, externref) -> ()
68 # CHECK-NEXT: .size table_set, .Ltmp2-table_set
69 table_set: label
70 .functype table_set (i32, externref) -> ()
/external/iptables/iptables/
Dxtables-eb.c744 bool table_set = false; in do_commandeb() local
913 if (restore && table_set) in do_commandeb()
922 table_set = true; in do_commandeb()
Dxtables.c468 bool table_set = false; in do_parse() local
756 if (p->restore && table_set) in do_parse()
765 table_set = true; in do_parse()
Dip6tables.c1085 bool table_set = false; in do_command6() local
1366 if (restore && table_set) in do_command6()
1371 table_set = true; in do_command6()
Diptables.c1080 bool table_set = false; in do_command4() local
1358 if (restore && table_set) in do_command4()
1363 table_set = true; in do_command4()
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding.py1949 table_set = set(table_to_config_dict.keys())
1951 unused_table_set = table_set - used_table_set
1957 extra_table_set = used_table_set - table_set
/external/mesa3d/src/mesa/main/
Dget.c1566 STATIC_ASSERT(ARRAY_SIZE(table_set) == API_OPENGL_LAST + 4); in find_value()