/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFinder.cpp | 1 //===--- USRFinder.cpp - Clang refactoring library ------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// point. 12 //===----------------------------------------------------------------------===// 35 // Finds the NamedDecl at a point in the source. 36 // \param Point the location in the source to search for the NamedDecl. 37 explicit NamedDeclOccurrenceFindingVisitor(const SourceLocation Point, in NamedDeclOccurrenceFindingVisitor() argument 41 Point(Point), Context(Context) {} in NamedDeclOccurrenceFindingVisitor() 49 SourceLocation End = Range.getEnd(); in visitSymbolOccurrence() local [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ecc.txt | 2 # Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 17 -----BEGIN PRIVATE KEY----- 19 -----END PRIVATE KEY----- 22 -----BEGIN PUBLIC KEY----- 25 -----END PUBLIC KEY----- 31 -----BEGIN PRIVATE KEY----- 33 -----END PRIVATE KEY----- 36 -----BEGIN PUBLIC KEY----- 39 -----END PUBLIC KEY----- 71 -----BEGIN PUBLIC KEY----- [all …]
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 2 * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 86 * non-trivial representations of field elements if necessary 94 * that if a non-trivial representation is used, it is a Montgomery 100 group->field = BN_new(); in ossl_ec_GFp_simple_group_init() 101 group->a = BN_new(); in ossl_ec_GFp_simple_group_init() 102 group->b = BN_new(); in ossl_ec_GFp_simple_group_init() 103 if (group->field == NULL || group->a == NULL || group->b == NULL) { in ossl_ec_GFp_simple_group_init() 104 BN_free(group->field); in ossl_ec_GFp_simple_group_init() 105 BN_free(group->a); in ossl_ec_GFp_simple_group_init() 106 BN_free(group->b); in ossl_ec_GFp_simple_group_init() [all …]
|
/freebsd/contrib/tcsh/ |
H A D | csh-mode.el | 1 ;; csh-mode.el --- csh (and tcsh) script editing mode for Emacs. 11 ;; Put csh-mode.el in some directory in your load-path and load it. 16 ;; fashion as other programming language modes. Invoke describe-mode 22 ;; DH - Dan Harkless <software@harkless.org> 23 ;; CM - Carlo Migliorini <migliorini@sodalia.it> 24 ;; JR - Jack Repenning <jackr@sgi.com> 25 ;; GE - Gary Ellison <Gary.F.Ellison@att.com> 30 ;; --------- -- -------------------------------------------------------------- 31 ;; 2 Apr 99 DH 1.2: Noticed an out-of-date comment referencing .bashrc etc. 32 ;; 11 Dec 96 DH 1.1: ksh-mode just indented continuation lines by 1 space. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 1 //===-- IntervalTree.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 28 // finding all intervals that overlap with any given point. At this time, 53 // IntervalReferences getContaining(PointT Point); 56 // find_iterator begin(PointType Point) const; 57 // find_iterator end() const; 65 //===----------------------------------------------------------------------===// 69 // [a, b] <- (x) [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | RegBankSelect.h | 1 //=- llvm/CodeGen/GlobalISel/RegBankSelect.h - Reg Bank Selector --*- C++ -*-=// 5 // SPDX-License-Identifier: Apache-2. 384 insertpt_iterator end() { return InsertPoints.end(); } end() function 387 const_insertpt_iterator end() const { return InsertPoints.end(); } end() function [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | GCMetadata.h | 1 //===- GCMetadata.h - Garbage collector metadata -------- 135 iterator end() { return SafePoints.end(); } end() function 195 iterator end() const { return GCStrategyList.end(); } end() function [all...] |
/freebsd/stand/i386/gptboot/ |
H A D | gptldr.S | 1 /*- 14 * 3. Neither the name of the author nor the names of any co-contributors 39 .set MEM_JMP,0x9010 # BTX entry point 60 * stack to end just below the start of our code. 69 * BTX is right after us at 'end'. We read the length of BTX out of 76 mov $end,%bx # BTX 79 dec %si # Set %ds:%si to point at the 85 mov $MEM_USR/16,%ax # Set %es:(-1) to point at 90 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at 91 mov %ds,%ax # the end of the next 32k to [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 1 //===--- Annotations.h - Annotated source code for tests ---------*- C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 /// int complete() { x.pri^ } // ^ indicates a point 34 /// size_t P = Example.point(); // there must be exactly one 55 /// Two offsets pointing to a continuous substring. End is not included, i.e. 56 /// represents a half-open range. 59 size_t End = 0; member 62 return std::tie(L.Begin, L.End) == std::tie(R.Begin, R.End); 74 /// Returns the position of the point marked by ^ (or $name^) in the text. [all …]
|
/freebsd/contrib/nvi/vi/ |
H A D | v_left.c | 1 /*- 24 * v_left -- [count]^H, [count]h 38 if (vp->m_start.cno == 0) { in v_left() 43 /* Find the end of the range. */ in v_left() 44 cnt = F_ISSET(vp, VC_C1SET) ? vp->count : 1; in v_left() 45 if (vp->m_start.cno > cnt) in v_left() 46 vp->m_stop.cno = vp->m_start.cno - cnt; in v_left() 48 vp->m_stop.cno = 0; in v_left() 51 * All commands move to the end of the range. Motion commands in v_left() 52 * adjust the starting point to the character before the current in v_left() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceCursor.h | 1 //===-- TraceCursor.h -------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "lldb/lldb-private.h" 23 /// of the trace so that each Trace plug-in can reconstruct, represent and store 29 /// should point to the trace at the moment it was collected. If the process 31 /// trace plug-in to decide whether to leave the old cursor unaffected or not. 34 /// A \a TraceCursor can point at one of the following items: 39 /// cursor can point at them. 42 /// The cursor can also point at events in the trace, which aren't errors [all …]
|
/freebsd/stand/i386/pxeldr/ |
H A D | pxeldr.S | 33 * separate PXE-aware client just to load the loader. 59 .set AOUT_ENTRY,0x14 # entry point 66 .set SEL_SCODE,0x18 # PM-32 code 67 .set SEL_SCODE16,0x20 # PM-16 code 78 * point) 98 movw $welcome_msg, %si # %ds:(%si) -> welcome message 103 movw $bootinfo_msg, %si # %ds:(%si) -> boot args message 105 movw $MEM_ARG, %bx # %ds:(%bx) -> boot args 106 movw %bx, %di # %es:(%di) -> boot args 108 movw $(MEM_ARG_SIZE/4), %cx # Size of arguments in 32-bit [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MustExecute.h | 1 //===- MustExecute.h - Is an instruction known to execute--------* 434 iterator &end() { return EndIterator; } end() function 435 iterator &end(const Instruction *) { return EndIterator; } end() function 437 const_iterator &end() const { return EndIterator; } end() function 438 const_iterator &end(const Instruction *) const { return EndIterator; } end() function [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 1 //===- SplitKit.h - Toolkit for splitting live ranges -------- [all...] |
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | formatter_floating_point.h | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 79 // https://en.cppreference.com/w/cpp/language/types#cite_note-1 80 // float min subnormal: +/-0x1p-149 max: +/- 3.402,823,4 10^38 81 // double min subnormal: +/-0x1p-1074 max +/- 1.797,693,134,862,315,7 10^308 82 // long double (x86) min subnormal: +/-0x1p-16446 max: +/- 1.189,731,495,357,231,765,021 10^4932 97 // radix point 1 code unit 102 // ----------------------------------- [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_port.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 85 * for each end-point local or remote (attached) port in the 91 * This field indicates the SAS address for the associated end 92 * point in the port. 98 * end-point in the port. 117 * This field indicates the local end-point properties for port. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1 //===- CoroSplit.cpp - Converts a coroutine into a state machine ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 78 #define DEBUG_TYPE "coro-split" 137 assert(ActiveSuspend && "need active suspend point for continuation"); in CoroCloner() 171 } // end anonymous namespace 179 auto Wrapper = CB->getWrapperFunction(); in lowerAwaitSuspend() 180 auto Awaiter = CB->getAwaiter(); in lowerAwaitSuspend() 181 auto FramePtr = CB->getFrame(); in lowerAwaitSuspend() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 1 /*===--- ConvertUTF.h - Universal Character Names conversions ---------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *==------------------------------------------------------------------------==*/ 9 * Copyright © 1991-2015 Unicode, Inc. All rights reserved. 46 /* --------------------------------------------------------------------- 48 Conversions between UTF32, UTF-16, and UTF-8. Header file. 51 conversions between the three formats. UTF-7 is not included 59 targetEnd. Note: the end pointers are *after* the last item: e.g. 60 *(sourceEnd - 1) is the last item. 67 updated to point to the end of last text successfully converted in [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FormattedStream.cpp | 1 //===-- llvm/Support/FormattedStream.cpp - Formatted streams ----*- C++ -*- 77 for (const char *End = Ptr + Size; Ptr < End; Ptr += NumBytes) { UpdatePosition() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 1 //===- LoopVectorizationPlanner.h - Planner for LoopVectorization ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 /// LoopVectorizationPlanner - drives the vectorization process after having 16 /// control-flow of the vectorized version, the replication of instructions that 19 /// Also provides a VPlan-based builder utility analogous to IRBuilder. 20 /// It provides an instruction-level API for generating VPInstructions while 22 //===----------------------------------------------------------------------===// 44 /// VPlan-based builder utility analogous to IRBuilder. 52 BB->insert(VPI, InsertPt); in tryInsertInstruction() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | MPIFunctionClassifier.h | 1 //===-- MPIFunctionClassifier.h - classifies MPI functions ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 31 // point-to-point identifiers 56 // The containers are used, to enable classification of MPI-functions during 69 // point-to-point functions 92 } // end of namespace: mpi 93 } // end of namespace: ento 94 } // end of namespace: clang
|
/freebsd/contrib/mandoc/ |
H A D | tbl.7 | 51 All input must be 7-bit ASCII. 54 case-insensitive options separated by spaces, tabs, or commas. 61 .Bl -tag -width Ds 63 Draw a single-line box around each table cell. 65 Draw a single-line box around the table. 69 Center the table instead of left-adjusting it. 73 Use the single-character argument as the decimal point with the 83 Draw a double-line box around the table. 90 Draw lines with the point size given by the unsigned integer argument. 102 Use the single-character argument as a delimiter between data cells. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
H A D | USRFinder.h | 1 //===--- USRFinder.h - Clang refactoring library --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 32 // Given an AST context and a point, returns a NamedDecl identifying the symbol 33 // at the point. Returns null if nothing is found at the point. 35 const SourceLocation Point); 46 } // end namespace tooling 47 } // end namespace clang
|
/freebsd/contrib/tcpdump/ |
H A D | netdissect.c | 2 * Copyright (c) 1988-1997 5 * Copyright (c) 1998-2012 Michael Richardson <mcr@tcpdump.org> 27 #include "netdissect-stdinc.h" 61 return (-1); in nd_init() 67 * XXX - should we just fail if this fails? Some of the in nd_init() 126 return (-1); in nd_load_smi_module() 133 return (-1); in nd_load_smi_module() 157 ndspi->ndspi_buffer = new_buffer; in nd_push_buffer() 158 ndspi->ndspi_packetp = ndo->ndo_packetp; in nd_push_buffer() 159 ndspi->ndspi_snapend = ndo->ndo_snapend; in nd_push_buffer() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 1 //===-- IntegerDivision.cpp - Expand integer division ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // from compiler-rt's implementations of __udivsi3 and __udivmoddi4, 12 // but hand-tuned for targets that prefer less control flow. 14 //===----------------------------------------------------------------------===// 24 #define DEBUG_TYPE "integer-division" 27 /// remainder, which will have the sign of the dividend. Builder's insert point 30 /// point will be pointing at the uren (if present, i.e. not folded), ready to 34 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode() [all …]
|