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

1234567

/freebsd-10-stable/usr.sbin/config/
H A DMakefile17 LDADD= -ll -lsbuf
/freebsd-10-stable/usr.sbin/rrenumd/
H A DMakefile26 LDADD= -lipsec -ll -ly
/freebsd-10-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c527 struct g_llvm_label ll; local
541 error = g_llvm_read_label(cp, &ll);
543 error = g_llvm_read_md(cp, &md, &ll);
567 g_llvm_add_disk(vg, pp, ll.ll_uuid);
608 g_llvm_read_label(struct g_consumer *cp, struct g_llvm_label *ll) argument
633 error = llvm_label_decode(&buf[i * pp->sectorsize], ll, i);
643 struct g_llvm_label *ll)
657 buf = g_read_data(cp, ll->ll_md_offset, pp->sectorsize, &error);
666 error = llvm_md_decode(buf, md, ll);
673 ll
642 g_llvm_read_md(struct g_consumer *cp, struct g_llvm_metadata *md, struct g_llvm_label *ll) argument
699 llvm_label_decode(const u_char *data, struct g_llvm_label *ll, int sector) argument
780 llvm_md_decode(const u_char *data, struct g_llvm_metadata *md, struct g_llvm_label *ll) argument
[all...]
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Doutput.h41 virtual void start_picture(double sc, const position &ll, const position &ur) = 0;
65 virtual void begin_block(const position &ll, const position &ur);
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
/freebsd-10-stable/sys/mips/cavium/
H A Dasm_octeon.S53 1: ll t0, octeon_ap_boot
/freebsd-10-stable/tools/bsdbox/
H A DMakefile60 CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcap
/freebsd-10-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-10-stable/usr.sbin/jail/
H A DMakefile10 LDADD= -ljail -lkvm -lutil -ll
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_word.c209 BN_ULONG ll; local
217 ll = bn_mul_words(a->d, a->d, a->top, w);
218 if (ll) {
221 a->d[a->top++] = ll;
/freebsd-10-stable/usr.bin/xlint/lint1/
H A DMakefile10 LDADD= -ll -lm
/freebsd-10-stable/usr.sbin/ndiscvt/
H A DMakefile17 LDADD= -ll
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon2::__anon3
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon2::__anon4
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-10-stable/cddl/usr.sbin/dtrace/
H A DMakefile25 LDADD= -lpthread -ldtrace -ly -ll -lproc -lctf -lelf -lz -lutil \
/freebsd-10-stable/usr.sbin/ctld/
H A DMakefile14 LDADD= -lbsdxml -ll -lmd -lsbuf -lutil
/freebsd-10-stable/usr.sbin/crunch/examples/
H A Dfilesystem.conf31 libs -ll -ledit -ltermcap -lutil -lscrypt
/freebsd-10-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-10-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c696 long long ll; local
708 ll = strtol(optarg, &endp, 10);
709 if (*endp != 0 || ll < 1 || ll > 100000)
711 iterations = ll;
715 ll = strtol(optarg, &endp, 10);
716 if (*endp != 0 || ll < 1 || ll > 100000)
718 loops = ll;
726 ll
[all...]
/freebsd-10-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-10-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);
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h208 MCSchedModel(unsigned iw, int mbs, unsigned ll, unsigned hl, argument
212 IssueWidth(iw), MicroOpBufferSize(mbs), LoadLatency(ll), HighLatency(hl),
/freebsd-10-stable/sys/kern/
H A Dinflate.c121 c14c 19 Jul 93 J. Bush changed v[N_MAX], l[288], ll[28x+3x] arrays
841 unsigned ll[288 + 32]; /* literal/length and distance code local
844 unsigned ll[286 + 30]; /* literal/length and distance code local
874 ll[border[j]] = (unsigned) b & 7;
878 ll[border[j]] = 0;
882 if ((i = huft_build(glbl, ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) {
897 ll[i++] = l = j; /* save last length in l */
905 ll[i++] = l;
913 ll[i++] = 0;
922 ll[
[all...]
/freebsd-10-stable/sbin/ipf/ipsend/
H A DMakefile12 LDADD+= -ll
/freebsd-10-stable/sbin/setkey/
H A DMakefile41 LDADD= -ll -ly
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A DMakefile17 LDADD= -ll

Completed in 1787 milliseconds

1234567