Searched refs:fdiag (Results 1 – 7 of 7) sorted by relevance
100 int *fdiag; member175 int *const fd = ctxt->fdiag; /* Give the compiler a chance. */ in diag()654 ctxt.fdiag = buffer + ctxt.string[1].data_length + 1; in gl_once_define()655 ctxt.bdiag = ctxt.fdiag + fdiag_len; in gl_once_define()
45 static lin *fdiag; /* Vector, indexed by diagonal, containing variable100 lin *const fd = fdiag; /* Give the compiler a chance. */ in diag()919 fdiag = xmalloc (diags * (2 * sizeof *fdiag)); in diff_2_files()920 bdiag = fdiag + diags; in diff_2_files()921 fdiag += cmp->file[1].nondiscarded_lines + 1; in diff_2_files()937 free (fdiag - (cmp->file[1].nondiscarded_lines + 1)); in diff_2_files()
37 static int *fdiag; /* Vector, indexed by diagonal, containing variable102 int *const fd = fdiag; /* Give the compiler a chance. */935 fdiag = (int *) xmalloc (diags * (2 * sizeof (int)));936 bdiag = fdiag + diags;937 fdiag += filevec[1].nondiscarded_lines + 1;954 free (fdiag - (filevec[1].nondiscarded_lines + 1));
4 (so that bdiag[d] and fdiag[d] are not equal)