Searched refs:ll (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-13-stable/contrib/ee/
H A Dcreate.make168 Don't know where to find curses, you'll need to modify
195 Don't know where to find curses, you'll need to modify
/freebsd-13-stable/sys/kern/
H A Dkern_uuid.c63 uint64_t ll; /* internal, for uuid_last only */ member in union:uuid_private::__anon14747
143 if (uuid_last.time.ll == 0LL || uuid_last.node[0] != uuid.node[0] ||
147 else if (uuid_last.time.ll >= time)
153 uuid_last.time.ll = (time + count - 1) & ((1LL << 60) - 1LL);
/freebsd-13-stable/usr.sbin/rarpd/
H A Drarpd.c227 struct sockaddr_dl *ll; local
304 ll = (struct sockaddr_dl *)ifa->ifa_addr;
305 switch (ll->sdl_type) {
308 bcopy(LLADDR(ll), ii->ii_eaddr, 6);
722 struct sockaddr_dl *ll, *ll2; local
739 ll = &sin_dl;
740 bcopy(ep, LLADDR(ll), 6);
796 bcopy(ll, ll2, sizeof(*ll));
/freebsd-13-stable/contrib/ntp/libntp/
H A Dvint64ops.c104 accu = (uint32_t)res.W_s.ll * base;
105 res.W_s.ll = (uint16_t)accu;
/freebsd-13-stable/crypto/openssh/
H A Dloginrec.c103 * login.c. Here you'll find working examples. Also, in the logintest.c
1569 struct lastlogx l, *ll; local
1571 if ((ll = getlastlogxbyname(li->username, &l)) == NULL) {
1573 ll = &l;
1575 line_fullname(li->line, ll->ll_line, sizeof(li->line));
1576 strlcpy(li->hostname, ll->ll_host,
1577 MIN_SIZEOF(li->hostname, ll->ll_host));
1578 li->tv_sec = ll->ll_tv.tv_sec;
1579 li->tv_usec = ll->ll_tv.tv_usec;
/freebsd-13-stable/sys/i386/i386/
H A Dsupport.s415 ll=1
417 rsb_call_label %(ll)
419 rsb_seq_label %(ll)
421 ll=ll+1
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c135 { unsigned ll; local
139 for (ll=0; ll<=MaxLL; ll++) {
141 U32 const bitCost = FSE_getMaxNbBits(llstate.symbolTT, ll);
143 optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/;
144 optPtr->litLengthSum += optPtr->litLengthFreq[ll];
180 { unsigned ll; local
181 for (ll=0; ll<
[all...]
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk10 # nor does sys/param.h, so we'll use the existence of /hp-ux
200 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DAIX.mk158 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DDarwin.mk196 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DGeneric.mk177 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DIRIX.mk169 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DLinux.mk161 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DNetBSD.mk204 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DOSF1.mk172 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DOpenBSD.mk179 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DSunOS.mk193 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh222 while read -r blksize pc pl pm lc ll lm ac al am
/freebsd-13-stable/sys/mips/include/
H A Dasm.h348 #define PTR_LL ll
395 #define INT_LL ll
441 #define LONG_LL ll
480 #define REG_LL ll
/freebsd-13-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S96 ll t0, 0(a0)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h115 __uint128_t ll; member in union:__anon2474
125 } uu = {.ll = a};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc40 // the ll format specifier for printf. However, MinGW passes the format
41 // specifiers on to the MSVCRT entirely, and the CRT understands the ll
770 // we'll just create the dump file in the default temporary file location
811 // We'll automatically write a Minidump file here to help diagnose
865 // complain about the ll format specifiers used. Now we are turning the
/freebsd-13-stable/sys/mips/mips/
H A Dsupport.S330 ll t1, 0(a0)
582 /* NB: Only bit 1 is masked so the ll catches unaligned inputs */
591 ll t0, 0(a0)
609 /* NB: Only bit 1 is masked so the ll catches unaligned inputs */
619 ll t0, 0(a0)
638 /* NB: Only bit 1 is masked so the ll catches unaligned inputs */
649 ll t0, 0(a0)
671 /* NB: Only bit 1 is masked so the ll catches unaligned inputs */
682 ll t0, 0(a0)
714 ll t
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlparser.c1199 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { argument
1201 for (i = fs->bl->firstlabel; i < ll->n; i++) {
1202 if (luaS_eqstr(label, ll->arr[i].name)) {
1205 getstr(label), ll->arr[i].line);
1222 Labellist *ll = &ls->dyd->label; local
1224 checkrepeated(fs, ll, label); /* check for repeated labels */
1227 l = newlabelentry(ls, ll, label, line, fs->pc);
1231 ll->arr[l].nactvar = fs->bl->nactvar;
1233 findgotos(ls, &ll->arr[l]);
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-usb-linux.c82 #define htol64(ll) ll
86 #define htol64(ll) bswap_64(ll)
186 * "later", as 2.6.x went to 3.x, but we'll
279 * Split LINUX_USB_MON_DEV into a directory that we'll
280 * scan and a file name prefix that we'll check for.
409 * we'll just discard the last bit of the payload to get it

Completed in 139 milliseconds

1234567