Searched refs:ll (Results 26 - 50 of 168) sorted by relevance

1234567

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon4779::__anon4780
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon4779::__anon4781
198 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh;
201 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
/freebsd-11-stable/tools/bsdbox/
H A DMakefile60 CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcapw
/freebsd-11-stable/tools/build/make_check/
H A DMakefile18 DATA3= ${DATA2:S/ll/rr/g}
19 DATA4:= ${DATA2:S/ll/rr/g}
21 DATA5:= ${DATA2:S/ll/ii/g} ${DATA1:S/ll/rr/g}
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_word.c231 BN_ULONG ll; local
239 ll = bn_mul_words(a->d, a->d, a->top, w);
240 if (ll) {
243 a->d[a->top++] = ll;
H A Dbn_asm.c329 BN_ULLONG ll = 0; local
337 ll += (BN_ULLONG) a[0] + b[0];
338 r[0] = (BN_ULONG)ll & BN_MASK2;
339 ll >>= BN_BITS2;
340 ll += (BN_ULLONG) a[1] + b[1];
341 r[1] = (BN_ULONG)ll & BN_MASK2;
342 ll >>= BN_BITS2;
343 ll += (BN_ULLONG) a[2] + b[2];
344 r[2] = (BN_ULONG)ll & BN_MASK2;
345 ll >>
[all...]
H A Dbn_mul.c774 BN_ULONG ll, lc, *lp, *mp; local
903 ll = (r[i] + lc) & BN_MASK2;
904 r[i++] = ll;
905 lc = (lc > ll);
910 ll = r[i];
911 r[i++] = (ll - lc) & BN_MASK2;
912 lc = (lc > ll);
921 ll = (r[i] + lc) & BN_MASK2;
922 r[i++] = ll;
923 lc = (lc > ll);
[all...]
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dfilesystem.conf31 libs -ll -ledit -ltermcap -lutil -lscrypt
H A Dfixit.conf44 libs -lcrypt -ltelnet -lutil -ll
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c993 struct lastlog ll;
997 (void)lseek(fd, (off_t)pwd->pw_uid * sizeof(ll), L_SET);
999 if (read(fd, (char *)&ll, sizeof(ll)) == sizeof(ll) &&
1000 ll.ll_time != 0) {
1002 24-5, (char *)ctime(&ll.ll_time));
1003 if (*ll.ll_host != '\0')
1005 (int)sizeof(ll.ll_host),
1006 ll
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dtroff.cpp44 void start_picture(double sc, const position &ll, const position &ur) = 0;
225 void start_picture(double, const position &ll, const position &ur);
277 const position &ll, const position &ur)
279 upper_left.x = ll.x;
281 scale = compute_scale(sc, ll, ur);
282 height = (ur.y - ll.y)/scale;
283 double width = (ur.x - ll.x)/scale;
289 printf(".\\\" %g %g %g %g\n", ll.x, ll.y, ur.x, ur.y);
276 start_picture(double sc, const position &ll, const position &ur) argument
H A Dtex.cpp31 void start_picture(double, const position &ll, const position &ur);
105 void tex_output::start_picture(double sc, const position &ll, argument
108 upper_left.x = ll.x;
110 scale = compute_scale(sc, ll, ur);
111 height = (ur.y - ll.y)/scale;
112 width = (ur.x - ll.x)/scale;
H A Dcommon.h58 void start_picture(double sc, const position &ll, const position &ur) = 0;
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c1259 struct lastlog ll; local
1263 if ((sizeof(ll) == read(f, (char *) &ll, sizeof(ll))) &&
1264 (ll.ll_time != 0) && (!quietlog)) {
1266 24 - 5, (char *) ctime(&ll.ll_time));
1267 if (*ll.ll_host != '\0')
1268 printf("from %.*s\n", sizeof(ll.ll_host), ll.ll_host);
1270 printf("on %.*s\n", sizeof(ll
1280 write(f, (char *) &ll, sizeof ll); local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dfcrypt.c102 DES_LONG out[2], ll; local
144 ll = out[0];
145 l2c(ll, b);
146 ll = out[1];
147 l2c(ll, b);
H A Ddes.c357 int num = 0, j, k, l, rem, ll, len, last, ex = 0; local
563 ll = uufread(&(buf[rem]), 1, BUFSIZE, DES_IN);
565 ll = fread(&(buf[rem]), 1, BUFSIZE, DES_IN);
566 ll += rem;
567 rem = ll % 8;
568 ll -= rem;
569 if (feof(DES_IN) && (ll == 0)) {
593 l = ll;
/freebsd-11-stable/sys/kern/
H A Dsubr_inflate.c121 c14c 19 Jul 93 J. Bush changed v[N_MAX], l[288], ll[28x+3x] arrays
846 unsigned ll[288 + 32]; /* literal/length and distance code local
849 unsigned ll[286 + 30]; /* literal/length and distance code local
879 ll[border[j]] = (unsigned) b & 7;
883 ll[border[j]] = 0;
887 if ((i = huft_build(glbl, ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) {
902 ll[i++] = l = j; /* save last length in l */
910 ll[i++] = l;
918 ll[i++] = 0;
927 ll[
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_ah.c168 enum rdma_link_layer ll; local
172 ll = rdma_port_get_link_layer(ibah->device, ah_attr->port_num);
173 if (ll == IB_LINK_LAYER_ETHERNET)
178 ah_attr->dlid = ll == IB_LINK_LAYER_INFINIBAND ? be16_to_cpu(ah->av.ib.dlid) : 0;
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c344 struct sockaddr_ll ll; local
401 memset(&ll, 0, sizeof(ll));
402 ll.sll_family = AF_PACKET;
403 ll.sll_ifindex = drv->monitor_ifidx;
417 if (bind(drv->monitor_sock, (struct sockaddr *) &ll, sizeof(ll)) < 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
H A Dtst.TypedefDataAssign.d83 new_long_long ll;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h216 TimeInteger.QuadPart -= 11644473600ll * 10000000;
225 TimeInteger.QuadPart += 11644473600ll * 10000000;
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h127 int ll; member in class:html_indent
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtokenize.c142 * high and we'll squander the space for a few extra pointers.
/freebsd-11-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c797 long long ll; local
810 ll = strtol(optarg, &endp, 10);
811 if (*endp != 0 || ll < 1)
813 iterations = ll;
817 ll = strtol(optarg, &endp, 10);
818 if (*endp != 0 || ll < 1 || ll > 100000)
820 loops = ll;
828 ll = strtol(optarg, &endp, 10);
829 if (*endp != 0 || ll <
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha_locl.h71 unsigned long ll; \
72 ll=(c)->h0; (void)HOST_l2c(ll,(s)); \
73 ll=(c)->h1; (void)HOST_l2c(ll,(s)); \
74 ll=(c)->h2; (void)HOST_l2c(ll,(s)); \
75 ll=(c)->h3; (void)HOST_l2c(ll,(s)); \
76 ll
[all...]
H A Dsha256.c101 unsigned long ll; \
106 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
110 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
116 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \

Completed in 427 milliseconds

1234567