Searched refs:next_idx (Results 1 – 3 of 3) sorted by relevance
135 unsigned int next_idx = get_random_offset (&offset_state); in malloc_benchmark_loop() local138 free (ptr_arr[next_idx]); in malloc_benchmark_loop()140 ptr_arr[next_idx] = malloc (next_block); in malloc_benchmark_loop()
2867 str_idx = path->next_idx ? path->next_idx : top_str; in check_arrival()2976 path->next_idx = str_idx; in check_arrival()3026 Idx next_idx = str_idx + naccepted; in check_arrival_add_next_nodes() local3027 dest_state = mctx->state_log[next_idx]; in check_arrival_add_next_nodes()3044 mctx->state_log[next_idx] = re_acquire_state (&err, dfa, in check_arrival_add_next_nodes()3046 if (__glibc_unlikely (mctx->state_log[next_idx] == NULL in check_arrival_add_next_nodes()
553 Idx next_idx; member