Searched refs:new_count (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/libc/stdlib/
H A Dhsearch_r.c80 size_t hash, index, i, old_hash, old_count, new_count; local
116 new_count = (hsearch->index_mask + 1) * 2;
117 new_entries = calloc(new_count, sizeof(ENTRY));
121 hsearch->index_mask = new_count - 1;
/barrelfish-master/lib/barrelfish/vspace/
H A Dmemobj_append.c267 size_t new_count = append->frame_count * 2; local
268 void *f = realloc(append->frames, new_count * sizeof(struct capref));
269 void *o = realloc(append->offsets, new_count * sizeof(genvaddr_t));
270 void *s = realloc(append->frame_sizes, new_count * sizeof(size_t));
271 void *fo = realloc(append->frame_offsets, new_count * sizeof(size_t));
287 append->frame_count = new_count;
/barrelfish-master/lib/pcre/
H A Dpcre_dfa_exec.c374 if (new_count++ < wscount) \
384 if (new_count++ < wscount) \
418 int active_count, new_count, match_count; local
454 new_count = 0;
546 new_count = workspace[1];
548 memcpy(new_states, active_states, new_count * sizeof(stateblock));
592 active_count = new_count;
593 new_count = 0;
2940 if (i + 1 >= active_count && new_count == 0)
3012 else if (i + 1 >= active_count && new_count
[all...]

Completed in 37 milliseconds