Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c684 VALUE this_op = Qnil; in grpc_run_batch_stack_fill_ops() local
694 this_op = rb_ary_entry(ops_ary, i); in grpc_run_batch_stack_fill_ops()
695 this_value = rb_hash_aref(ops_hash, this_op); in grpc_run_batch_stack_fill_ops()
697 switch (NUM2INT(this_op)) { in grpc_run_batch_stack_fill_ops()
740 NUM2INT(this_op)); in grpc_run_batch_stack_fill_ops()
742 st->ops[st->op_num].op = (grpc_op_type)NUM2INT(this_op); in grpc_run_batch_stack_fill_ops()
/external/libpcap/
Doptimize.c874 this_op(struct slist *s) in this_op() function
906 s = this_op(s); in opt_peep()
914 next = this_op(s->next); in opt_peep()
972 add = this_op(next->next); in opt_peep()
980 tax = this_op(add->next); in opt_peep()
988 ild = this_op(tax->next); in opt_peep()