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

1234567

/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c82 * of lists, and ll are the heads of the lists. The last
89 struct list_head ll[BACKLOG + 10]; member in struct:cfg_s
128 list_add_tail(h, &c->ll[i]);
586 INIT_LIST_HEAD(&c->ll[i]);
596 list_add_tail(&q->ni.h, &c->ll[0]);
607 double ll; local
624 ll = c.time.tv_sec*1000000 + c.time.tv_usec;
625 ll *= 1000; /* convert to nanoseconds */
626 ll /= c._enqueue;
634 c.name, (int)c.time.tv_sec, (int)c.time.tv_usec / 1000, ll,
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.cpp734 ll = linelength;
758 .put_number(((in + pg) * 100 + ll/2) / ll -
759 (ll/2)/ll)
782 *linelength = ll;
/freebsd-11-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-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_sparse_skip_entry.c31 # define LITERAL_LL(x) x##ll
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal.h36 #include <dev/vxge/include/vxgehal-ll.h>
/freebsd-11-stable/sys/kern/
H A Dkern_uuid.c61 uint64_t ll; /* internal. */ member in union:uuid_private::__anon12109
141 if (uuid_last.time.ll == 0LL || uuid_last.node[0] != uuid.node[0] ||
145 else if (uuid_last.time.ll >= time)
151 uuid_last.time.ll = (time + count - 1) & ((1LL << 60) - 1LL);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h75 return -1ll;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_private.h179 # define ARCHIVE_LITERAL_LL(x) x##ll
/freebsd-11-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);
795 bcopy(ll, ll2, sizeof(*ll));
/freebsd-11-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-11-stable/release/picobsd/bridge/
H A Dcrunch.conf172 libs_so -ll # used by sh (really ?)
/freebsd-11-stable/release/picobsd/qemu/
H A Dcrunch.conf186 libs_so -ll # used by sh (really ?)
/freebsd-11-stable/crypto/openssh/
H A Dloginrec.c103 * login.c. Here you'll find working examples. Also, in the logintest.c
1574 struct lastlogx l, *ll; local
1576 if ((ll = getlastlogxbyname(li->username, &l)) == NULL) {
1578 ll = &l;
1580 line_fullname(li->line, ll->ll_line, sizeof(li->line));
1581 strlcpy(li->hostname, ll->ll_host,
1582 MIN_SIZEOF(li->hostname, ll->ll_host));
1583 li->tv_sec = ll->ll_tv.tv_sec;
1584 li->tv_usec = ll->ll_tv.tv_usec;
/freebsd-11-stable/contrib/libreadline/
H A Dhistexpand.c370 int ll, elen; local
372 ll = current - start;
402 temp = (char *)xmalloc (ll + elen + 3);
403 strncpy (temp, s + start, ll);
404 temp[ll] = ':';
405 temp[ll + 1] = ' ';
406 strcpy (temp + ll + 2, emsg);
/freebsd-11-stable/sys/mips/include/
H A Dasm.h373 #define PTR_LL ll
420 #define INT_LL ll
466 #define LONG_LL ll
505 #define REG_LL ll
/freebsd-11-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.mk160 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S96 ll t0, 0(a0)
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp70 double output::compute_scale(double sc, const position &ll, const position &ur) argument
72 distance dim = ur - ll;
274 position ll; member in struct:bounding_box
289 ll = pos;
294 if (pos.x < ll.x)
295 ll.x = pos.x;
296 if (pos.y < ll.y)
297 ll.y = pos.y;
951 position m = -(bb.ll + bb.ur)/2.0;
955 dim = bb.ur - bb.ll;
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h115 __uint128_t ll; member in union:__anon979
125 } uu = {.ll = a};
/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S396 ll v0, 0(a0)
696 ll t0, 0(a0)
718 ll t0, 0(a0)
745 ll t0, 0(a0)
772 ll t0, 0(a0)
799 ll t0, 0(a0)
827 ll t0, 0(a0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c1194 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { argument
1196 for (i = fs->bl->firstlabel; i < ll->n; i++) {
1197 if (luaS_eqstr(label, ll->arr[i].name)) {
1200 getstr(label), ll->arr[i].line);
1217 Labellist *ll = &ls->dyd->label; local
1219 checkrepeated(fs, ll, label); /* check for repeated labels */
1222 l = newlabelentry(ls, ll, label, line, fs->pc);
1226 ll->arr[l].nactvar = fs->bl->nactvar;
1228 findgotos(ls, &ll->arr[l]);
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c1203 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { argument
1205 for (i = fs->bl->firstlabel; i < ll->n; i++) {
1206 if (eqstr(label, ll->arr[i].name)) {
1209 getstr(label), ll->arr[i].line);
1226 Labellist *ll = &ls->dyd->label; local
1228 checkrepeated(fs, ll, label); /* check for repeated labels */
1231 l = newlabelentry(ls, ll, label, line, luaK_getlabel(fs));
1235 ll->arr[l].nactvar = fs->bl->nactvar;
1237 findgotos(ls, &ll->arr[l]);
/freebsd-11-stable/contrib/binutils/gas/
H A Ddw2gencfi.c75 } ll; member in union:cfi_insn_data::__anon353
258 insn->u.ll.lab1 = frchain_now->frch_cfi_data->last_address;
259 insn->u.ll.lab2 = label;
874 symbolS *from = insn->u.ll.lab1;
875 symbolS *to = insn->u.ll.lab2;
/freebsd-11-stable/sys/i386/i386/
H A Dsupport.s830 ll=1
832 rsb_call_label %(ll)
834 rsb_seq_label %(ll)
836 ll=ll+1

Completed in 223 milliseconds

1234567