/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.h | 53 struct list_head entry; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/ |
H A D | udl_drv.h | 38 struct list_head entry; member
|
/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()
|
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
H A D | dataobs_utils.h | 212 for (const auto &entry : result) { in Marshalling() 213 if (!DataObsUtils::Marshalling(entry.first, parcel)) { in Marshalling() 216 if (!DataObsUtils::Marshalling(entry.second, parcel)) { in Marshalling()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_analog_clock.cpp | 51 CacheEntry entry; in SetHandImage() local 52 RetCode ret = CacheManager::GetInstance().Open(img.GetPath(), *style_, entry); in SetHandImage() 56 hand->imageInfo_ = entry.GetImageInfo(); in SetHandImage()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_task_merge_test.cpp | 229 auto entry = data[j].find(CloudDbConstant::DELETE_FIELD); in CheckCloudTableCount() local 230 if (entry != data[j].end() && std::get<bool>(entry->second)) { in CheckCloudTableCount()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | db_store_mock.cpp | 276 for (auto &entry : entries) { in PutBatch() 277 store.InsertOrAssign(entry.key, entry.value); in PutBatch()
|