HomeSort by relevance Sort by last modified time
    Searched refs:RBUG_OP_PING_REPLY (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_proto.h 44 RBUG_OP_PING_REPLY = -1,
rbug_demarshal.c 40 case RBUG_OP_PING_REPLY:
104 case RBUG_OP_PING_REPLY:
105 return "RBUG_OP_PING_REPLY";
rbug_core.c 167 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING_REPLY));
177 rbug_connection_send_start(__con, RBUG_OP_PING_REPLY, __len);
301 if (header->opcode != (int32_t)RBUG_OP_PING_REPLY)

Completed in 39 milliseconds