Searched refs:op_num (Results 1 – 10 of 10) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_op.c | 63 static int exclusive_op(ffsb_op_results_t * results, unsigned int op_num) in exclusive_op() argument 68 if (i == op_num) in exclusive_op() 85 static void print_op_results(unsigned int op_num, ffsb_op_results_t * results, in print_op_results() argument 91 double op_pcnt = 100 * (double)results->ops[op_num] / (double)total_ops; in print_op_results() 92 double weight_pcnt = 100 * (double)results->op_weight[op_num] / in print_op_results() 94 if (ffsb_op_list[op_num].throughput) { in print_op_results() 95 ffsb_printsize(buf, results->bytes[op_num] / runtime, 256); in print_op_results() 99 generic_op_print(ffsb_op_list[op_num].op_name, results->ops[op_num], in print_op_results() 104 static void print_op_throughput(unsigned int op_num, 107 if (ffsb_op_list[op_num].op_exl_print_fn != NULL) [all …]
|
D | fileops.h | 42 void ffsb_read_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 43 void ffsb_write_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 44 void ffsb_create_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 45 void ffsb_append_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
|
D | ffsb_op.h | 40 unsigned op_num); 44 unsigned int op_num); 100 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num);
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | call.c | 275 size_t op_num = 0; in PHP_METHOD() local 320 ops[op_num].op = (grpc_op_type)index; in PHP_METHOD() 321 ops[op_num].flags = 0; in PHP_METHOD() 322 ops[op_num].reserved = NULL; in PHP_METHOD() 331 ops[op_num].data.send_initial_metadata.count = metadata.count; in PHP_METHOD() 332 ops[op_num].data.send_initial_metadata.metadata = metadata.metadata; in PHP_METHOD() 349 ops[op_num].flags = Z_LVAL_P(message_flags) & GRPC_WRITE_USED_MASK; in PHP_METHOD() 359 ops[op_num].data.send_message.send_message = in PHP_METHOD() 375 ops[op_num].data.send_status_from_server.trailing_metadata = in PHP_METHOD() 377 ops[op_num].data.send_status_from_server.trailing_metadata_count = in PHP_METHOD() [all …]
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 610 size_t op_num; /* tracks the last added operation */ member 636 st->op_num = 0; in grpc_run_batch_stack_init() 674 for (i = 0; i < st->op_num; i++) { in grpc_run_batch_stack_cleanup() 696 st->ops[st->op_num].flags = 0; in grpc_run_batch_stack_fill_ops() 700 st->ops[st->op_num].data.send_initial_metadata.count = in grpc_run_batch_stack_fill_ops() 702 st->ops[st->op_num].data.send_initial_metadata.metadata = in grpc_run_batch_stack_fill_ops() 706 st->ops[st->op_num].data.send_message.send_message = in grpc_run_batch_stack_fill_ops() 709 st->ops[st->op_num].flags = st->write_flag; in grpc_run_batch_stack_fill_ops() 715 &st->ops[st->op_num], &st->send_trailing_metadata, in grpc_run_batch_stack_fill_ops() 719 st->ops[st->op_num].data.recv_initial_metadata.recv_initial_metadata = in grpc_run_batch_stack_fill_ops() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | test_utils.cc | 373 const int64 op_num = use.operand_number; in NeedsInitValue() local 374 return ((opcode == HloOpcode::kReduceWindow && op_num == 1) || in NeedsInitValue() 375 (opcode == HloOpcode::kSelectAndScatter && op_num == 2) || in NeedsInitValue() 377 op_num >= instruction->operand_count() / 2)); in NeedsInitValue() 400 const int64 op_num = use.operand_number; in FindConstrainedUses() local 401 if ((opcode == HloOpcode::kDynamicSlice && op_num >= 1) || in FindConstrainedUses() 402 (opcode == HloOpcode::kDynamicUpdateSlice && op_num >= 2)) { in FindConstrainedUses() 406 op_num == 1) { in FindConstrainedUses() 410 instruction->fused_parameter(op_num); in FindConstrainedUses() 422 instruction->operand_count() >= 2 && op_num == 0) { in FindConstrainedUses()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.h | 71 struct aom_read_bit_buffer *rb, int op_num);
|
D | decodeframe.c | 4512 struct aom_read_bit_buffer *rb, int op_num) { in av1_read_op_parameters_info() argument 4514 if (op_num > MAX_NUM_OPERATING_POINTS) { in av1_read_op_parameters_info() 4517 op_num + 1); in av1_read_op_parameters_info() 4520 cm->op_params[op_num].decoder_buffer_delay = aom_rb_read_unsigned_literal( in av1_read_op_parameters_info() 4523 cm->op_params[op_num].encoder_buffer_delay = aom_rb_read_unsigned_literal( in av1_read_op_parameters_info() 4526 cm->op_params[op_num].low_delay_mode_flag = aom_rb_read_bit(rb); in av1_read_op_parameters_info() 5057 for (int op_num = 0; in read_uncompressed_header() local 5058 op_num < seq_params->operating_points_cnt_minus_1 + 1; op_num++) { in read_uncompressed_header() 5059 if (cm->op_params[op_num].decoder_model_param_present_flag) { in read_uncompressed_header() 5060 if ((((seq_params->operating_point_idc[op_num] >> in read_uncompressed_header() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 2425 int op_num) { in write_dec_model_op_parameters() argument 2426 if (op_num > MAX_NUM_OPERATING_POINTS) in write_dec_model_op_parameters() 2429 "Encoder does not support %d decoder model operating points", op_num); in write_dec_model_op_parameters() 2435 wb, cm->op_params[op_num].decoder_buffer_delay, in write_dec_model_op_parameters() 2439 wb, cm->op_params[op_num].encoder_buffer_delay, in write_dec_model_op_parameters() 2442 aom_wb_write_bit(wb, cm->op_params[op_num].low_delay_mode_flag); in write_dec_model_op_parameters() 2444 cm->op_frame_timing[op_num].buffer_removal_time = in write_dec_model_op_parameters() 2901 for (int op_num = 0; in write_uncompressed_header_obu() local 2902 op_num < seq_params->operating_points_cnt_minus_1 + 1; op_num++) { in write_uncompressed_header_obu() 2903 if (cm->op_params[op_num].decoder_model_param_present_flag) { in write_uncompressed_header_obu() [all …]
|
/external/mksh/src/ |
D | funcs.c | 188 Test_op op_num; member 2746 return (tbl->op_num); in test_isop()
|