Home
last modified time | relevance | path

Searched refs:next_idx (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/benchtests/
Dbench-malloc-thread.c135 unsigned int next_idx = get_random_offset (&offset_state); in malloc_benchmark_loop() local
138 free (ptr_arr[next_idx]); in malloc_benchmark_loop()
140 ptr_arr[next_idx] = malloc (next_block); in malloc_benchmark_loop()
/glibc-2.36/posix/
Dregexec.c2867 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() local
3027 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()
Dregex_internal.h553 Idx next_idx; member