/freebsd/stand/forth/ |
H A D | support.4th | 4 \ Redistribution and use in source and binary forms, with or without 8 \ notice, this list of conditions and the following disclaimer. 10 \ notice, this list of conditions and the following disclaimer in the 11 \ documentation and/or other materials provided with the distribution. 13 \ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15 \ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20 \ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28 \ initialize ( addr len -- ) as above, plus load_conf_files 29 \ load_conf ( addr len -- ) load conf file given 30 \ include_conf_files ( -- ) load all conf files in load_conf_files [all …]
|
H A D | menu.4th | 3 \ Copyright (c) 2006-2015 Devin Teske <dteske@FreeBSD.org> 6 \ Redistribution and use in source and binary forms, with or without 10 \ notice, this list of conditions and the following disclaimer. 12 \ notice, this list of conditions and the following disclaimer in the 13 \ documentation and/or other materials provided with the distribution. 15 \ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 17 \ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22 \ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28 marker task-menu.4th 33 vocabulary menu-infrastructure [all …]
|
H A D | version.4th | 1 \ Copyright (c) 2006-2015 Devin Teske <dteske@FreeBSD.org> 4 \ Redistribution and use in source and binary forms, with or without 8 \ notice, this list of conditions and the following disclaimer. 10 \ notice, this list of conditions and the following disclaimer in the 11 \ documentation and/or other materials provided with the distribution. 13 \ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15 \ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20 \ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26 marker task-version.4th 28 vocabulary version-processing [all …]
|
H A D | loader.4th | 2 \ Copyright (c) 2011-2015 Devin Teske <dteske@FreeBSD.org> 5 \ Redistribution and use in source and binary forms, with or without 9 \ notice, this list of conditions and the following disclaimer. 11 \ notice, this list of conditions and the following disclaimer in the 12 \ documentation and/or other materials provided with the distribution. 14 \ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16 \ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21 \ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 34 swap u< if -1 exit then 44 0 swap 0x3F [all …]
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth_ec_regs.h | 1 /*- 9 Public License V2 as published by the Free Software Foundation and can be 10 found at http://www.gnu.org/licenses/gpl-2.0.html 12 Alternatively, redistribution and use in source and binary forms, with or 17 this list of conditions and the following disclaimer. 20 notice, this list of conditions and the following disclaimer in 21 the documentation and/or other materials provided with the 24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 26 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 30 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON [all …]
|
/freebsd/stand/ficl/softwords/ |
H A D | jhlocal.fr | 4 \ { a b c | cleared -- d e } 7 \ Anything between "--" and "}" is treated as comment 9 \ locstate: 0 = looking for | or -- or }} 11 \ 2 = found -- 15 \ revised 2 June 2000 - { | a -- } now works correctly 23 : ?-- ( c-addr u -- c-addr u flag ) 24 2dup s" --" compare 0= ; 25 : ?} ( c-addr u -- c-addr u flag ) 26 2dup s" }" compare 0= ; 27 : ?| ( c-addr u -- c-addr u flag ) [all …]
|
H A D | string.fr | 6 \ ** C - S T R I N G 9 \ c-string --> new str 10 \ s" arf arf!!" str --> set 11 \ s" woof woof woof " str --> cat 12 \ str --> type cr 17 object subclass c-string 18 c-cell obj: .count 19 c-cell obj: .buflen 20 c-ptr obj: .buf 21 32 constant min-buf [all …]
|
/freebsd/sys/contrib/ck/include/gcc/ |
H A D | ck_pr.h | 5 * Redistribution and use in source and binary forms, with or without 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in the 12 * documentation and/or other materials provided with the distribution. 14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 123 * Load and store fences are equivalent to full fences in the GCC port. 154 * Atomic compare and swap. in CK_PR_FENCE() 158 ck_pr_cas_##S(M *target, T compare, T set) \ in CK_PR_FENCE() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 1 //===- llvm/ADT/simple_ilist.h - Simple Intrusive List -------- 154 void swap(simple_ilist &X) { std::swap(*this, X); } swap() function [all...] |
H A D | ilist.h | 1 //==-- llvm/ADT/ilist.h - Intrusive Linked List Template ---------*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 /// (i.e. each node of the list must contain a next and previous field for the 19 /// a sentinel node, whose Next points at begin() and whose Prev points at 20 /// rbegin(). The sentinel node itself serves as end() and rend(). 22 //===----------------------------------------------------------------------===// 34 /// Use delete by default for iplist and ilist. 36 /// Specialize this to get different behaviour for ownership-related API. (If 48 /// non-intrusive deletion in iplist (which implies ownership). [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 1 //===-------------- PPCMIPeephole.cpp - MI Peephole Cleanups -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===---------------------------------------------------------------------===// 11 // the SSA phases, following VSX swap removal. A pass of dead code 12 // elimination follows this one for quick clean-up of any dead 15 // effects: it might remove optimization opportunities for VSX swap 16 // removal, and it would miss cleanups made possible following VSX 17 // swap removal. 28 //===---------------------------------------------------------------------===// 52 #define DEBUG_TYPE "ppc-mi-peepholes" [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_plat_services.h | 1 /*- 9 Public License V2 as published by the Free Software Foundation and can be 10 found at http://www.gnu.org/licenses/gpl-2.0.html 12 Alternatively, redistribution and use in source and binary forms, with or 17 this list of conditions and the following disclaimer. 20 notice, this list of conditions and the following disclaimer in 21 the documentation and/or other materials provided with the 24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 26 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 30 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON [all …]
|
/freebsd/share/man/man9/ |
H A D | casuword.9 | 7 .\" Redistribution and use in source and binary forms, with or without 11 .\" notice, this list of conditions and the following disclaimer. 13 .\" notice, this list of conditions and the following disclaimer in the 14 .\" documentation and/or other materials provided with the distribution. 16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND 18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 36 .Nd fetch, compare and store data from user-space 69 functions are designed to perform atomic compare-and-swap operation on 76 and compare the value read with [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 1 //===-- RangeMap.h -------- 447 m_compare(compare) m_compare() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 1 //===-- SystemZISelLowering.h - SystemZ DAG lowering interface --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 32 // Calls a function. Operand 0 is the chain operand and operand 1 43 // Wraps a TargetGlobalAddress that should be loaded using PC-relative 48 // Operand 0 is the full TargetGlobalAddress and operand 1 is a 55 // to compare, and an integer of type SystemZICMP. 58 // Floating-point comparisons. The two operands are the values to compare. 62 // and the condition codes are set on the result. The third operand is [all …]
|
/freebsd/usr.bin/top/ |
H A D | machine.h | 5 * This file defines the interface between top and the machine-dependent 6 * module. It is NOT machine dependent and should not need to be changed 51 int *swap; member 59 * and information we are interested in seeing 70 int uid[TOP_MAX_UIDS]; /* only these uids (unless uid[0] == -1) */ 72 int jid; /* only this jid (unless jid == -1) */ 74 bool swap; /* show swap usage */ member 75 bool kidle; /* show per-CPU idle threads */ 76 int pid; /* only this pid (unless pid == -1) */ 91 /* non-int routines typically used by the machine dependent module */ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Schedule.td | 1 //===-- X86Schedule.td - X86 Scheduling Definitions ------- [all...] |
/freebsd/sys/arm64/arm64/ |
H A D | support.S | 1 /*- 3 * Copyright (c) 2014-2015 The FreeBSD Foundation 9 * Redistribution and use in source and binary forms, with or without 13 * notice, this list of conditions and the following disclaimer. 15 * notice, this list of conditions and the following disclaimer in the 16 * documentation and/or other materials provided with the distribution. 18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 48 * One of the fu* or su* functions failed, return -1. [all …]
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 4 \ a copy of this software and associated documentation files (the 7 \ distribute, sublicense, and/or sell copies of the Software, and to 11 \ The above copyright notice and this permission notice shall be 16 \ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 31 \ -- In the preamble, a macro called "CTX" that evaluates to the current 34 \ -- In the preamble, a macro called "CONTEXT_NAME" that evaluates to the 37 \ -- A word called "read8-low" ( -- x ) that reads the next byte, or -1 40 \ -- A word called "read-blob-inner" ( addr len -- addr len ) that is 41 \ the multi-byte version of read8-low. 43 \ -- A word called "skip-remaining-inner" ( lim -- lim ) which reads but [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 1 //===- AggressiveInstCombine.cpp --------- 274 Value *And = Builder.CreateAnd(MOps.Root, Mask); foldAnyOrAllBitsSet() local [all...] |
/freebsd/tests/sys/geom/class/virstor/ |
H A D | virstor_test.sh | 4 # SPDX-License-Identifier: BSD-2-Clause 21 # Create an md backing device and initialize it with junk 23 attach_md md -t swap -S $psecsize -s 5M || atf_fail "attach_md" 24 jot -b uninitialized 0 | dd status=none of=/dev/$md 2> /dev/null 29 atf_check -o ignore -e ignore \ 30 gvirstor label -v -s ${vsizemb}M -m 512 $name /dev/$md 40 # Write the first and last sectors of the virtual address space 41 hasha=$(jot -b a 0 | head -c $ssize | sha1) 42 hashz=$(jot -b z 0 | head -c $ssize | sha1) 43 zsector=$((vsize / ssize - 1)) [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 1 //===-- sanitizer_common.h --------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file is shared between run-time libraries of sanitizers. 11 // It declares common functions and classes that are used in both runtimes. 13 // others must be defined by run-time library itself. 14 //===----------------------------------------------------------------------===// 64 // 32-bit Android only has 4k pages. 111 // Map aligned chunk of address space; size and alignment are powers of two. 133 // Maps shadow_size_bytes of shadow memory and returns shadow address. It will [all …]
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strcmp.S | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 17 and x9, x0, #0xf // x9 is the offset 19 and x11, x1, #0xf // x11 is the offset 21 mov x13, #-1 26 * alignment boundary and shift based on the offset. 95 b.lo .Lswapped // if not swap operands 116 * v ------1------ v ------2------ v 120 * where v indicates the alignment boundaries and corresponding chunks 123 * X1 doesn't end within region 2, then we compare chunk B between the [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 1 //===- InstCombineSelect.cpp ----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 58 // The select condition must be an equality compare with a constant operand. in foldSelectBinOpIdentity() 80 // The compare constant must be the identity constant for that binop. in foldSelectBinOpIdentity() 81 // If this a floating-point compare with 0.0, any zero constant will do. in foldSelectBinOpIdentity() 82 Type *Ty = BO->getType(); in foldSelectBinOpIdentity() 83 Constant *IdC = ConstantExpr::getBinOpIdentity(BO->getOpcode(), Ty, true); in foldSelectBinOpIdentity() 91 // Last, match the compare variable operand with a binop operand. in foldSelectBinOpIdentity() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 1 //===-- AVRISelLowering.h - AVR DAG Lowering Interface ------- 72 SWAP, global() enumerator [all...] |