Home
last modified time | relevance | path

Searched defs:s1 (Results 151 – 175 of 372) sorted by relevance

12345678910>>...15

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c611 static CTX_PTR CreateSuccessors(CPpmd8 *p, Bool skip, CPpmd_State *s1, CTX_PTR c) in CreateSuccessors()
700 static CTX_PTR ReduceOrder(CPpmd8 *p, CPpmd_State *s1, CTX_PTR c) in ReduceOrder()
997 CPpmd_State *s1 = s; in Rescale() local
/dragonfly/libexec/rpc.rstatd/
H A Drstat_proc.c80 struct stats s1; member
/dragonfly/contrib/mpfr/src/
H A Dlngamma.c62 mpfr_ptr s1, mpfr_ptr s2, mpfr_rnd_t rnd) in mpfr_explgamma()
H A Dstrtofr.c201 fast_casecmp (const char *s1, const char *s2) in fast_casecmp()
/dragonfly/games/gomoku/
H A Dmain.c361 int i, n, s1, s2, d1, d2; in whatsup() local
/dragonfly/contrib/xz/src/liblzma/check/
H A Dsha256.c60 #define s1(x) (rotr_32(x ^ rotr_32(x, 2), 17) ^ (x >> 10)) macro
/dragonfly/lib/libalias/
H A Dalias.c146 uint16_t s1 = ((uint16_t)c[1] << 8) + (uint16_t)c[0]; in twowords() local
149 uint16_t s1 = ((uint16_t)c[0] << 8) + (uint16_t)c[1]; in twowords() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfglayout.c408 choose_inner_scope (tree s1, tree s2) in choose_inner_scope()
422 change_scope (rtx orig_insn, tree s1, tree s2) in change_scope()
/dragonfly/contrib/nvi2/regex/
H A Dengine.c120 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument
124 #define AT(t, p1, p2, s1, s2) /* nothing */ argument
/dragonfly/usr.bin/mail/
H A Dlex.c508 const char *s1, *s2; in isprefix() local
/dragonfly/crypto/libressl/crypto/poly1305/
H A Dpoly1305-donna.c88 unsigned long s1, s2, s3, s4; in poly1305_blocks() local
/dragonfly/contrib/gdtoa/
H A Dstrtod.c97 CONST char *s, *s0, *s1; local
/dragonfly/lib/libc/iconv/
H A Diconv.c197 const char * const *s1; in qsort_helper() local
/dragonfly/contrib/binutils-2.34/gold/
H A Dcref.cc217 Cref_inputs::Cref_table_compare::operator()(const Symbol* s1, in operator ()()
/dragonfly/contrib/binutils-2.27/gold/
H A Dcref.cc217 Cref_inputs::Cref_table_compare::operator()(const Symbol* s1, in operator ()()
/dragonfly/games/rogue/
H A Dscore.c498 name_cmp(char *s1, const char *s2) in name_cmp()
/dragonfly/contrib/mdocml/
H A Dman_html.c417 const char *s1, *s2; in list_continues() local
/dragonfly/usr.bin/tsort/
H A Dtsort.c195 add_arc(char *s1, char *s2) in add_arc()
/dragonfly/lib/i18n_module/GBK2K/
H A Dcitrus_gbk2k.c155 char *s0, *s1; in _citrus_GBK2K_mbrtowc_priv() local
/dragonfly/sbin/newfs/
H A Dnewfs.c213 char *s1, *s2, *special; in main() local
/dragonfly/usr.sbin/sa/
H A Dmain.c386 cmp_comm(const char *s1, const char *s2) in cmp_comm()
/dragonfly/contrib/openbsd_libm/src/
H A De_lgamma_r.c131 s1 = 2.14982415960608852501e-01, /* 0x3FCB848B, 0x36E20878 */ variable
H A De_lgammaf_r.c67 s1 = 2.1498242021e-01, /* 0x3e5c245a */ variable
/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_lgammal.c169 s1 = -3.901428390086348447890408306153378922752E6L, variable
/dragonfly/contrib/cvs-1.12/diff/
H A Dsystem.h203 # define memcmp(s1, s2, n) bcmp (s1, s2, n) argument

12345678910>>...15