Searched refs:next_key (Results 1 – 8 of 8) sorted by relevance
/external/libdrm/tests/ |
D | drmsl.c | 112 unsigned long next_key = 0; in print_neighbors() local 119 &next_key, &next_value); in print_neighbors() 121 key, retval, prev_key, next_key); in print_neighbors()
|
/external/libdrm/ |
D | xf86drmSL.c | 232 unsigned long *next_key, void **next_value) in drmSLLookupNeighbors() argument 240 *prev_key = *next_key = key; in drmSLLookupNeighbors() 248 *next_key = update[0]->forward[0]->key; in drmSLLookupNeighbors()
|
D | xf86drm.h | 721 unsigned long *next_key, void **next_value);
|
/external/toybox/toys/posix/ |
D | sort.c | 84 struct sort_key *next_key; // linked list member 171 while (*pkey) pkey = &((*pkey)->next_key); in add_key() 242 key = key->next_key) in compare_keys()
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 114 __aligned_u64 next_key; member
|
/external/iproute2/include/linux/ |
D | bpf.h | 114 __aligned_u64 next_key; member
|
/external/v8/src/ |
D | builtins.cc | 1494 Handle<Object> next_key(keys->get(j), isolate); in BUILTIN() local 1498 JSReceiver::GetOwnPropertyDescriptor(isolate, from, next_key, &desc); in BUILTIN() 1506 Runtime::GetObjectProperty(isolate, from, next_key, STRICT)); in BUILTIN() 1510 isolate, status, Runtime::SetObjectProperty(isolate, to, next_key, in BUILTIN()
|
D | objects.cc | 6424 Handle<Object> next_key(keys->get(i), isolate); in DefineProperties() local 6429 isolate, props, next_key, &success, LookupIterator::HIDDEN); in DefineProperties() 6449 descriptors[descriptors_index].set_name(next_key); in DefineProperties()
|