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

/freebsd-10.1-release/contrib/gcc/
H A Dunwind-dw2-fde.c387 total number of FDEs and n is the number of erratic ones. */
392 struct fde_vector *erratic;
406 if ((accu->erratic = malloc (size)))
407 accu->erratic->count = 0;
421 /* Split LINEAR into a linear sequence with low values and an erratic
423 length) into LINEAR and the erratic one into ERRATIC. This is O(N).
426 incoming LINEAR array can be interspersed with (high valued) erratic
435 struct fde_vector *linear, struct fde_vector *erratic)
455 chain_end = (const fde **) erratic->array[probe - linear->array];
456 erratic
390 struct fde_vector *erratic; member in struct:fde_accumulator
432 fde_split(struct object *ob, fde_compare_t fde_compare, struct fde_vector *linear, struct fde_vector *erratic) argument
504 frame_heapsort(struct object *ob, fde_compare_t fde_compare, struct fde_vector *erratic) argument
[all...]

Completed in 88 milliseconds