Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rx.c1222 int cb_op; in cb_print() local
1237 cb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in cb_print()
1239 ND_PRINT((ndo, " cb call %s", tok2str(cb_req, "op#%d", cb_op))); in cb_print()
1248 switch (cb_op) { in cb_print()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c475 rc_presubtract_op cb_op = presub_opcode; in presub_helper() local
477 reader_data.CbData = &cb_op; in presub_helper()