Home
last modified time | relevance | path

Searched refs:obj_idx (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/
Dxf86drmMode.c1343 unsigned int obj_idx = 0; in drmModePropertySetCommit() local
1387 objs_ptr[obj_idx] = item->object_id; in drmModePropertySetCommit()
1402 count_props_ptr[obj_idx++] = count_props; in drmModePropertySetCommit()
1590 int obj_idx = -1; in drmModeAtomicCommit() local
1654 obj_idx++; in drmModeAtomicCommit()
1655 objs_ptr[obj_idx] = sorted->items[i].object_id; in drmModeAtomicCommit()
1656 last_obj_id = objs_ptr[obj_idx]; in drmModeAtomicCommit()
1659 count_props_ptr[obj_idx]++; in drmModeAtomicCommit()
/external/elfutils/src/
Dldgeneric.c5506 size_t obj_idx = 0; in ld_generic_create_outfile() local
5522 idx = nsym + obj_idx++; in ld_generic_create_outfile()
5572 assert (nsym + obj_idx == plt_base); in ld_generic_create_outfile()