Searched refs:ll (Results 76 - 100 of 168) sorted by relevance

1234567

/freebsd-11-stable/sys/amd64/amd64/
H A Dsupport.S842 ll=1
844 rsb_call_label %(ll)
846 rsb_seq_label %(ll)
848 ll=ll+1
/freebsd-11-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
767 // we'll just create the dump file in the default temporary file location
808 // We'll automatically write a Minidump file here to help diagnose
859 // complain about the ll format specifiers used. Now we are turning the
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc37 exception handler and intermediary cleanup code. We'll only locate
39 _Unwind_Resume and we'll continue Phase 2 there. */
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DDarwin.mk183 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DIRIX.mk171 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DGeneric.mk179 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DNetBSD.mk206 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DSunOS.mk195 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DOSF1.mk174 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DOpenBSD.mk181 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DLinux.mk163 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DUnixWare.mk217 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dpsrm.cpp1039 unsigned ll; local
1040 if (read_uint_arg(&ptr, &ll) && ll > language_level)
1041 language_level = ll;
/freebsd-11-stable/rescue/rescue/
H A DMakefile42 # Note that if 'librescue' hasn't been compiled, we'll just get the
57 CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ll -ltermcapw -lutil -lxo
/freebsd-11-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
/freebsd-11-stable/sys/crypto/camellia/
H A Dcamellia.c84 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
86 w0 = ll; \
87 ll = (ll << bits) + (lr >> (32 - bits)); \
93 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
95 w0 = ll; \
97 ll = (lr << (bits - 32)) + (rl >> (64 - bits)); \
128 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
132 t0 &= ll; \
140 ll
[all...]
/freebsd-11-stable/stand/lua/
H A Dpassword.lua138 -- The autoboot sequence was interrupted, so we'll need to
H A Dconfig.lua86 -- most likely; we'll leave it be.
189 -- validation that we'll do after a match. However, the 'exec' pattern will.
191 -- the number of capture groups, if not two. We'll use this later to do
503 -- clobber it here. We'll later check if it's no longer nil and process
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc157 // removing files. If cleanup races with us and we win we'll have a leak,
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c588 ULONGLONG_T ll; member in union:__anon139
594 _uquad = u.ll;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c211 size_t ll = ls->tsv.len; local
220 return (len == ll) ? 0 : 1;
221 else if (len == ll) /* l is finished? */
225 l += len; ll -= len; r += len; lr -= len;
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c395 ** Unless we specify a socktype, we'll get at least two
1185 long long ll; local
1240 if (1 == sscanf(p_SNTP_PRETEND_TIME, "%lld", &ll))
1241 pretend_time = (time_t)ll;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c401 enum rdma_link_layer ll = mlx5_ib_port_link_layer(device, port_num); local
403 if (ll != IB_LINK_LAYER_ETHERNET)
2850 enum rdma_link_layer ll = mlx5_ib_port_link_layer(ibdev, 1); local
2855 if (ll == IB_LINK_LAYER_INFINIBAND)
3089 enum rdma_link_layer ll; local
3095 ll = mlx5_port_type_cap_to_rdma_ll(port_type_cap);
3097 if ((ll == IB_LINK_LAYER_ETHERNET) && !MLX5_CAP_GEN(mdev, roce))
3167 if (ll == IB_LINK_LAYER_ETHERNET)
3273 if (ll == IB_LINK_LAYER_ETHERNET) {
3330 if (ll
3347 enum rdma_link_layer ll = mlx5_ib_port_link_layer(&dev->ib_dev, 1); local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c623 * archive_read_data(), so be it. We'll do the same check there
2408 size_t ll; local
2420 ll = (size_t)size;
2442 if (header_bytes(a, ll) == NULL)
2458 if (header_bytes(a, ll) == NULL)
2485 ll--;
2487 if ((ll & 1) || ll < zip->numFiles * 4)
2492 zip->entry_names = malloc(ll);
2496 nb = ll;
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c2271 LogLevel ll = SYSLOG_LEVEL_INFO; local
2294 ll = SYSLOG_LEVEL_INFO;
2315 ll = SYSLOG_LEVEL_ERROR;
2326 ll = SYSLOG_LEVEL_DEBUG1 + debug_level;
2399 log_init(argv[0], ll, SYSLOG_FACILITY_USER, 1);

Completed in 202 milliseconds

1234567