/kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
H A D | surface_hid_core.h | 52 int (*get_descriptor)(struct surface_hid_device *shid, u8 entry, u8 *buf, size_t len);
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-bio-prison-v1.h | 149 void dm_deferred_entry_dec(struct dm_deferred_entry *entry, struct list_head *head);
|
/kernel/linux/linux-6.6/drivers/media/common/siano/ |
H A D | smsdvb.h | 21 struct list_head entry; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | unwind.h | 18 typedef int (*unwind_entry_cb_t)(struct unwind_entry *entry, void *arg);
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ptrace.h | 72 } entry; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ptrace.h | 72 } entry; member
|
/third_party/alsa-lib/include/ |
H A D | search.h | 70 typedef struct entry struct 84 /* Search for entry matching ITEM.key in internal hash table. If 85 ACTION is `FIND' return found entry or signal error by returning 128 /* Search for an entry matching the given KEY in the tree pointed to 133 /* Search for an entry matching the given KEY in the tree pointed to 134 by *ROOTP. If no matching entry is available return NULL. */ 170 array [BASE,BASE+NMEMB*SIZE) and insert entry if not found. */
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | index.h | 71 * @ni: inode containing the @entry described by this context 74 * @entry: index entry (points into @ir or @ia) 75 * @data: index entry data (points into @entry) 77 * @is_in_root: TRUE if @entry is in @ir or FALSE if it is in @ia 83 * @parent_vcn: entry's parent node or VCN_INDEX_ROOT_PARENT 92 * @entry is the index entry described by this context. @data and @data_len 93 * are the index entry dat 119 INDEX_ENTRY *entry; global() member [all...] |
/third_party/ninja/src/ |
H A D | build_log.h | 82 /// Serialize an entry into a log file. 83 bool WriteEntry(FILE* f, const LogEntry& entry);
|
/third_party/libexif/libexif/huawei/ |
H A D | exif-mnote-data-huawei.h | 25 #include <libexif/huawei/mnote-huawei-entry.h>
|
/third_party/node/deps/v8/src/objects/ |
H A D | osr-optimized-code-cache.h | 21 kCachedOnce, // Unlikely state, one entry. 36 // implement custom compaction due to our entry tuple structure). 55 // BytecodeOffset |offset| if an entry exists in the cache. Returns an empty 99 // Helper functions to get individual items from an entry in the cache. 106 inline void InitializeEntry(int entry, SharedFunctionInfo shared, CodeT code,
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlobCache.h | 59 static uint32_t GetKey(const BlobIDCacheEntry& entry);
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_local_variable.cpp | 82 ->entry() in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | dataflow.cpp | 58 function->entry().get(), [this](BasicBlock* bb) { in InitializeWorklist()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_local_variable.cpp | 82 ->entry() in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dataflow.cpp | 58 function->entry().get(), [this](BasicBlock* bb) { in InitializeWorklist()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindingInfo.h | 94 void IncrementBindingCounts(BindingCounts* bindingCounts, const BindGroupLayoutEntry& entry);
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_local_variable.cpp | 84 ->entry() in Apply()
|
/third_party/spirv-tools/source/opt/ |
H A D | dataflow.cpp | 57 function->entry().get(), [this](BasicBlock* bb) { in InitializeWorklist()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_common.c | 380 * @entry_nr: MSI-X table entry 382 * Clear the ICR for the IRQ entry. 407 irq_entries[i].entry = i; in nfp_net_irqs_alloc() 480 * the MSI-X table or via the per entry ICR field. So there in nfp_net_irq_rxtx() 538 struct msix_entry *entry; in nfp_net_irq_lsc() local 540 entry = &nn->irq_entries[NFP_NET_IRQ_LSC_IDX]; in nfp_net_irq_lsc() 544 nfp_net_irq_unmask(nn, entry->entry); in nfp_net_irq_lsc() 623 struct msix_entry *entry; in nfp_net_aux_irq_request() local 626 entry in nfp_net_aux_irq_request() 2324 struct msix_entry *entry; nfp_net_vecs_init() local [all...] |
/third_party/node/src/ |
H A D | node_http2.cc | 562 const Http2StreamPerformanceEntry& entry) { in GetDetails() 571 static_cast<double>(entry.details.val))).IsJust()) { \ in GetDetails() 586 (entry.details.val - entry.details.start_time) / 1e6)) \ in GetDetails() 601 const Http2SessionPerformanceEntry& entry) { in GetDetails() 610 static_cast<double>(entry.details.val))).IsJust()) { \ in GetDetails() 628 (entry.details.session_type == NGHTTP2_SESSION_SERVER) in GetDetails() 645 std::unique_ptr<Http2StreamPerformanceEntry> entry = in EmitStatistics() local 652 env()->SetImmediate([entry = std::move(entry)](Environmen in EmitStatistics() 560 GetDetails( Environment* env, const Http2StreamPerformanceEntry& entry) GetDetails() argument 599 GetDetails( Environment* env, const Http2SessionPerformanceEntry& entry) GetDetails() argument 665 std::unique_ptr<Http2SessionPerformanceEntry> entry = EmitStatistics() local 1503 const nghttp2_origin_entry& entry = origin->ov[i]; HandleOriginFrame() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 2467 struct hash_entry *entry; in si_delete_texture_handle() local 2469 entry = _mesa_hash_table_search(sctx->tex_handles, (void *)(uintptr_t)handle); in si_delete_texture_handle() 2470 if (!entry) in si_delete_texture_handle() 2473 tex_handle = (struct si_texture_handle *)entry->data; in si_delete_texture_handle() 2479 _mesa_hash_table_remove(sctx->tex_handles, entry); in si_delete_texture_handle() 2489 struct hash_entry *entry; in si_make_texture_handle_resident() local 2491 entry = _mesa_hash_table_search(sctx->tex_handles, (void *)(uintptr_t)handle); in si_make_texture_handle_resident() 2492 if (!entry) in si_make_texture_handle_resident() 2495 tex_handle = (struct si_texture_handle *)entry->data; in si_make_texture_handle_resident() 2594 struct hash_entry *entry; in si_delete_image_handle() local 2614 struct hash_entry *entry; si_make_image_handle_resident() local [all...] |
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | DataFetcher.java | 192 for (Map.Entry<String, Integer> entry : LOCALES.entrySet()) { in buildLocaleConfigs() 193 String languageTag = entry.getKey(); in buildLocaleConfigs() 194 int index = entry.getValue(); in buildLocaleConfigs()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_database.h | 280 const std::pair<std::string, std::string> &entry, const int32_t &userId); 282 const std::string &bundleKey, const std::pair<std::string, std::string> &entry); 295 const std::pair<std::string, std::string> &entry, const int32_t &userId);
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/ |
H A D | peer_to_peer_group.c | 254 TrustedDeviceEntry *entry = (TrustedDeviceEntry *)(*entryPtr); in DelAllPeerDevAndKeyInfo() local 255 if (IsLocalDevice(StringGet(&entry->udid))) { in DelAllPeerDevAndKeyInfo() 258 result = DelPeerDevAndKeyInfo(osAccountId, groupId, StringGet(&entry->authId)); in DelAllPeerDevAndKeyInfo()
|