Searched refs:sl (Results 26 - 50 of 303) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl46 @sl=( 11,14,15,12, 5, 8, 7, 9,11,13,14,15, 6, 7, 9, 8,
349 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
350 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
351 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
352 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
353 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
354 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
355 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
356 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
357 &RIP1($C,$D,$E,$A,$B,$wl[ 8],$sl[
[all...]
/freebsd-11-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c95 StringList *sl, ***svc; local
140 svc = parseservices(fname, sl = sl_init());
160 add(db, s, port, getprotostr(sl, proto), &cnt, warndup);
167 sl_free(sl, 1);
193 add(DB *db, StringList *sl, size_t port, const char *proto, size_t *cnt, argument
203 (void)printf("add %s %zu %s [ ", sl->sl_str[0], port, proto);
204 for (i = 1; i < sl->sl_cur; i++)
205 (void)printf("%s ", sl->sl_str[i]);
212 sl->sl_str[0], port, proto, mkaliases(sl, abu
239 parseservices(const char *fname, StringList *sl) argument
409 getprotoindex(StringList *sl, const char *str) argument
428 getprotostr(StringList *sl, size_t i) argument
435 mkaliases(StringList *sl, char *buf, size_t len) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dlonglong.h161 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
164 "=&r" ((USItype) (sl)) \
169 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
172 "=&r" ((USItype) (sl)) \
190 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
193 "=&r" ((USItype) (sl)) \
198 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
201 "=&r" ((USItype) (sl)) \
231 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
234 "=&r" ((USItype) (sl)) \
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dtw.init.c105 tw_str_add(stringlist_t *sl, size_t len) argument
109 if (sl->tlist <= sl->nlist) {
111 sl->tlist += TW_INCR;
112 sl->list = xrealloc(sl->list, sl->tlist * sizeof(Char *));
115 if (sl->tbuff <= sl->nbuff + len) {
118 ptr = sl
139 tw_str_free(stringlist_t *sl) argument
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Dresponse_buckets.c45 serf_status_line sl; member in struct:__anon73
59 if (ctx->sl.code >= 100 && ctx->sl.code < 200)
63 if (ctx->sl.code == 204)
69 if (ctx->sl.code == 304)
114 serf_bucket_mem_free(bucket->allocator, (void*)ctx->sl.reason);
153 ctx->sl.version = SERF_HTTP_VERSION(ctx->linebuf.line[5] - '0',
155 ctx->sl.code = apr_strtoi64(ctx->linebuf.line + 8, &reason, 10);
163 ctx->sl.reason = serf_bstrmemdup(allocator, reason,
245 if (ctx->sl
[all...]
/freebsd-11-stable/kerberos5/libexec/kdigest/
H A DMakefile7 -I${KRB5DIR}/lib/sl -I.
8 LIBADD= krb5 heimntlm roken crypto edit sl vers
/freebsd-11-stable/kerberos5/usr.sbin/iprop-log/
H A DMakefile9 -I${KRB5DIR}/lib/sl \
11 LIBADD= kadm5srv hdb krb5 roken edit sl vers
/freebsd-11-stable/kerberos5/usr.sbin/ktutil/
H A DMakefile19 CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/sl -I.
20 LIBADD= kadm5clnt krb5 roken crypto edit sl vers
/freebsd-11-stable/kerberos5/tools/slc/
H A DMakefile14 CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/sl -I${KRB5DIR}/lib/vers -I.
25 .PATH: ${KRB5DIR}/lib/roken ${KRB5DIR}/lib/sl
/freebsd-11-stable/kerberos5/usr.bin/hxtool/
H A DMakefile8 -I${KRB5DIR}/lib/sl \
11 LIBADD= hx509 roken asn1 crypto sl vers edit
/freebsd-11-stable/kerberos5/libexec/kimpersonate/
H A DMakefile8 -I${KRB5DIR}/lib/sl -I.
/freebsd-11-stable/crypto/openssh/
H A Dmd5crypt.c56 int sl, pl, i, j; local
74 sl = ep - sp;
77 memcpy(salt_copy, sp, sl);
78 salt_copy[sl] = '\0';
89 MD5_Update(&ctx, sp, sl);
94 MD5_Update(&ctx1, sp, sl);
129 MD5_Update(&ctx1, sp, sl);
/freebsd-11-stable/lib/msun/src/
H A Ds_clogl.c63 long double sh, sl, t; local
155 sl = ay2h;
156 _2sumF(sh, sl);
158 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v));
160 _2sum(sh, sl);
164 _2sum(sl, ay2l);
165 t = ax2l + sl;
H A Ds_clog.c48 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; local
138 sl = ay2h;
139 _2sumF(sh, sl);
141 return (CMPLX(log(ay2l + ax2l + sl + sh) / 2, v));
143 _2sum(sh, sl);
147 _2sum(sl, ay2l);
148 t = ax2l + sl;
H A Ds_clogf.c48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; local
138 sl = ay2h;
139 _2sumF(sh, sl);
141 return (CMPLXF(logf(ay2l + ax2l + sl + sh) / 2, v));
143 _2sum(sh, sl);
147 _2sum(sl, ay2l);
148 t = ax2l + sl;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp54 SectionList *sl = m_module.GetSectionList(); local
55 if (!sl)
58 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true);
64 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true);
70 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true);
75 sect = sl->FindSectionByType(eSectionTypeARMexidx, true);
77 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true);
/freebsd-11-stable/lib/libcrypt/
H A Dcrypt-md5.c49 int sl, pl; local
68 sl = ep - sp;
79 MD5Update(&ctx, (const u_char *)sp, (u_int)sl);
84 MD5Update(&ctx1, (const u_char *)sp, (u_int)sl);
103 strncat(passwd, sp, (u_int)sl);
121 MD5Update(&ctx1, (const u_char *)sp, (u_int)sl);
/freebsd-11-stable/crypto/heimdal/admin/
H A Dktutil_locl.h61 #include <sl.h>
/freebsd-11-stable/sys/geom/
H A Dgeom_sunlabel.c75 struct sun_disklabel sl; local
78 error = sunlabel_dec(sec0, &sl);
82 csize = sl.sl_ntracks * sl.sl_nsectors;
85 v = sl.sl_part[i].sdkp_cyloffset;
86 u = sl.sl_part[i].sdkp_nsectors;
96 v = sl.sl_part[i].sdkp_cyloffset;
97 u = sl.sl_part[i].sdkp_nsectors;
104 ms->nalt = sl.sl_acylinders;
105 ms->nheads = sl
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c224 static void bus_dmamap_sync_sl(struct sync_list *sl, bus_dmasync_op_t op,
954 struct sync_list *sl; local
973 sl = map->slist + map->sync_count - 1;
985 sl_end = VM_PAGE_TO_PHYS(sl->pages) +
986 sl->dataoffs + sl->datacount;
991 sl++;
992 sl->vaddr = 0;
993 sl->datacount = sgsize;
994 sl
1039 struct sync_list *sl; local
1255 bus_dmamap_sync_sl(struct sync_list *sl, bus_dmasync_op_t op, int bufaligned) argument
1339 struct sync_list *sl, *end; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_unix.c143 socklen_t sl; local
165 sl = SUN_LEN(sun);
167 sun->sun_len = sl;
171 if (bind(srvr, (struct sockaddr *)sun, sl) == -1) {
172 if (errno == EINVAL && sl >= 256) {
186 if (connect(clnt, (const struct sockaddr *)sun, sl) == -1)
229 if (sock_addr->sun_len != sl)
231 (size_t)sl);
/freebsd-11-stable/contrib/ipfilter/samples/
H A Drelay.c113 int fd, sl = sizeof(sl), se; local
135 sl = sizeof(sin);
136 if (getsockname(0, (struct sockaddr *)&sin, &sl) == -1) {
149 sl = sizeof(sin);
150 if (getpeername(0, (struct sockaddr *)&sin, &sl) == -1) {
171 sl = sizeof(sin);
174 if (connect(fd, (struct sockaddr *)&sin, sl) == -1) {
/freebsd-11-stable/crypto/heimdal/lib/
H A DMakefile.am29 sl \
/freebsd-11-stable/kerberos5/usr.bin/kcc/
H A DMakefile10 -I${KRB5DIR}/lib/sl -I.
11 LIBADD= krb5 roken asn1 kafs5 edit sl vers
/freebsd-11-stable/sys/sys/
H A Dsun_disklabel.h120 int sunlabel_dec(void const *pp, struct sun_disklabel *sl);
121 void sunlabel_enc(void *pp, struct sun_disklabel *sl);

Completed in 302 milliseconds

1234567891011>>