Home
last modified time | relevance | path

Searched refs:next_key (Results 101 - 125 of 125) sorted by relevance

12345

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc286 TNode<Name> next_key = in FastGetOwnValuesOrEntries() local
290 GotoIf(IsSymbol(next_key), &next_descriptor); in FastGetOwnValuesOrEntries()
324 StoreFixedArrayElement(CAST(elements), 0, next_key, SKIP_WRITE_BARRIER); in FastGetOwnValuesOrEntries() local
/kernel/linux/linux-5.10/net/core/
H A Dbpf_sk_storage.c107 void *next_key) in notsupp_get_next_key()
106 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) notsupp_get_next_key() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dringbuf.c253 void *next_key) in ringbuf_map_get_next_key()
252 ringbuf_map_get_next_key(struct bpf_map *map, void *key, void *next_key) ringbuf_map_get_next_key() argument
H A Dhashtab.c831 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in htab_map_get_next_key() argument
862 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key()
880 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbpf.h206 __aligned_u64 next_key; member
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h81 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key);
530 void *key, void *next_key);
2772 void *key, void *next_key);
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c1743 pa_datum key, next_key; in get_profiles() local
1754 done = !pa_database_next(database, &key, &next_key, NULL); in get_profiles()
1761 key = next_key; in get_profiles()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_security.c918 static void next_key(u8 *key, sint round);
956 static void next_key(u8 *key, sint round) in next_key() function
1083 next_key(round_key, round); in aes128k128d()
1096 next_key(round_key, round); in aes128k128d()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dbpf.h512 __aligned_u64 next_key; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbpf.h512 __aligned_u64 next_key; member
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.h1142 * @param next_key pointer to memory to write next key into
1151 const void *cur_key, void *next_key, size_t key_sz);
H A Dlibbpf.c9900 const void *cur_key, void *next_key, size_t key_sz) in bpf_map__get_next_key()
9908 return bpf_map_get_next_key(map->fd, cur_key, next_key); in bpf_map__get_next_key()
9899 bpf_map__get_next_key(const struct bpf_map *map, const void *cur_key, void *next_key, size_t key_sz) bpf_map__get_next_key() argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbpf.h306 __aligned_u64 next_key; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbpf.h306 __aligned_u64 next_key; member
/kernel/linux/linux-6.6/net/core/
H A Dbpf_sk_storage.c75 void *next_key) in notsupp_get_next_key()
74 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) notsupp_get_next_key() argument
/third_party/libbpf/src/
H A Dlibbpf.h1157 * @param next_key pointer to memory to write next key into
1166 const void *cur_key, void *next_key, size_t key_sz);
H A Dlibbpf.c10356 const void *cur_key, void *next_key, size_t key_sz)
10364 return bpf_map_get_next_key(map->fd, cur_key, next_key);
10355 bpf_map__get_next_key(const struct bpf_map *map, const void *cur_key, void *next_key, size_t key_sz) global() argument
/third_party/libdrm/
H A Dxf86drm.h762 unsigned long *next_key, void **next_value);
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc2922 Handle<Object> next_key = handle(original_keys->get(i), isolate); in DefaultMergeFields() local
2923 DCHECK(next_key->IsString()); in DefaultMergeFields()
2924 Handle<String> next_key_string = Handle<String>::cast(next_key); in DefaultMergeFields()
2955 Handle<Object> next_key = handle(new_keys->get(i), isolate); in DefaultMergeFields() local
2956 DCHECK(next_key->IsString()); in DefaultMergeFields()
2957 Handle<String> next_key_string = Handle<String>::cast(next_key); in DefaultMergeFields()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbpf.h219 * the *next_key* pointer to the key of the first element.
221 * *next_key* pointer to the key of the next element.
1393 __aligned_u64 next_key; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbpf.h219 * the *next_key* pointer to the key of the first element.
221 * *next_key* pointer to the key of the next element.
1393 __aligned_u64 next_key; member
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h219 * the *next_key* pointer to the key of the first element.
221 * *next_key* pointer to the key of the next element.
1411 __aligned_u64 next_key; member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-log.c5171 goto next_key; in copy_inode_items_to_log()
5217 next_key: in copy_inode_items_to_log()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-log.c5867 goto next_key; in copy_inode_items_to_log()
5913 next_key: in copy_inode_items_to_log()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc9074 TNode<Name> next_key =
9081 // |next_key| is either a string or a symbol
9085 Branch(IsSymbol(next_key), &if_symbol, &if_string);
9106 CSA_DCHECK(this, IsString(next_key));
9140 TryLookupPropertyInSimpleObject(object, var_map.value(), next_key,
9187 next_key, &slow_load, kCallJSGetterUseCachedName);
9192 CallRuntime(Runtime::kGetProperty, context, object, next_key);
9196 body(next_key, var_value.value());

Completed in 151 milliseconds

12345