Searched refs:le (Results 176 - 200 of 237) sorted by relevance

12345678910

/freebsd-current/sys/dev/aacraid/
H A Daacraid_endian.c36 #define TOH2(field, bits) field = le##bits##toh(field)
/freebsd-current/sys/cam/
H A Dcam_periph.c1785 int le; local
1799 le = TRUE;
1801 le = FALSE;
1808 /*load/eject*/le,
/freebsd-current/contrib/openbsm/config/
H A Ddepcomp412 if test $i -le 0; then
/freebsd-current/bin/ls/tests/
H A Dls_tests.sh195 while [ $i -le $wanted_index ]; do
225 while [ $i -le $max_num_paths_per_column ]; do
/freebsd-current/sys/dev/bxe/
H A Dbxe_stats.h592 diff = le##size##toh(tclient->s) - \
593 le##size##toh(old_tclient->s); \
/freebsd-current/share/man/man4/
H A DMakefile282 le.4 \
732 MLINKS+=le.4 if_le.4
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dia64.S185 cmp4.le p6,p0=r35,r0 };;
238 cmp4.le p6,p0=r35,r0 };;
302 cmp4.le p6,p0=r34,r0
411 cmp4.le p6,p0=r34,r0
480 { .mii; cmp.le p6,p0=r34,r0
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c147 labelent_t *le = arg1; local
151 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name);
152 ctl.ctl_typeidx = le->le_idx;
/freebsd-current/tools/tools/nanobsd/
H A Ddefaults.sh847 if [ "$1" -le $PPLEVEL ]; then
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh407 if [ "$ITERATIONS" -le 0 ]; then
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2449 struct list_head **ar, *le; local
2453 list_for_each(le, head)
2457 list_for_each(le, head)
2458 ar[i++] = le;
/freebsd-current/sys/modules/
H A DMakefile214 le \
/freebsd-current/contrib/openresolv/
H A Dresolvconf.in806 if [ "$lock_timeout" -le 0 ]; then
838 while [ ${#IF_METRIC} -le 6 ]; do
/freebsd-current/share/mk/
H A Dsys.mk14 __TO_CPUARCH=C/arm(v[67])?/arm/:C/powerpc(64|64le|spe)/powerpc/:C/riscv64/riscv/
H A Dbsd.cpu.mk416 .if ${MACHINE_ARCH:Mpowerpc*} && !${MACHINE_ARCH:M*le}
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp678 li = layout.begin() + 1, le = layout.end(); local
682 for (; li != le && endAlign < li->Alignment; ++li)
687 if (li != le) {
689 for (; li != le; ++li) {
734 li = layout.begin(), le = layout.end(); li != le; ++li) {
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4506 l2arc_log_ent_phys_t *le, uint64_t i)
4509 dva_t dva = le[j].le_dva;
4517 (u_longlong_t)le[j].le_birth);
4519 (u_longlong_t)L2BLK_GET_LSIZE((&le[j])->le_prop));
4521 (u_longlong_t)L2BLK_GET_PSIZE((&le[j])->le_prop));
4523 (u_longlong_t)L2BLK_GET_COMPRESS((&le[j])->le_prop));
4525 (u_longlong_t)(&le[j])->le_complevel);
4527 (u_longlong_t)L2BLK_GET_TYPE((&le[j])->le_prop));
4529 (u_longlong_t)L2BLK_GET_PROTECTED((&le[j])->le_prop));
4531 (u_longlong_t)L2BLK_GET_PREFETCH((&le[
4505 dump_l2arc_log_entries(uint64_t log_entries, l2arc_log_ent_phys_t *le, uint64_t i) argument
[all...]
/freebsd-current/contrib/tnftp/
H A DMakefile.in588 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
/freebsd-current/crypto/heimdal/lib/ipc/
H A DMakefile.in705 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
711 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/freebsd-current/crypto/heimdal/kadmin/
H A DMakefile.in877 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
883 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/freebsd-current/crypto/heimdal/lib/ntlm/
H A DMakefile.in707 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
713 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/freebsd-current/crypto/heimdal/lib/sl/
H A DMakefile.in757 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
763 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/freebsd-current/crypto/heimdal/lib/wind/
H A DMakefile.in911 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
917 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/freebsd-current/tools/test/netfibs/
H A Dreflector.sh625 if test ${_instances} -le 1 -o ${_transfer} -ne 1; then
/freebsd-current/crypto/openssl/test/
H A Dtestutil.h312 DECLARE_COMPARISON(type, name, le) \

Completed in 418 milliseconds

12345678910