Searched defs:s1 (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dsafe.c31 isc_safe_memcmp(const void *s1, const void *s2, size_t n) { argument
35 const isc_uint8_t *p1 = s1, *p2 = s2;
H A Dsha2.c511 s1 = W256[(j+14)&0x0f]; \
512 s1 = sigma1_256(s1); \
514 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
520 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1; local
582 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1; local
626 s1 = W256[(j+14)&0x0f];
627 s1 = sigma1_256(s1);
631 (W256[j&0x0f] += s1
881 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1; local
940 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dlist_test.c134 char s1[] = "one"; local
139 RE(atf_list_append(&list, s1, false));
H A Dmap_test.c211 char s1[] = "one"; local
216 RE(atf_map_insert(&map, "K1", s1, false));
H A Ddynstr.c395 atf_equal_dynstr_dynstr(const atf_dynstr_t *s1, const atf_dynstr_t *s2) argument
397 return strcmp(s1->m_data, s2->m_data) == 0;
H A Dfs_test.c824 atf_fs_stat_t s1, s2; local
834 RE(atf_fs_stat_init(&s1, &p1));
835 ATF_REQUIRE_EQ(atf_fs_stat_get_type(&s1), atf_fs_stat_dir_type);
836 ATF_REQUIRE( atf_fs_stat_is_owner_readable(&s1));
837 ATF_REQUIRE( atf_fs_stat_is_owner_writable(&s1));
838 ATF_REQUIRE( atf_fs_stat_is_owner_executable(&s1));
839 ATF_REQUIRE(!atf_fs_stat_is_group_readable(&s1));
840 ATF_REQUIRE(!atf_fs_stat_is_group_writable(&s1));
841 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s1));
842 ATF_REQUIRE(!atf_fs_stat_is_other_readable(&s1));
947 atf_fs_stat_t s1, s2; local
[all...]
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dloc_29.c32 int d1, m1, s1; local
63 m1 = s1 = 0;
104 s1 = strtol(DNS_AS_STR(token), &e, 10);
107 if (s1 < 0 || s1 > 59)
117 s1 *= 10;
118 s1 += tmp;
121 s1 *= 10;
139 s1 *= 1000;
140 if (d1 == 90 && s1 !
458 int d1, m1, s1, fs1; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp243 struct timeval s1 = read_timeval(p); local
276 timersub(&s2, &s1, &s3);
314 struct timeval s1 = read_timeval(p); local
353 timersub(&s2, &s1, &s3);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp281 const char *s1 = atf_fs_path_cstring(&m_path); local
283 return std::strcmp(s1, s2) < 0;
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c2345 register const char *s1, *s2; local
2347 s1 = (*(struct item **)ip1)->host;
2350 return (strcasecmp(s1, s2));

Completed in 26 milliseconds