/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
H A D | multi_ver_sync_task_context.cpp | 142 void MultiVerSyncTaskContext::SetEntries(const std::vector<MultiVerKvEntry *> &entries) in SetEntries() argument 144 entries_ = entries; in SetEntries() 159 void MultiVerSyncTaskContext::GetEntries(std::vector<MultiVerKvEntry *> &entries) const in GetEntries() 161 entries = entries_; in GetEntries()
|
/kernel/linux/linux-5.10/arch/mips/generic/ |
H A D | yamon-dt.c | 51 unsigned int entries = 0; in gen_fdt_mem_array() local 54 if (entries >= max_entries) { in gen_fdt_mem_array() 67 ++entries; in gen_fdt_mem_array() 72 return entries; in gen_fdt_mem_array()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | stacktrace.c | 31 trace->entries[trace->nr_entries++] = addr; in consume_entry() 206 trace->entries[trace->nr_entries++] = regs->csr_era; in __save_stack_trace_user() 217 trace->entries[trace->nr_entries++] = in __save_stack_trace_user() 232 trace->entries[trace->nr_entries++] = ULONG_MAX; in save_stack_trace_user()
|
/kernel/linux/linux-6.6/arch/mips/generic/ |
H A D | yamon-dt.c | 51 unsigned int entries = 0; in gen_fdt_mem_array() local 54 if (entries >= max_entries) { in gen_fdt_mem_array() 67 ++entries; in gen_fdt_mem_array() 72 return entries; in gen_fdt_mem_array()
|
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_resource.c | 23 struct hlist_head entries[VMCI_RESOURCE_HASH_BUCKETS]; member 46 &vmci_resource_table.entries[idx], node) { in vmci_resource_lookup() 128 hlist_add_head_rcu(&resource->node, &vmci_resource_table.entries[idx]); in vmci_resource_add() 146 hlist_for_each_entry(r, &vmci_resource_table.entries[idx], node) { in vmci_resource_remove()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nvmem-consumer.h | 86 void nvmem_add_cell_lookups(struct nvmem_cell_lookup *entries, 88 void nvmem_del_cell_lookups(struct nvmem_cell_lookup *entries, 204 nvmem_add_cell_lookups(struct nvmem_cell_lookup *entries, size_t nentries) {} in nvmem_add_cell_lookups() argument 206 nvmem_del_cell_lookups(struct nvmem_cell_lookup *entries, size_t nentries) {} in nvmem_del_cell_lookups() argument
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/ |
H A D | ebtables.h | 49 /* total size of the entries */ 57 char __user *entries; member 65 /* total size of the entries */ 73 char *entries; member 87 /* nr. of entries */ 96 * ebt_entries struct when traversing the entries from start to end. 264 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ 271 __entry = (void *)(entries) + __i; \
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_resource.c | 23 struct hlist_head entries[VMCI_RESOURCE_HASH_BUCKETS]; member 46 &vmci_resource_table.entries[idx], node) { in vmci_resource_lookup() 128 hlist_add_head_rcu(&resource->node, &vmci_resource_table.entries[idx]); in vmci_resource_add() 146 hlist_for_each_entry(r, &vmci_resource_table.entries[idx], node) { in vmci_resource_remove()
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter_bridge/ |
H A D | ebtables.h | 49 /* total size of the entries */ 57 char __user *entries; member 65 /* total size of the entries */ 73 char *entries; member 87 /* nr. of entries */ 96 * ebt_entries struct when traversing the entries from start to end. 264 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ 271 __entry = (void *)(entries) + __i; \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 48 char __user * entries; member 58 char * entries; member 152 #define EBT_ENTRY_ITERATE(entries,size,fn,args...) \ 153 ({ unsigned int __i; int __ret = 0; struct ebt_entry * __entry; for(__i = 0; __i < (size);) { __entry = (void *) (entries) + __i; __ret = fn(__entry, ##args); if(__ret != 0) break; if(__entry->bitmask != 0) __i += __entry->next_offset; else __i += sizeof(struct ebt_entries); } if(__ret == 0) { if(__i != (size)) __ret = - EINVAL; } __ret; \
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 48 char __user * entries; member 58 char * entries; member 152 #define EBT_ENTRY_ITERATE(entries,size,fn,args...) \ 153 ({ unsigned int __i; int __ret = 0; struct ebt_entry * __entry; for(__i = 0; __i < (size);) { __entry = (void *) (entries) + __i; __ret = fn(__entry, ##args); if(__ret != 0) break; if(__entry->bitmask != 0) __i += __entry->next_offset; else __i += sizeof(struct ebt_entries); } if(__ret == 0) { if(__i != (size)) __ret = - EINVAL; } __ret; \
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 40 char __user *entries; member 55 char *entries; member 211 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ 218 __entry = (void *)(entries) + __i; \
|
/third_party/node/test/fixtures/wpt/user-timing/resources/ |
H A D | webperftestharnessextension.js | 52 function test_resource_entries(entries, expected_entries) 58 for (var i = 0; i < entries.length; ++i) { 59 var entry = entries[i]; 65 test_fail(expected_entry + ' is not expected to have duplicate entries'); 72 test_fail(entries[i].name + ' is not expected to be in the Resource Timing buffer'); 127 test_equals(entryList.length, expectedLength, testDescription + 'There should be ' + expectedLength + ' entries.');
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_screen.h | 87 void **entries; member 93 void **entries; member 204 screen->tic.entries[tic->id] = NULL; in nv50_screen_tic_free() 213 screen->tsc.entries[tsc->id] = NULL; in nv50_screen_tsc_free()
|
/third_party/mesa3d/src/util/ |
H A D | hash_table.h | 57 uint32_t entries; member 88 return ht->entries; in _mesa_hash_table_num_entries() 146 * It is not safe to use when inserting or removing entries. 150 (ht)->entries; \ 152 (ht)->entries--, entry = _mesa_hash_table_next_entry_unsafe(ht, entry))
|
/third_party/skia/tests/ |
H A D | RandomTest.cpp | 108 unsigned int entries[kNumEntries]; in test_single_gorilla() local 111 memset(entries, 0, sizeof(unsigned int)*kNumEntries); in test_single_gorilla() 129 entries[index] |= (0x1 << entry_shift); in test_single_gorilla() 132 // count entries in test_single_gorilla() 135 unsigned int entry = entries[i]; in test_single_gorilla()
|
/third_party/ffmpeg/libavformat/ |
H A D | seek.c | 66 AVIndexEntry *entries, *ie; in ff_add_index_entry() local 81 entries = av_fast_realloc(*index_entries, in ff_add_index_entry() 85 if (!entries) in ff_add_index_entry() 88 *index_entries = entries; in ff_add_index_entry() 94 ie = &entries[index]; in ff_add_index_entry() 97 ie = &entries[index]; in ff_add_index_entry() 101 memmove(entries + index + 1, entries + index, in ff_add_index_entry() 128 int ff_index_search_timestamp(const AVIndexEntry *entries, int nb_entries, in ff_index_search_timestamp() argument 137 // Optimize appending index entries a in ff_index_search_timestamp() [all...] |
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/ |
H A D | distributed_preferences_database_test.cpp | 203 std::vector<Entry> entries;
in HWTEST_F() local 204 EXPECT_EQ(false, distributedPreferencesDatabase.GetEntriesFromDistributedDB(prefixKey, entries));
in HWTEST_F() 219 std::vector<Entry> entries;
in HWTEST_F() local 220 EXPECT_EQ(false, distributedPreferencesDatabase.GetEntriesFromDistributedDB(prefixKey, entries));
in HWTEST_F() 235 std::vector<Entry> entries;
in HWTEST_F() local 236 EXPECT_EQ(false, distributedPreferencesDatabase.GetEntriesFromDistributedDB(prefixKey, entries));
in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.cpp | 25 DBStatus KvStoreNbDelegateMock::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const
in GetEntries() 35 DBStatus KvStoreNbDelegateMock::GetEntries(const Query &query, std::vector<Entry> &entries) const
in GetEntries() 60 DBStatus KvStoreNbDelegateMock::PutBatch(const std::vector<Entry> &entries)
in PutBatch() argument 80 DBStatus KvStoreNbDelegateMock::GetLocalEntries(const Key &keyPrefix, std::vector<Entry> &entries) const
in GetLocalEntries() 176 DBStatus KvStoreNbDelegateMock::PutLocalBatch(const std::vector<Entry> &entries)
in PutLocalBatch() argument 320 DBStatus KvStoreNbDelegateMock::GetDeviceEntries(const std::string &device, std::vector<Entry> &entries) const
in GetDeviceEntries()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_nb_delegate.h | 73 // Get entries from the public zone of this store by key prefix. 74 // If 'keyPrefix' is empty, It would return all the entries in the zone. 75 DB_API virtual DBStatus GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const = 0; 77 // Get entries from the public zone of this store by key prefix. 78 // If 'keyPrefix' is empty, It would return all the entries in the zone. 81 // Get entries from the public zone of this store by query. 82 // If 'query' is empty, It would return all the entries in the zone. 83 DB_API virtual DBStatus GetEntries(const Query &query, std::vector<Entry> &entries) const = 0; 85 // Get entries from the public zone of this store by query. 86 // If query is empty, It would return all the entries i [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.h | 65 std::vector<Entry> &entries) const; 74 int GetAllSyncedEntries(const std::string &hashDev, std::vector<Entry> &entries) const; 76 int BatchSaveEntries(const std::vector<Entry> &entries, bool isDelete, 81 int PrepareNotifyForEntries(const std::vector<Entry> &entries, 217 static int ClearEntriesAndFreeResultSet(std::vector<Entry> &entries, GRD_ResultSet *resultSet); 220 std::vector<Entry> &entries, GRD_ResultSet **resultSet);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_natural_store_commit_notify_data.cpp | 138 const std::list<Entry> &entries, const Key &filterKey, int &errCode) in FilterEntriesByKey() 142 return entries; in FilterEntriesByKey() 145 for (const auto &entry : entries) { in FilterEntriesByKey() 153 void SingleVerNaturalStoreCommitNotifyData::DeleteEntry(const Key &key, std::list<Entry> &entries) const in DeleteEntry() 155 if (entries.empty()) { in DeleteEntry() 158 entries.remove_if([&key](const Entry &entry) { in DeleteEntry() 137 FilterEntriesByKey( const std::list<Entry> &entries, const Key &filterKey, int &errCode) FilterEntriesByKey() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_color.c | 138 gamma->entries.red[i] = dc_fixpt_from_int(r); in __drm_lut_to_dc_gamma() 139 gamma->entries.green[i] = dc_fixpt_from_int(g); in __drm_lut_to_dc_gamma() 140 gamma->entries.blue[i] = dc_fixpt_from_int(b); in __drm_lut_to_dc_gamma() 151 gamma->entries.red[i] = dc_fixpt_from_fraction(r, MAX_DRM_LUT_VALUE); in __drm_lut_to_dc_gamma() 152 gamma->entries.green[i] = dc_fixpt_from_fraction(g, MAX_DRM_LUT_VALUE); in __drm_lut_to_dc_gamma() 153 gamma->entries.blue[i] = dc_fixpt_from_fraction(b, MAX_DRM_LUT_VALUE); in __drm_lut_to_dc_gamma()
|
/kernel/linux/linux-5.10/kernel/livepatch/ |
H A D | transition.c | 193 static int klp_check_stack_func(struct klp_func *func, unsigned long *entries, in klp_check_stack_func() argument 201 address = entries[i]; in klp_check_stack_func() 244 static unsigned long entries[MAX_STACK_ENTRIES]; in klp_check_stack() local 249 ret = stack_trace_save_tsk_reliable(task, entries, ARRAY_SIZE(entries)); in klp_check_stack() 262 ret = klp_check_stack_func(func, entries, nr_entries); in klp_check_stack()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_da_format.h | 68 __be16 __count; /* count of active entries */ 74 __be16 __count; /* count of active entries */ 204 uint8_t count; /* count of entries */ 215 * number for version 3 directory entries. 263 * As all the entries are variable size structures the accessors below should 397 * As all the entries are variable size structures the accessors below should 413 __be16 count; /* count of entries */ 414 __be16 stale; /* count of stale entries */ 419 __be16 count; /* count of entries */ 420 __be16 stale; /* count of stale entries */ 634 xfs_attr_leaf_entry_t entries[1]; /* sorted on key, not name */ global() member 666 struct xfs_attr_leaf_entry entries[1]; global() member 725 struct xfs_attr_leaf_entry *entries = xfs_attr3_leaf_entryp(leafp); xfs_attr3_leaf_name() local [all...] |