Lines Matching refs:jerry_length_t
39 const jerry_length_t js_arg_cnt, /**< the count of the `js_arg_p` array */
41 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */
73 const jerry_length_t js_arg_cnt, /**< the count of the `js_arg_p` array */
75 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */
111 const jerry_length_t name_cnt, /**< count of the name list */
113 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */
133 for (jerry_length_t i = 0; i < name_cnt; i++, name_p++)
141 for (jerry_length_t j = 0; j < i; j++)
157 for (jerry_length_t i = 0; i < name_cnt; i++)
176 jerry_length_t c_arg_cnt) /**< the count of the `c_arg_p` array */
196 for (jerry_length_t i = 0; i < c_arg_cnt; i++)
202 for (jerry_length_t j = 0; j < i; j++)
218 for (jerry_length_t i = 0; i < c_arg_cnt; i++)