Searched refs:ll (Results 101 - 125 of 168) sorted by relevance

1234567

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3849 * data in which case we'll just return what fits.
4135 int ll = 0, ccmdlen = 0; local
4156 for (ll = tmp->cmd_len, ccmd = tmp->cmd, dst = rule7->cmd ;
4157 ll > 0 ; ll -= ccmdlen, ccmd += ccmdlen, dst += ccmdlen) {
4168 if (ccmdlen > ll) {
4187 int ll = 0, ccmdlen = 0; local
4197 for (ll = tmp->cmd_len, ccmd = tmp->cmd, dst = rule->cmd ;
4198 ll > 0 ; ll
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c310 * The computation above is a lower limit to how much we'll
379 * Assert that we'll never get called with a source
3509 int ll; local
3527 ll = 0;
3539 ll++;
3541 as->length += ll;
3577 ll = WideCharToMultiByte(sc->to_cp, 0,
3581 if (ll != 0 ||
3586 ll = WideCharToMultiByte(sc->to_cp, 0,
3588 if (archive_string_ensure(as, ll
[all...]
H A Darchive_read_support_format_mtree.c608 ssize_t ll; local
625 ll = pp_end - pp;
658 ll = len - nl - name_len;
663 return (bid_keyword_list(pp, ll, 0, *last_is_path));
H A Dxxhash.c103 typedef struct { long long ll[(XXH32_SIZEOFSTATE+(sizeof(long long)-1))/sizeof(long long)]; } XXH32_stateSpace_t; member in struct:__anon22
H A Darchive_write_set_format_xar.c1163 int r, r2, l, ll; local
1171 l = ll = archive_strlen(&(file->basename));
1178 r = UTF8Toisolat1(tmp, &l, BAD_CAST(file->basename.s), &ll);
2136 size_t ll = len; local
2151 if (ll == len)
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c4021 int ll; local
4025 ll = 7;
4028 if (ll + strlen(*av) > 63)
4031 ll = 0;
4033 if (ll == 0)
4038 ll += strlen(*av++) + 1;
H A Dtls.c2472 ** ll -- loglevel
2480 tlslogerr(priority, ll, who)
2482 int ll;
2490 if (LogLevel <= ll)
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_fabric.c1268 return (((uint64_t)ocs_be32toh(sp->port_name_hi) << 32ll) | (ocs_be32toh(sp->port_name_lo)));
1304 ocs_log_debug(sport->ocs, "l: %08x %08x\n", (uint32_t) (local_wwpn >> 32ll), (uint32_t) local_wwpn);
1308 (uint32_t) (local_wwpn >> 32ll), (uint32_t) local_wwpn);
1484 /* this node has served its purpose; we'll expect a PLOGI on a separate
H A Docs_domain.c679 sp->port_name_hi = ocs_htobe32((uint32_t) (sport->wwpn >> 32ll));
681 sp->node_name_hi = ocs_htobe32((uint32_t) (sport->wwnn >> 32ll));
H A Docs_sport.c631 /* If wwpn is zero, then we'll let the f/w */
682 sp->port_name_hi = ocs_htobe32((uint32_t) (sport->wwpn >> 32ll));
684 sp->node_name_hi = ocs_htobe32((uint32_t) (sport->wwnn >> 32ll));
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.h419 `ll' field, and the unpacked result is read from the struct `s'. */
424 DWtype ll; member in union:__anon1350
H A Dlonglong.h181 __w.ll = __umulsidi3 (u, v); \
1294 __w.ll; })
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.h370 fractype ll; member in union:__anon1232::__anon1233
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c891 * First initialize the storage where we'll compute the inverse rows.
975 int ll; local
1025 if ((ll = log + invlog[cc][i]) >= 255)
1026 ll -= 255;
1027 val = vdev_raidz_pow2[ll];
1715 * before, all children will be marked as tried so we'll
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c250 size_t ll = tsslen(ls); local
260 return (len == ll) ? 0 : 1; /* check 'ls' */
261 else if (len == ll) /* 'ls' is finished? */
265 l += len; ll -= len; r += len; lr -= len;
/freebsd-11-stable/stand/lua/
H A Dcore.lua231 -- setting, kernels_autodetect. If it's set to 'yes', we'll add
385 -- As of now, it requires some 'os' functions, so we'll implement this in lua
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf150 # I'll go ahead and solve it as an example.
158 libs -ll -ly -lm -lresolv -lrpcsvc -lcompat
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk148 # If INCLUDES_libfoo is not set, then we'll use ${SRC_libfoo}/h if it exists,
H A Dgendirdeps.mk87 # these are actually prefixes that we'll skip
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c1305 * First initialize the storage where we'll compute the inverse rows.
1390 int ll; local
1439 if ((ll = log + invlog[cc][i]) >= 255)
1440 ll -= 255;
1441 val = vdev_raidz_pow2[ll];
2513 * as tried so we'll proceed to combinatorial reconstruction.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp692 // with the remote, otherwise it'll crash when it tries to release resources
734 raw_fd_ostream Out(M.getModuleIdentifier() + ".ll", EC, sys::fs::OF_Text);
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk88 # these are actually prefixes that we'll skip
H A Dsys.mk424 ${CC} ${CFLAGS} ${LDFLAGS} ${.PREFIX}.tmp.c ${LDLIBS} -ll -o ${.TARGET}
H A Dbsd.sys.mk194 # Eventually we'll want to start building the base system C++ code as C++11,
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c1699 unsigned long long ll; local
1702 ll = (unsigned long long)args[sc->offset + 1] << 32 |
1705 ll = (unsigned long long)args[sc->offset] << 32 |
1709 fprintf(fp, "%lld", ll);
1711 fprintf(fp, "0x%llx", ll);

Completed in 257 milliseconds

1234567