Searched defs:first_param (Results 1 – 5 of 5) sorted by relevance
6 def process_comment(fd, comment, first_param, last_param): argument106 first_param = -1 variable145 first_param = len(comment) - 1 variable165 first_param = -1 variable
303 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
1457 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor() local1660 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor() local
711 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument
2269 auto first_param = context->tensors[node->inputs->data[0]].params; in Validate() local