OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hindex
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/drivers/vc4/
vc4_cl.c
61
uint32_t
hindex
;
local
64
for (
hindex
= 0;
hindex
< cl_offset(&job->bo_handles) / 4;
hindex
++) {
65
if (current_handles[
hindex
] == bo->handle)
66
return
hindex
;
81
return
hindex
;
/toolchain/binutils/binutils-2.25/gas/
hash.c
140
unsigned int
hindex
;
local
162
hindex
= hash % table->size;
163
list = table->table +
hindex
;
/bionic/libc/kernel/uapi/drm/
vc4_drm.h
41
__u32
hindex
;
member in struct:drm_vc4_submit_rcl_surface
/external/kernel-headers/original/uapi/drm/
vc4_drm.h
52
__u32
hindex
; /* Handle index, or ~0 if not present. */
member in struct:drm_vc4_submit_rcl_surface
/external/libdrm/include/drm/
vc4_drm.h
52
__u32
hindex
; /* Handle index, or ~0 if not present. */
member in struct:drm_vc4_submit_rcl_surface
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h
1287
HOST_WIDE_INT
hindex
= TREE_INT_CST_LOW (index);
local
[
all
...]
Completed in 588 milliseconds