| /netbsd-src/external/lgpl3/gmp/dist/demos/perl/ |
| H A D | GMP.xs | 772 coerce_mpf_pair (mpf *xp, SV *xv, mpf *yp, SV *yv) in coerce_mpf_pair() argument 775 int y_use = use_sv (yv); in coerce_mpf_pair() 783 y = coerce_mpf_using (tmp_mpf_0, yv, prec, y_use); in coerce_mpf_pair() 787 y = coerce_mpf_using (tmp_mpf_0, yv, mpf_get_default_prec(), y_use); in coerce_mpf_pair() 1548 overload_add (xv, yv, order) 1550 SV *yv 1576 SV_PTR_SWAP (xv, yv); 1580 coerce_mpz (tmp_mpz_1, yv)); 1711 overload_spaceship (xv, yv, order) in overload_spaceship() argument 1713 SV *yv in overload_spaceship() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | fstrcmp.c | 178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ in diag() local 228 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag() 269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag() 333 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag() 374 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag() 497 const char *const yv = ctxt->string[1].data; in compareseq() local 500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq() 507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | fstrcmp.c | 178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ in diag() local 228 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag() 269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag() 333 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag() 374 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag() 497 const char *const yv = ctxt->string[1].data; in compareseq() local 500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq() 507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fstrcmp.c | 178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ in diag() local 228 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag() 269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag() 333 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag() 374 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag() 497 const char *const yv = ctxt->string[1].data; in compareseq() local 500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq() 507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | analyze.c | 105 int const *const yv = yvec; /* And more and more . . . */ local 137 while (x < xlim && y < ylim && xv[x] == yv[y]) 164 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) 210 for (k = 1; xv[x - k] == yv[y - k]; k++) 245 for (k = 0; xv[x + k] == yv[y + k]; k++) 342 int * const yv = yvec; local 345 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) 348 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | analyze.c | 103 lin const *const yv = yvec; /* And more and more . . . */ in diag() local 135 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag() 162 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag() 208 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag() 243 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag() 339 lin * const yv = yvec; in compareseq() local 342 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq() 345 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
|
| /netbsd-src/external/mpl/mozilla-certdata/share/certs/ |
| H A D | SwissSign_Gold_CA_-_G2.pem | 25 bwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | dir.c | 302 directory_contents_hash_cmp (const void *xv, const void *yv) in directory_contents_hash_cmp() argument 305 struct directory_contents const *y = (struct directory_contents const *) yv; in directory_contents_hash_cmp() 400 dirfile_hash_cmp (const void *xv, const void *yv) in dirfile_hash_cmp() argument 403 struct dirfile const *y = ((struct dirfile const *) yv); in dirfile_hash_cmp()
|
| H A D | variable.c | 120 variable_hash_cmp (const void *xv, const void *yv) in variable_hash_cmp() argument 123 struct variable const *y = (struct variable const *) yv; in variable_hash_cmp()
|
| H A D | function.c | 57 function_table_entry_hash_cmp (const void *xv, const void *yv) in function_table_entry_hash_cmp() argument 60 struct function_table_entry const *y = (struct function_table_entry const *) yv; in function_table_entry_hash_cmp()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | sumtype.d | 2556 (int xv, int yv) => 0, 2557 (string xv, int yv) => 1, 2558 (int xv, string yv) => 2, 2559 (string xv, string yv) => 3
|