Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rx.c1145 int cb_op; in cb_print() local
1160 cb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in cb_print()
1162 printf(" cb call %s", tok2str(cb_req, "op#%d", cb_op)); in cb_print()
1171 switch (cb_op) { in cb_print()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c458 rc_presubtract_op cb_op = presub_opcode; in presub_helper() local
460 reader_data.CbData = &cb_op; in presub_helper()