Home
last modified time | relevance | path

Searched refs:next_key (Results 1 – 8 of 8) sorted by relevance

/external/libdrm/tests/
Ddrmsl.c112 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/
Dxf86drmSL.c232 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()
Dxf86drm.h721 unsigned long *next_key, void **next_value);
/external/toybox/toys/posix/
Dsort.c84 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/
Dbpf.h114 __aligned_u64 next_key; member
/external/iproute2/include/linux/
Dbpf.h114 __aligned_u64 next_key; member
/external/v8/src/
Dbuiltins.cc1494 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()
Dobjects.cc6424 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()