Home
last modified time | relevance | path

Searched refs:entry (Results 751 - 775 of 2384) sorted by relevance

1...<<31323334353637383940>>...96

/third_party/toybox/toys/other/
H A Duptime.c32 struct utmpx *entry; in uptime_main() local
73 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
/third_party/vixl/examples/aarch64/
H A Dfactorial-rec.cc39 Label entry, input_is_zero; in GenerateFactorialRec() local
41 __ Bind(&entry); in GenerateFactorialRec()
48 __ Bl(&entry); // Recursive call factorial_rec(n - 1). in GenerateFactorialRec()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgFunctionGenerator.cpp69 const ValueEntry* entry = m_state.getVariableManager().getValue(variable); in generate() local
72 valueRange.getMin() = entry->getValueRange().getMin().value(); in generate()
73 valueRange.getMax() = entry->getValueRange().getMax().value(); in generate()
75 // Remove value entry from this scope. After this entry ptr is invalid. in generate()
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c468 /* NTB16 must include: NTB16 header, NDP16 header, datagram pointer entry,
469 * terminating (NULL) datagram entry
824 struct skb_data *entry; in unlink_urbs() local
828 entry = (struct skb_data *)skb->cb; in unlink_urbs()
829 urb = entry->urb; in unlink_urbs()
920 struct skb_data *entry; in submit_skb() local
934 entry = (struct skb_data *)skb->cb; in submit_skb()
935 entry->urb = NULL; in submit_skb()
936 entry->dev = dev; in submit_skb()
937 entry in submit_skb()
1140 struct skb_data *entry; rx_submit() local
1229 struct skb_data *entry = (struct skb_data *)skb->cb; rx_complete() local
1632 struct skb_data *entry = (struct skb_data *)skb->cb; tx_complete() local
1731 struct skb_data *entry; hw_start_xmit() local
1826 struct skb_data *entry; hw_bh() local
2329 struct ndp_entry *entry; ntb_add_dgram() local
2379 struct ndp_entry *entry; ntb_finalize() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DBindGroupValidationTests.cpp385 // Chaining a struct that isn't an external texture binding entry is an error. in TEST_F()
971 wgpu::BindGroupLayoutEntry entry; in TEST_F() local
972 entry.binding = 0; in TEST_F()
973 entry.visibility = wgpu::ShaderStage::None; in TEST_F()
974 entry.buffer.type = wgpu::BufferBindingType::Uniform; in TEST_F()
977 descriptor.entries = &entry; in TEST_F()
1005 wgpu::BindGroupLayoutEntry entry; in TEST_F() member
1036 wgpu::BindGroupLayoutEntry entry = info.entry; in TEST_F() local
1037 entry in TEST_F()
1047 wgpu::BindGroupLayoutEntry entry = info.otherEntry; TEST_F() local
1056 wgpu::BindGroupLayoutEntry entry = info.entry; TEST_F() local
1066 wgpu::BindGroupLayoutEntry entry = info.entry; TEST_F() local
1081 wgpu::BindGroupLayoutEntry entry = info.entry; TEST_F() local
1100 wgpu::BindGroupLayoutEntry entry; TEST_F() member
1121 wgpu::BindGroupLayoutEntry entry = BGLEntryType(&utils::kExternalTextureBindingLayout); TEST_F() local
1128 wgpu::BindGroupLayoutEntry entry = info.entry; TEST_F() local
1139 wgpu::BindGroupLayoutEntry entry = info.otherEntry; TEST_F() local
1148 wgpu::BindGroupLayoutEntry entry = info.entry; TEST_F() local
1158 wgpu::BindGroupLayoutEntry entry = info.entry; TEST_F() local
1173 wgpu::BindGroupLayoutEntry entry = info.entry; TEST_F() local
[all...]
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStorePromiseJsunit.test.js46 var entry = {
53 entries.push(entry);
1245 var entry = {
1252 entries.push(entry);
1288 var entry = {
1295 entries.push(entry);
1331 var entry = {
1338 entries.push(entry);
1375 var entry = {
1382 entries.push(entry);
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_validate.c154 struct hash_entry *entry; in validate_reg_src() local
155 entry = _mesa_hash_table_search(state->regs, src->reg.reg); in validate_reg_src()
156 validate_assert(state, entry); in validate_reg_src()
158 reg_validate_state *reg_state = (reg_validate_state *) entry->data; in validate_reg_src()
200 struct set_entry *entry; in validate_ssa_src() local
202 entry = _mesa_set_search(state->ssa_srcs, src); in validate_ssa_src()
204 entry = _mesa_set_search(state->ssa_srcs, SET_PTR_BIT(src, 0)); in validate_ssa_src()
206 validate_assert(state, entry); in validate_ssa_src()
209 if (entry) in validate_ssa_src()
210 _mesa_set_remove(state->ssa_srcs, entry); in validate_ssa_src()
412 struct hash_entry *entry = _mesa_hash_table_search(state->var_defs, var); validate_var_use() local
1443 struct hash_entry *entry = _mesa_hash_table_search(state->regs, reg); postvalidate_reg_decl() local
1449 struct set_entry *entry = _mesa_set_search(reg_state->uses, src); postvalidate_reg_decl() local
1456 struct set_entry *entry = _mesa_set_search(reg_state->if_uses, src); postvalidate_reg_decl() local
1463 struct set_entry *entry = _mesa_set_search(reg_state->defs, src); postvalidate_reg_decl() local
[all...]
H A Dnir_lower_scratch.c162 struct set_entry *entry = _mesa_set_search(set, deref->var); in nir_lower_vars_to_scratch() local
163 if (!entry) in nir_lower_vars_to_scratch()
167 _mesa_set_remove(set, entry); in nir_lower_vars_to_scratch()
172 set_foreach(set, entry) { in nir_lower_vars_to_scratch()
173 nir_variable* var = (void*)entry->key; in nir_lower_vars_to_scratch()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_trace_buffer.c255 const u32 *entry, in kbase_csf_firmware_parse_trace_buffer_entry()
259 const char *name = (char *)&entry[7]; in kbase_csf_firmware_parse_trace_buffer_entry()
282 trace_buffer->type = entry[0]; in kbase_csf_firmware_parse_trace_buffer_entry()
283 trace_buffer->gpu_va.size_address = entry[1]; in kbase_csf_firmware_parse_trace_buffer_entry()
284 trace_buffer->gpu_va.insert_address = entry[2]; in kbase_csf_firmware_parse_trace_buffer_entry()
285 trace_buffer->gpu_va.extract_address = entry[3]; in kbase_csf_firmware_parse_trace_buffer_entry()
286 trace_buffer->gpu_va.data_address = entry[4]; in kbase_csf_firmware_parse_trace_buffer_entry()
287 trace_buffer->gpu_va.trace_enable = entry[5]; in kbase_csf_firmware_parse_trace_buffer_entry()
288 trace_buffer->trace_enable_entry_count = entry[6]; in kbase_csf_firmware_parse_trace_buffer_entry()
254 kbase_csf_firmware_parse_trace_buffer_entry(struct kbase_device *kbdev, const u32 *entry, unsigned int size, bool updatable) kbase_csf_firmware_parse_trace_buffer_entry() argument
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp101 camera_metadata_item_t entry; in GetCameraMetadata() local
102 int ret = FindCameraMetadataItem(data, OHOS_CONTROL_AE_AVAILABLE_MODES, &entry); in GetCameraMetadata()
191 camera_metadata_item_t entry = {}; in StartStream()
193 int ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_IDS, &entry); in StartStream()
195 for (size_t i = 0; i < entry.count; i++) { in StartStream()
196 int id = entry.data.i32[i]; in StartStream()
201 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_RECTANGLES, &entry); in StartStream()
203 for (size_t i = 0; i < entry.count; i++) { in StartStream()
204 int id = entry.data.i32[i]; in StartStream()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp94 camera_metadata_item_t entry; in GetCameraMetadata() local
95 int ret = FindCameraMetadataItem(data, OHOS_CONTROL_AE_AVAILABLE_MODES, &entry); in GetCameraMetadata()
185 camera_metadata_item_t entry = {}; in StartStream()
187 int ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_IDS, &entry); in StartStream()
189 for (size_t i = 0; i < entry.count; i++) { in StartStream()
190 int id = entry.data.i32[i]; in StartStream()
195 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_RECTANGLES, &entry); in StartStream()
197 for (size_t i = 0; i < entry.count; i++) { in StartStream()
198 int id = entry.data.i32[i]; in StartStream()
/third_party/node/src/
H A Dnode_perf.cc132 const GCPerformanceEntry& entry) { in GetDetails()
140 entry.details.kind)).IsJust()) { in GetDetails()
149 entry.details.flags)).IsJust()) { in GetDetails()
177 std::unique_ptr<GCPerformanceEntry> entry = in MarkGarbageCollectionEnd() local
185 env->SetImmediate([entry = std::move(entry)](Environment* env) { in MarkGarbageCollectionEnd()
186 entry->Notify(env); in MarkGarbageCollectionEnd()
222 Local<Value> entry = args[1]; in Notify() local
228 Call(env->context(), Undefined(env->isolate()), 1, &entry)); in Notify()
130 GetDetails( Environment* env, const GCPerformanceEntry& entry) GetDetails() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp418 relocInfo->entry[n].data = data; in addReloc()
419 relocInfo->entry[n].mask = m; in addReloc()
420 relocInfo->entry[n].offset = codeSize + w * 4; in addReloc()
421 relocInfo->entry[n].bitPos = s; in addReloc()
422 relocInfo->entry[n].type = ty; in addReloc()
444 fixupInfo->entry[n] = FixupEntry(apply, ipa, reg, codeSize >> 2); in addInterp()
489 info->entry[i].apply(code, info); in nv50_ir_relocate_code()
506 info->entry[i].apply(&info->entry[i], code, data); in nv50_ir_apply_fixups()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c303 struct hash_entry *entry = in fd_bc_invalidate_batch() local
305 _mesa_hash_table_remove(cache->ht, entry); in fd_bc_invalidate_batch()
318 struct set_entry *entry = _mesa_set_search_pre_hashed(batch->resources, rsc->hash, rsc); in fd_bc_invalidate_resource() local
319 _mesa_set_remove(batch->resources, entry); in fd_bc_invalidate_resource()
348 set_foreach (batch->dependencies, entry) {
349 struct fd_batch *dep = (struct fd_batch *)entry->key;
438 struct hash_entry *entry = variable
441 if (entry) {
443 fd_batch_reference_locked(&batch, (struct fd_batch *)entry->data);
/third_party/python/Lib/turtledemo/
H A D__main__.py117 return [entry[:-3] for entry in os.listdir(demo_dir) if
118 entry.endswith(".py") and entry[0] != '_']
297 for entry in getExampleEntries():
298 def load(entry=entry):
299 self.loadfile(entry)
300 menu.add_command(label=entry, underline=0,
/third_party/curl/lib/
H A Dasyn-thread.c693 * 'entry' may be NULL and then no data is returned
696 struct Curl_dns_entry **entry, in thread_wait_resolv()
716 if(entry) in thread_wait_resolv()
722 if(entry) in thread_wait_resolv()
730 if(entry) in thread_wait_resolv()
731 *entry = data->state.async.dns; in thread_wait_resolv()
770 * If 'entry' is non-NULL, make it point to the resolved dns entry
778 struct Curl_dns_entry **entry) in Curl_resolver_wait_resolv()
780 return thread_wait_resolv(data, entry, TRU in Curl_resolver_wait_resolv()
695 thread_wait_resolv(struct Curl_easy *data, struct Curl_dns_entry **entry, bool report) thread_wait_resolv() argument
777 Curl_resolver_wait_resolv(struct Curl_easy *data, struct Curl_dns_entry **entry) Curl_resolver_wait_resolv() argument
788 Curl_resolver_is_resolved(struct Curl_easy *data, struct Curl_dns_entry **entry) Curl_resolver_is_resolved() argument
[all...]
H A Dmulti.c253 * The sockhash has its own separate subhash in each entry that need to be
293 /* make/add new hash entry */ in sh_addentry()
305 static void sh_delentry(struct Curl_sh_entry *entry, in sh_delentry() argument
308 Curl_hash_destroy(&entry->transfers); in sh_delentry()
310 /* We remove the hash entry. This will end up in a call to in sh_delentry()
316 * free a sockhash entry
347 * limiting. It simply has a fixed-size array, and on each entry in the array
464 /* We add the new easy entry last in the list. */ in link_easy()
2793 * It is important that the 'now' value is set at the entry of this function
2920 /* remove the extracted entry */
2940 struct Curl_sh_entry *entry; global() local
3111 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s); global() local
3222 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s); global() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c222 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(&res->surface_cache, hash, ivci); in zink_get_surface() local
224 if (!entry) { in zink_get_surface()
227 entry = _mesa_hash_table_insert_pre_hashed(&res->surface_cache, hash, &surface->ivci, surface); in zink_get_surface()
228 if (!entry) { in zink_get_surface()
233 surface = entry->data; in zink_get_surface()
235 surface = entry->data; in zink_get_surface()
371 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(&res->surface_cache, surface->hash, &surface->ivci); in zink_rebind_surface() local
372 assert(entry); in zink_rebind_surface()
373 _mesa_hash_table_remove(&res->surface_cache, entry); in zink_rebind_surface()
383 entry in zink_rebind_surface()
[all...]
/third_party/littlefs/scripts/
H A Dstructs.py171 # found a directory entry
174 # found a file entry
375 entry = []
376 entry.append(name)
379 entry.append(getattr(r, k).table()
384 entry.append(getattr(r, k).diff_table()
389 entry.append(getattr(diff_r, k).diff_table()
393 entry.append(getattr(r, k).diff_table()
397 entry.append(types[k].diff_diff(
401 entry
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.h148 bool IsSameFunctionAs(const CodeEntry* entry) const;
289 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent,
296 CodeEntry* entry,
298 ProfileNode* FindOrAddChild(CodeEntry* entry, int line_number = 0);
303 CodeEntry* entry() const { return entry_; } in entry() function in v8::internal::ProfileNode
318 void CollectDeoptInfo(CodeEntry* entry);
491 void AddCode(Address addr, CodeEntry* entry, unsigned size);
494 // Returns true iff the entry was found and removed.
509 CodeEntry* entry; member
523 CodeEntry* const entry in Create() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java182 for (NameEntry entry : nameTable) { in listNameEntries()
187 switch (PlatformId.valueOf(entry.platformId())) { in listNameEntries()
189 eidEntry = UnicodeEncodingId.valueOf(entry.encodingId()).toString(); in listNameEntries()
190 lidEntry = UnicodeLanguageId.valueOf(entry.languageId()).toString(); in listNameEntries()
193 eidEntry = MacintoshEncodingId.valueOf(entry.encodingId()).toString(); in listNameEntries()
194 lidEntry = MacintoshLanguageId.valueOf(entry.languageId()).toString(); in listNameEntries()
197 eidEntry = WindowsEncodingId.valueOf(entry.encodingId()).toString(); in listNameEntries()
198 lidEntry = WindowsLanguageId.valueOf(entry.languageId()).toString(); in listNameEntries()
205 "%s (id=%d)", PlatformId.valueOf(entry.platformId()).toString(), entry in listNameEntries()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp111 // get a new instance for every call to an entry point. If the entry point in IsLocalVar()
570 // Keep all entry points. in InitializeModuleScopeLiveInstructions()
571 for (auto& entry : get_module()->entry_points()) { in InitializeModuleScopeLiveInstructions()
573 live_insts_.Set(entry.unique_id()); in InitializeModuleScopeLiveInstructions()
576 get_def_use_mgr()->GetDef(entry.GetSingleWordInOperand(1u))); in InitializeModuleScopeLiveInstructions()
577 for (uint32_t i = 3; i < entry.NumInOperands(); ++i) { in InitializeModuleScopeLiveInstructions()
578 auto* var = get_def_use_mgr()->GetDef(entry.GetSingleWordInOperand(i)); in InitializeModuleScopeLiveInstructions()
587 AddToWorklist(&entry); in InitializeModuleScopeLiveInstructions()
664 // Process all entry poin in ProcessImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp111 // get a new instance for every call to an entry point. If the entry point in IsLocalVar()
570 // Keep all entry points. in InitializeModuleScopeLiveInstructions()
571 for (auto& entry : get_module()->entry_points()) { in InitializeModuleScopeLiveInstructions()
573 live_insts_.Set(entry.unique_id()); in InitializeModuleScopeLiveInstructions()
576 get_def_use_mgr()->GetDef(entry.GetSingleWordInOperand(1u))); in InitializeModuleScopeLiveInstructions()
577 for (uint32_t i = 3; i < entry.NumInOperands(); ++i) { in InitializeModuleScopeLiveInstructions()
578 auto* var = get_def_use_mgr()->GetDef(entry.GetSingleWordInOperand(i)); in InitializeModuleScopeLiveInstructions()
587 AddToWorklist(&entry); in InitializeModuleScopeLiveInstructions()
664 // Process all entry poin in ProcessImpl()
[all...]
/third_party/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp110 // get a new instance for every call to an entry point. If the entry point in IsLocalVar()
573 // Keep all entry points. in InitializeModuleScopeLiveInstructions()
574 for (auto& entry : get_module()->entry_points()) { in InitializeModuleScopeLiveInstructions()
576 live_insts_.Set(entry.unique_id()); in InitializeModuleScopeLiveInstructions()
579 get_def_use_mgr()->GetDef(entry.GetSingleWordInOperand(1u))); in InitializeModuleScopeLiveInstructions()
580 for (uint32_t i = 3; i < entry.NumInOperands(); ++i) { in InitializeModuleScopeLiveInstructions()
581 auto* var = get_def_use_mgr()->GetDef(entry.GetSingleWordInOperand(i)); in InitializeModuleScopeLiveInstructions()
592 AddToWorklist(&entry); in InitializeModuleScopeLiveInstructions()
700 // We kill it at now because it is used when processing the entry poin in ProcessImpl()
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-allocator.cc191 // entry is checked. in RefillLinearAllocationBuffer()
209 const FreeList::Block entry = space.free_list().Allocate(size); in RefillLinearAllocationBufferFromFreeList() local
210 if (!entry.address) return false; in RefillLinearAllocationBufferFromFreeList()
213 auto& page = *NormalPage::From(BasePage::FromPayload(entry.address)); in RefillLinearAllocationBufferFromFreeList()
220 space, stats_collector_, static_cast<Address>(entry.address), entry.size); in RefillLinearAllocationBufferFromFreeList()

Completed in 30 milliseconds

1...<<31323334353637383940>>...96