Home
last modified time | relevance | path

Searched refs:op_status (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dipp.c2917 ipp->request.any.op_status = (buffer[2] << 8) | buffer[3]; in ippReadIO()
2923 ipp->request.any.op_status)); in ippReadIO()
5449 *bufptr++ = (ipp_uchar_t)(ipp->request.any.op_status >> 8); in ippWriteIO()
5450 *bufptr++ = (ipp_uchar_t)ipp->request.any.op_status; in ippWriteIO()
5458 ipp->request.any.op_status)); in ippWriteIO()
Dipp.h742 int op_status; /* Operation ID or status code*/ member
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2523 auto op_status = LookUpInstruction(root_op); in BuildConstantSubGraph() local
2525 op_status.ok() ? op_status.ValueOrDie()->name() : "<unknown operation>"; in BuildConstantSubGraph()