Searched refs:that (Results 201 - 225 of 396) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarparse-errors.mk27 # In a conditional, a variable expression that is not enclosed in quotes is
H A Dvarmod-sysv.mk21 # Words that don't match the pattern are passed unmodified.
40 # shell, but that's the job of the :Q modifier.
64 # XXX: It's hard to get the escaping correct here, and to read that.
128 # Words that don't match are copied unmodified.
218 # XXX: This specially constructed case demonstrates that the SysV modifier
/freebsd-13-stable/contrib/byacc/package/
H A Dmingw-byacc.spec16 This package provides a parser generator utility that reads a grammar
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemchr.S5 modification, are permitted provided that the following conditions
101 eor r5,r5, r1 @ Get it so that r5,r6 have 00's where the bytes match the target
103 uadd8 r5, r5, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
105 uadd8 r6, r6, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
133 @ r0 points to the start of the double word after the one that was tested
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc60 // Swap a and b if necessary so that a has the larger absolute value.
152 // that is the correct result in that case.
H A Dfp_extend_impl.inc13 // It does not support types that don't use the usual IEEE-754 interchange
17 // Note please, however, that this implementation is only intended to support
22 // It also requires that integer types at least as large as both formats
69 // to (signed) int. To avoid that, explicitly cast to src_rep_t.
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk60 # man2html is a Perl script which assumes that pages are fixed size.
97 # If that conflicts with the --without-manpage-renames, you can install those
159 # Please note that this target can only be properly built if the build of the
160 # Ada95 subdir has been done. The reason is, that the gnathtml tool uses the
/freebsd-13-stable/sys/mips/mips/
H A Dlocore.S10 * modification, are permitted provided that the following conditions
36 * provided that the above copyright notice appears in all copies.
64 * Contains code that is the first executed at boot time plus
78 .space 4 # Assumes mips32? Is that OK?
144 * now that we pass a0...a3 to the platform_init routine, do we need
/freebsd-13-stable/sys/dev/cxgb/
H A Dbin2h.pl31 modification, are permitted provided that the following conditions are met:
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_locore.asm8 * modification, are permitted provided that the following conditions
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_errno.inc8 * modification, are permitted provided that the following conditions
/freebsd-13-stable/share/mk/
H A Dbsd.dirs.mk43 # Validate that duplicate dirs have the same metadata.
H A Dlocal.sys.env.mk3 # This makefile is for customizations that should be done early
H A Dsrc.opts.mk9 # Makefiles must include bsd.opts.mk after defining specific MK_FOO options that
10 # are applicable for that Makefile (typically there are none, but sometimes there
11 # are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
12 # to omit from that make.
17 # Makefiles may also assume that this file is included by src.opts.mk should it
41 # that haven't been converted over.
249 # this means that we have to test TARGET_ARCH (the buildworld case) as well
H A Dmeta.stage.mk6 # This file is provided in the hope that it will
9 # use this file is hereby granted provided that
56 # and make sure we have absolute paths so that bmake
350 # get a list of paths that we have just staged
351 # get a list of paths that we have previously staged to those same dirs
H A Dsys.mk13 # and/or endian. This is called MACHINE_CPU in NetBSD, but that's used
87 # Ignore host file changes that will otherwise cause
94 # Note that these are prefix matching, so /lib matches /libexec.
240 # compiler driver flags (e.g. -mabi=*) that conflict with flags to LD.
324 # So define a shell that will do what FreeBSD expects.
/freebsd-13-stable/share/dtrace/
H A Dhotopen7 * modification, are permitted provided that the following conditions
H A Dretval7 * modification, are permitted provided that the following conditions
H A Dtcpconn7 * modification, are permitted provided that the following conditions
H A Dtcpdebug7 * modification, are permitted provided that the following conditions
H A Dtcpstate7 * modification, are permitted provided that the following conditions
/freebsd-13-stable/share/examples/flua/
H A Dlibjail.lua9 * modification, are permitted provided that the following conditions
/freebsd-13-stable/usr.bin/gprof/
H A Dprintgprof.c8 * modification, are permitted provided that the following conditions
265 * say that's first (e.g. less, i.e. -1).
570 membercmp(nltype *this, nltype *that) argument
573 double thattime = that -> propself + that -> propchild;
575 long thatcalls = that -> ncall + that -> selfcalls;
634 /* that is a self call */
642 /* that is a call within the cycle, too */
651 /* that is
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta.stage.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
58 # and make sure we have absolute paths so that bmake
352 # get a list of paths that we have just staged
353 # get a list of paths that we have previously staged to those same dirs
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp19 // encoding of a 2*n byte compare is smaller than that of two n-byte
79 // that is a constant offset from a base value, e.g. `a` or `o.c` in the example
89 BCEAtom(BCEAtom &&that) = default; member in struct:__anon4690::BCEAtom
90 BCEAtom &operator=(BCEAtom &&that) { argument
91 if (this == &that)
93 GEP = that.GEP;
94 LoadI = that.LoadI;
95 BaseId = that.BaseId;
96 Offset = std::move(that.Offset);
102 // To make sure that th
[all...]

Completed in 147 milliseconds

1234567891011>>