Searched refs:obj_index (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/profviz/ |
D | composer.js | 148 var obj_index = 0; 404 obj_index++; 405 command = "set object " + obj_index + " rect"; 510 obj_index++; 541 obj_index++; 552 obj_index++; 555 return obj_index;
|
/external/u-boot/drivers/net/fsl-mc/ |
D | dprc.c | 188 int obj_index, in dprc_get_obj() argument 198 DPRC_CMD_GET_OBJ(cmd, obj_index); in dprc_get_obj()
|
/external/u-boot/include/fsl-mc/ |
D | fsl_dprc.h | 98 #define DPRC_CMD_GET_OBJ(cmd, obj_index) \ argument 99 MC_CMD_OP(cmd, 0, 0, 32, int, obj_index) 747 int obj_index,
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 57 uint32_t obj_index = queue->second->object_type; in DestroyQueueDataStructures() local 60 assert(num_objects[obj_index] > 0); in DestroyQueueDataStructures() 61 num_objects[obj_index]--; in DestroyQueueDataStructures() 64 …port_data->FormatHandle(queue->second->handle).c_str(), num_total_objects, num_objects[obj_index]); in DestroyQueueDataStructures()
|