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

1234567

/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DHP-UX.mk10 # nor does sys/param.h, so we'll use the existence of /hp-ux
211 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DAIX.mk171 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DDarwin.mk194 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DGeneric.mk181 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DIRIX.mk173 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DLinux.mk174 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DNetBSD.mk208 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DOSF1.mk185 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DOpenBSD.mk183 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DSunOS.mk206 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
H A DUnixWare.mk228 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
/freebsd-10.0-release/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S99 ll t0, 0(a0)
/freebsd-10.0-release/sys/mips/include/
H A Dasm.h413 #define PTR_LL ll
460 #define INT_LL ll
506 #define LONG_LL ll
545 #define REG_LL ll
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/binutils/gas/
H A Ddw2gencfi.c75 } ll; member in union:cfi_insn_data::__anon363
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-10.0-release/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-10.0-release/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-10.0-release/contrib/libpcap/
H A Dpcap-usb-linux.c84 #define htol64(ll) ll
88 #define htol64(ll) bswap_64(ll)
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc34 // the ll format specifier for printf. However, MinGW passes the format
35 // specifiers on to the MSVCRT entirely, and the CRT understands the ll
509 // complain about the ll format specifiers used. Now we are turning the
/freebsd-10.0-release/rescue/rescue/
H A DMakefile41 # Note that if 'librescue' hasn't been compiled, we'll just get the
55 CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -ltermcap -lutil
/freebsd-10.0-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile165 LDADD= -ll -lpcap
/freebsd-10.0-release/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-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c510 ssize_t ll = len; local
517 while (ll > 0 && *pp != ' ' &&*pp != '\t' && *pp != '\r' &&
524 --ll;
558 ll = len - nl - name_len;
563 return (bid_keyword_list(pp, ll, 0, *last_is_path));
/freebsd-10.0-release/crypto/openssh/
H A Dsftp.c2142 LogLevel ll = SYSLOG_LEVEL_INFO; local
2164 ll = SYSLOG_LEVEL_INFO;
2185 ll = SYSLOG_LEVEL_ERROR;
2196 ll = SYSLOG_LEVEL_DEBUG1 + debug_level;
2266 log_init(argv[0], ll, SYSLOG_FACILITY_USER, 1);

Completed in 490 milliseconds

1234567