Searched refs:start_idx (Results 1 – 5 of 5) sorted by relevance
241 const size_t start_idx = idx; in _out_rev() local257 while (idx - start_idx < width) { in _out_rev()596 const size_t start_idx = idx; in _etoa() local607 while (idx - start_idx < width) out(' ', buffer, idx++, maxlen); in _etoa()
274 static int bt_gatts_adapter_char_get_desc_idx(int start_idx, int16_t uuid) in bt_gatts_adapter_char_get_desc_idx() argument279 for (i = start_idx; i < g_attr_num; i++) { in bt_gatts_adapter_char_get_desc_idx()
236 static int bt_gatts_adapter_char_get_desc_idx(int start_idx, int16_t uuid) in bt_gatts_adapter_char_get_desc_idx() argument241 for (i = start_idx; i < g_attr_num; i++) { in bt_gatts_adapter_char_get_desc_idx()
7929 for (int start_idx = max_index; start_idx < max_index + VECTOR_SIZE; in ArgMaxVector() local7930 start_idx++) { in ArgMaxVector()7931 if (input_data[start_idx] == max_value) { in ArgMaxVector()7932 max_index = start_idx; in ArgMaxVector()7978 for (int start_idx = max_index; start_idx < max_index + VECTOR_SIZE; in ArgMaxVector() local7979 start_idx++) { in ArgMaxVector()7980 if (input_data[start_idx] == max_value) { in ArgMaxVector()7981 max_index = start_idx; in ArgMaxVector()
76289 duk_uarridx_t start_idx; /* start array index of current MPUTARR set */ local76323 start_idx = 0;76363 start_idx = curr_idx;76365 duk__emit_load_int32(comp_ctx, reg_temp, (duk_int32_t) start_idx);76399 init_idx = start_idx + num_values;
Completed in 259 milliseconds