/test/xts/acts/communication_lite/dsoftbus_hal/src/ |
H A D | softbus_bus_center_test.c | 49 static void ThreadCreateTest(void *(*entry)(void *arg)) in ThreadCreateTest() 55 pthread_create(&tid, &threadAttr, entry, 0); in ThreadCreateTest()
|
/third_party/glslang/SPIRV/ |
H A D | SpvPostProcess.cpp | 352 Block* entry = f->getEntryBlock(); in postProcessCFG() local 353 inReadableOrder(entry, in postProcessCFG()
|
/third_party/benchmark/test/ |
H A D | output_test_helper.cc | 272 auto& entry = results.back(); in SetValues_() local 274 entry.values[field_names[i]] = vals[i]; in SetValues_()
|
/third_party/libsnd/regtest/ |
H A D | database.c | 275 db_del_entry (REG_DB * db_handle, const char * entry) in db_del_entry() argument 277 printf ("%s : %p %s\n", __func__, (void *) db_handle, entry) ; in db_del_entry()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cs.c | 151 * Reserve an IB entry. 175 * Add an IB entry for the command packets emitted since the last call to this 184 /* disallow empty entry */ in tu_cs_add_entry() 188 * because we disallow empty entry, tu_cs_add_bo and tu_cs_reserve_entry in tu_cs_add_entry() 194 /* add an entry for [cs->start, cs->cur] */ in tu_cs_add_entry() 240 * End command packet emission. This adds an IB entry when \a cs is in 316 * Return an IB entry for the sub-stream. The entry has the same lifetime as 330 struct tu_cs_entry entry = { in tu_cs_end_sub_stream() local 338 return entry; in tu_cs_end_sub_stream() [all...] |
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_build_data.c | 421 nir_function_impl *entry = nir_shader_get_entrypoint(nir); in collect_ubo_data() local 423 nir_foreach_block (block, entry) { in collect_ubo_data()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_inline_uniforms.c | 332 set_foreach(stores, entry) { in lvp_find_inlinable_uniforms() 333 const nir_src *src = entry->key; in lvp_find_inlinable_uniforms()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_winsys.c | 328 hash_table_foreach(sws->kms_handles, entry) { in amdgpu_winsys_unref() 329 args.handle = (uintptr_t)entry->data; in amdgpu_winsys_unref()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.cpp | 180 bblock_t *entry = new_block(); in cfg_t() local 189 set_next_block(&cur, entry, ip); in cfg_t()
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 246 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() 346 args->start_func = entry; in __pthread_create()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 420 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() 532 args->start_func = entry; in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 356 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() 468 args->start_func = entry; in __pthread_create()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_sysconfig_files.c | 251 ares__buf_t *entry = ares__llist_node_val(node); in ares__parse_sortlist() local 255 status = parse_sort(entry, &pat); in ares__parse_sortlist()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | gfx7_cmd_buffer.c | 274 struct GENX(BLEND_STATE_ENTRY) entry = { in cmd_buffer_flush_dynamic_state() 289 GENX(BLEND_STATE_ENTRY_pack)(NULL, dws, &entry); in cmd_buffer_flush_dynamic_state()
|
/third_party/libexif/contrib/c++/ |
H A D | exif_module.cxx | 161 "invalid assignment to data of ASCII format entry: string expected"); in setData() 181 "invalid assignment to data of entry with more than one component: list expected"); in setData() 196 PythonEntry entry(object index) in entry() function 198 // TODO: use Exif::Content::entry() functions in entry() 510 .def("__getitem__", &PythonContent::entry) in BOOST_PYTHON_MODULE()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.cc | 30 #include "src/base/hashmap-entry.h" 395 AstRawStringMap::Entry* entry = string_table_.LookupOrInsert( in GetString() local 410 return entry->key; in GetString()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-iterator.cc | 131 // first entry). in GetParameter() 304 for (JumpTableTargetOffset entry : *this) { in size() 305 USE(entry); in size()
|
/third_party/rust/crates/log/src/kv/ |
H A D | source.rs | 209 self.entry(&key, &value); in visit_pair() 216 self.entry(&(key, value)); in visit_pair() 223 self.entry(&(key, value)); in visit_pair() 508 .map_err(|_| Error::msg("failed to stream seq entry"))?; in stream() 610 .map_err(|_| Error::msg("failed to serialize map entry"))?; in serialize() 641 .map_err(|_| Error::msg("failed to serialize seq entry"))?; in serialize()
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 440 # were no strings inside _(), then just ignore this entry. 462 entry = (self.__curfile, lineno) 463 self.__messages.setdefault(msg, {})[entry] = isdocstring 476 # Sort the entries. First sort each particular entry's keys, then 487 # If the entry was gleaned out of a docstring, then add a
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline.h | 136 DescriptorMapEntry&& entry) { in AddDescriptorEntry() 137 descriptor_map_[kernel].emplace_back(std::move(entry)); in AddDescriptorEntry() 266 /// Sets the entry point |name| for |shader| in this pipeline. 370 /// Adds an entry for an OpenCL literal sampler. 135 AddDescriptorEntry(const std::string& kernel, DescriptorMapEntry&& entry) AddDescriptorEntry() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | def_use_test.cpp | 1711 UserEntry entry = {def, use}; in TEST_F() local 1712 EXPECT_THAT(users, Contains(entry)); in TEST_F()
|
/third_party/skia/src/gpu/ |
H A D | GrGeometryProcessor.cpp | 232 std::for_each(fTransformVaryingsMap.begin(), fTransformVaryingsMap.end(), [&pq](auto entry) { in emitTransformCode() 233 pq.push(entry); in emitTransformCode()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_propagate_instruction_down.cpp | 58 for (const auto& entry : successor_id_to_fresh_id) { in IsApplicable() 59 maybe_fresh_ids.push_back(entry.second); in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | mem_pass.cpp | 415 // Mark reachable all blocks reachable from the function's entry block. 419 reachable_blocks.insert(func->entry().get()); 421 // Initially mark the function entry point as reachable. 422 worklist.push(func->entry().get()); 434 // Transitively mark all blocks reachable from the entry as reachable.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_propagate_instruction_down.cpp | 58 for (const auto& entry : successor_id_to_fresh_id) { in IsApplicable() 59 maybe_fresh_ids.push_back(entry.second); in IsApplicable()
|