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

/freebsd-13-stable/lib/msun/src/
H A Ds_clogf.c50 uint32_t hax, hay; local
67 GET_FLOAT_WORD(hay, ay);
68 ky = (hay >> 23) - 127;
82 if (kx - ky > MANT_DIG || hay == 0)
H A Ds_clog.c50 uint32_t hax, hay; local
67 GET_HIGH_WORD(hay, ay);
68 ky = (hay >> 20) - 1023;
H A Ds_clogl.c65 uint16_t hax, hay; local
84 GET_LDBL_EXPSIGN(hay, ay);
85 ky = hay - 16383;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c451 xmemmem(const char *hay, const size_t haysize,
454 const char *const eoh = hay + haysize;
468 return deconst(hay);
469 } else if ((hay = memchr(hay, *needle, haysize)) == NULL) {
478 for (hp = hay + 1U, np = needle + 1U, hsum = *hay, nsum = *hay, eqp = 1U;
488 return deconst(hay);
493 for (cand = hay; h
450 xmemmem(const char *hay, const size_t haysize, const char *needle, const size_t needlesize) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c860 svn_string_t *hay = svn_string_create(haystack[i], scratch_pool); local
862 score = svn_string__similarity(needle_str, hay, &membuf, NULL);

Completed in 119 milliseconds