Home
last modified time | relevance | path

Searched refs:used_ids (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl04.c12 * * Also count that valid indexes < returned max index sums up to used_ids
48 int used_ids = 0; in parse_proc_sysvipc() local
73 used_ids++; in parse_proc_sysvipc()
81 if (info->used_ids != used_ids) { in parse_proc_sysvipc()
82 tst_res(TFAIL, "used_ids = %i, expected %i", in parse_proc_sysvipc()
83 info->used_ids, used_ids); in parse_proc_sysvipc()
85 tst_res(TPASS, "used_ids = %i", used_ids); in parse_proc_sysvipc()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.cpp45 auto* used_ids = &inst_to_used_ids_[inst]; in AnalyzeInstUse() local
46 if (used_ids->size()) { in AnalyzeInstUse()
48 used_ids = &inst_to_used_ids_[inst]; in AnalyzeInstUse()
50 used_ids->clear(); // It might have existed before. in AnalyzeInstUse()
63 used_ids->push_back(use_id); in AnalyzeInstUse()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddef_use_manager.cpp45 auto* used_ids = &inst_to_used_ids_[inst]; in AnalyzeInstUse() local
46 if (used_ids->size()) { in AnalyzeInstUse()
48 used_ids = &inst_to_used_ids_[inst]; in AnalyzeInstUse()
50 used_ids->clear(); // It might have existed before. in AnalyzeInstUse()
63 used_ids->push_back(use_id); in AnalyzeInstUse()
/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.cpp40 auto* used_ids = &inst_to_used_ids_[inst]; in AnalyzeInstUse() local
41 if (used_ids->size()) { in AnalyzeInstUse()
43 used_ids = &inst_to_used_ids_[inst]; in AnalyzeInstUse()
45 used_ids->clear(); // It might have existed before. in AnalyzeInstUse()
58 used_ids->push_back(use_id); in AnalyzeInstUse()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_loop_preheader.cpp47 std::set<uint32_t> used_ids; in IsApplicable() local
49 ir_context, &used_ids)) { in IsApplicable()
81 ir_context, &used_ids)) { in IsApplicable()
H A Dtransformation_replace_opselect_with_conditional_branch.cpp41 std::set<uint32_t> used_ids; in IsApplicable() local
44 &used_ids)) { in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_loop_preheader.cpp47 std::set<uint32_t> used_ids; in IsApplicable() local
49 ir_context, &used_ids)) { in IsApplicable()
81 ir_context, &used_ids)) { in IsApplicable()
H A Dtransformation_replace_opselect_with_conditional_branch.cpp41 std::set<uint32_t> used_ids; in IsApplicable() local
44 &used_ids)) { in IsApplicable()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_loop_preheader.cpp47 std::set<uint32_t> used_ids; in IsApplicable() local
49 ir_context, &used_ids)) { in IsApplicable()
81 ir_context, &used_ids)) { in IsApplicable()
H A Dtransformation_replace_opselect_with_conditional_branch.cpp41 std::set<uint32_t> used_ids; in IsApplicable() local
44 &used_ids)) { in IsApplicable()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dshm.h30 int used_ids; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dshm.h30 int used_ids; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dshm.h19 #define __used_ids used_ids
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h13 #define __used_ids used_ids
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h19 #define __used_ids used_ids
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h19 #define __used_ids used_ids
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h19 #define __used_ids used_ids
/third_party/musl/include/sys/
H A Dshm.h19 #define __used_ids used_ids
/third_party/toybox/toys/pending/
H A Dipcs.c168 shm_buf.used_ids, in shm_array()

Completed in 10 milliseconds