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

/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h82 int sl0,sl1; /* recent sample levels */ member in struct:auib
/freebsd-13-stable/contrib/apr/tables/
H A Dapr_skiplist.c827 APR_DECLARE(apr_skiplist *) apr_skiplist_merge(apr_skiplist *sl1, apr_skiplist *sl2) argument
832 if (sl1->bottomend == NULL || sl1->bottomend->prev == NULL) {
833 apr_skiplist_remove_all(sl1, NULL);
834 temp = *sl1;
835 *sl1 = *sl2;
838 return sl1;
842 return sl1;
847 apr_skiplist_insert(sl1, b2->data);
851 return sl1;
[all...]
/freebsd-13-stable/contrib/apr/include/
H A Dapr_skiplist.h370 * @param sl1 One of two skip lists to be merged
373 APR_DECLARE(apr_skiplist *) apr_skiplist_merge(apr_skiplist *sl1, apr_skiplist *sl2);
/freebsd-13-stable/lib/libc/tests/nss/
H A Dgethostby_test.c552 StringList *sl1, *sl2; local
562 sl1 = sl2 = NULL;
585 if (sl1 == NULL) {
589 sl1 = sl_init();
590 ATF_REQUIRE(sl1 != NULL);
595 sl_add(sl1, ts);
603 sl_add(sl1, ts);
645 if (sl1 != NULL) {
646 sl_add(sl1, NULL);
647 ht->h_aliases = sl1
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aria/
H A Daria.c991 static void sl1(ARIA_u128 *o, const ARIA_u128 *x, const ARIA_u128 *y) function
1067 sl1(&y, d, rk);

Completed in 78 milliseconds