/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object-gen.cc | 286 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 D | bpf_sk_storage.c | 107 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 D | ringbuf.c | 253 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 D | hashtab.c | 831 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 D | bpf.h | 206 __aligned_u64 next_key; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 81 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 D | module-equalizer-sink.c | 1743 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 D | rtw_security.c | 918 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 D | bpf.h | 512 __aligned_u64 next_key; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 512 __aligned_u64 next_key; member
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.h | 1142 * @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 D | libbpf.c | 9900 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 D | bpf.h | 306 __aligned_u64 next_key; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 306 __aligned_u64 next_key; member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | bpf_sk_storage.c | 75 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 D | libbpf.h | 1157 * @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 D | libbpf.c | 10356 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 D | xf86drm.h | 762 unsigned long *next_key, void **next_value);
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 2922 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 D | bpf.h | 219 * 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 D | bpf.h | 219 * 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 D | bpf.h | 219 * 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 D | tree-log.c | 5171 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 D | tree-log.c | 5867 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 D | code-stub-assembler.cc | 9074 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());
|