Lines Matching refs:top_a
230 PetscInt **top_a = (PetscInt **)offset_stack; in PCTFS_ivec_sort() local
279 *(top_a++) = pi; in PCTFS_ivec_sort()
284 else { /* might as well pop - note NR_OPT >=2 ==> we're ok! */ ar = *(--top_a); in PCTFS_ivec_sort()
303 ar = *(--top_a); in PCTFS_ivec_sort()
313 PetscInt **top_a = (PetscInt **)offset_stack; in PCTFS_ivec_sort_companion() local
384 *(top_a++) = pi; in PCTFS_ivec_sort_companion()
385 *(top_a++) = pi2; in PCTFS_ivec_sort_companion()
390 else { /* might as well pop - note NR_OPT >=2 ==> we're ok! */ ar2 = *(--top_a); in PCTFS_ivec_sort_companion()
391 ar = *(--top_a); in PCTFS_ivec_sort_companion()
413 ar2 = *(--top_a); in PCTFS_ivec_sort_companion()
414 ar = *(--top_a); in PCTFS_ivec_sort_companion()
424 PetscInt **top_a = (PetscInt **)offset_stack; in PCTFS_ivec_sort_companion_hack() local
495 *(top_a++) = pi; in PCTFS_ivec_sort_companion_hack()
496 *(top_a++) = (PetscInt *)pi2; in PCTFS_ivec_sort_companion_hack()
501 else { /* might as well pop - note NR_OPT >=2 ==> we're ok! */ ar2 = (PetscInt **)*(--top_a); in PCTFS_ivec_sort_companion_hack()
502 ar = *(--top_a); in PCTFS_ivec_sort_companion_hack()
523 ar2 = (PetscInt **)*(--top_a); in PCTFS_ivec_sort_companion_hack()
524 ar = *(--top_a); in PCTFS_ivec_sort_companion_hack()