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

/freebsd-current/contrib/diff/src/
H A Ddiff3.c840 create_diff3_block (lin low0, lin high0,
852 D_HIGHLINE (result, FILE0) = high0;
1508 long int low0, high0;
1520 high0 = D_HIGHLINE (b, mapping[FILE0]);
1529 fprintf (outputfile, "%lda\n", high0);
1544 undotlines (outputfile, leading_dot, high0 + 2,
1566 if (low0 == high0)
1569 fprintf (outputfile, "%ld,%ldd\n", low0, high0);
1574 switch (high0 - low0)
1577 fprintf (outputfile, "%lda\n", high0);
837 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument
1504 long int low0, high0; local
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Daddr_families.c469 krb5_address low0, high0; local
504 &low0, &high0);
534 ret = krb5_copy_address(context, &high.val[0], &high0);
538 krb5_free_address(context, &high0);
550 if(krb5_address_order(context, &low0, &high0) < 0) {
552 a->high = high0;
554 a->low = high0;

Completed in 74 milliseconds