/freebsd-src/crypto/heimdal/lib/gssapi/ |
H A D | gss_acquire_cred.3 | 487 In GSS-API, names have two forms, internal names and contiguous string 501 .Li Contiguous string name and exported name 503 Contiguous string names are gssapi names stored in a 507 A special form of the contiguous string name is the exported name that 512 In GSS-API an contiguous string name is stored in a 521 internal names with each other or two contiguous string names with 531 names in the access control list, comparing contiguous string name 534 when comparing contiguous string name, first export them into a
|
/freebsd-src/crypto/heimdal/doc/doxyout/gssapi/man/man3/ |
H A D | internalvsmechname.3 | 8 There are two forms of name in GSS-API, Internal form and Contiguous string ('flat') form. gss_expo… 11 The contiguous string form is described by an oid specificing the type and an octet string. A speci…
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 104 /// starts a contiguous sequence of ones if we look at the bits from the LSB 114 /// ends a contiguous sequence of ones if we look at the bits from the LSB 137 /// Check whether the constant contains a sequence of contiguous ones, 139 /// sequence of contiguous ones with an ORR instruction. 148 /// We are also looking for constants like |S|A|B|E| where the contiguous 157 // Try to find the chunks which start/end a contiguous sequence of ones. in trySequenceOfOnes() 173 // Outside of the contiguous sequence of ones everything needs to be zero. in trySequenceOfOnes() 178 // If our contiguous sequence of ones wraps around from the MSB into the LSB, in trySequenceOfOnes() 179 // just swap indices and pretend we are materializing a contiguous sequence in trySequenceOfOnes() 180 // of zeros surrounded by a contiguous sequenc in trySequenceOfOnes() [all...] |
/freebsd-src/lib/libgssapi/ |
H A D | gss_import_name.3 | 33 .Nd Convert a contiguous string name to internal-form 46 Convert a contiguous string name to internal form. 53 indicates that the contiguous string provided via the 64 Buffer containing contiguous string name to convert.
|
/freebsd-src/share/man/man9/ |
H A D | crypto_buffer.9 | 166 attempts to locate a single, virtually-contiguous segment of the data buffer 179 attempts to locate a single, virtually-contiguous segment in the input data 298 returns the start of the virtually-contiguous segment at the current position of 312 return a pointer to a contiguous segment or 319 returns the length in bytes of a contiguous segment.
|
H A D | contigmalloc.9 | 31 .Nd manage contiguous kernel physical memory 63 bytes of contiguous physical memory that is aligned to
|
/freebsd-src/sys/crypto/openssl/ |
H A D | ossl_sha.h | 25 * contiguous array of 32 bit wide 36 * contiguous array of 32 bit wide 48 * contiguous array of 64 bit
|
/freebsd-src/sys/dev/ice/ |
H A D | ice_resmgr.c | 39 * It can handle contiguous and scattered resource allocations, and upon 86 * will only allow contiguous allocations. This type of resmgr is intended to 132 * ice_resmgr_assign_contiguous - Assign contiguous mapping of resources 137 * Assign num_res number of contiguous resources into the idx mapping. On 140 * This function guarantees that the resource mapping will be contiguous, and
|
/freebsd-src/share/man/man3/ |
H A D | bitstring.3 | 295 If no sequence of contiguous unset bits of the specified 312 If no sequence of contiguous set bits of the specified 331 If no sequence of contiguous unset bits of the specified 352 If no sequence of contiguous set bits of the specified 375 If no sequence of contiguous such bits of the specified
|
/freebsd-src/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | internalvsmechname.html | 24 There are two forms of name in GSS-API, Internal form and Contiguous string ("flat") form. gss_expo… 26 <li>The contiguous string form is described by an oid specificing the type and an octet string. A s…
|
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | common_interface_defs.h | 113 /// Annotates the current state of a contiguous container, such as 116 /// A contiguous container is a container that keeps all of its elements 117 /// in a contiguous region of memory. The container owns the region of memory 164 /// Annotates the current state of a contiguous container memory, 167 /// A contiguous chunk is a chunk that keeps all of its elements 168 /// in a contiguous region of memory. The container owns the region of memory 196 /// Returns true if the contiguous container <c>[beg, end)</c> is properly 210 /// \returns True if the contiguous container <c>[beg, end)</c> is properly 216 /// Returns true if the double ended contiguous 234 /// \returns True if the double-ended contiguous container <c>[storage_beg,
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map_base.h | 24 // This is used to map a new set of contiguous pages. Note that the `Addr` is 32 // I.e., the result pages are expected to be still contiguous. 56 // Suggest releasing a set of contiguous physical pages back to the OS. Note 85 // allocator. `ReservedMemory` will reserve a contiguous pages and the later
|
/freebsd-src/crypto/heimdal/lib/gssapi/mech/ |
H A D | doxygen.c | 109 * Contiguous string ("flat") form. gss_export_name() and 112 * - The contiguous string form is described by an oid specificing the 113 * type and an octet string. A special form of the contiguous
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 68 // return us the entire stream as a contiguous buffer. There is no guarantee in writeStreamRef() 70 // an implementation may not store all data in a single contiguous buffer. So in writeStreamRef() 71 // we iterate over each contiguous chunk, writing each one in succession. in writeStreamRef()
|
/freebsd-src/contrib/libcbor/src/cbor/internal/ |
H A D | memory_utils.h | 28 /** Overflow-proof contiguous array allocation 37 /** Overflow-proof contiguous array reallocation
|
/freebsd-src/crypto/openssl/include/openssl/ |
H A D | sha.h | 38 * contiguous array of 32 bit wide 59 * contiguous array of 32 bit wide 97 * contiguous array of 64 bit
|
/freebsd-src/sys/contrib/xen/ |
H A D | xencomm.h | 27 * addresses corresponding to a virtually contiguous memory area. The 29 * to and from the virtually contiguous area.
|
/freebsd-src/sys/contrib/device-tree/Bindings/gpio/ |
H A D | renesas,em-gio.yaml | 18 - description: First set of contiguous registers 19 - description: Second set of contiguous registers
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MappedBlockStream.h | 29 /// necessarily contiguous. The arrangement of these chunks MSF the file 35 /// to one of these streams transparently, as if it were a contiguous sequence 95 // contiguous memory for things like arrays or strings that cross a block
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNNSAReassign.cpp | 64 CONTIGUOUS // NSA with all sequential address registers enumerator 235 return NSA ? NSA_Status::NON_CONTIGUOUS : NSA_Status::CONTIGUOUS; in CheckNSA() 261 case NSA_Status::CONTIGUOUS: in runOnMachineFunction() 278 if (CheckNSA(*MI, true) == NSA_Status::CONTIGUOUS) { in runOnMachineFunction() 337 if (I->second && CheckNSA(*I->first, true) < NSA_Status::CONTIGUOUS) { in runOnMachineFunction()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.h | 12 // 4) PT_LOAD segment describes a valid contiguous range of process address 171 // Parse a contiguous address range of the process from LOAD segment 175 // Parse a contiguous address range from a memory tag segment
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,coresight-catu.yaml | 26 translates contiguous Virtual Addresses (VAs) from an AXI master into 27 non-contiguous Physical Addresses (PAs) that are intended for system memory.
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextMemory.h | 41 // If all of the thread register are in a contiguous buffer in 44 // registers are not contiguous, clients will want to subclass this
|
/freebsd-src/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | shared-dma-pool.yaml | 51 the default pool of the contiguous memory allocator. 78 /* global autoconfigured region for contiguous allocations */
|
/freebsd-src/share/man/man4/ |
H A D | proto.4 | 248 The number of contiguous physical memory segments and the address of the first 264 single contiguous region of physical memory. 265 In practice this also tends to give a single contiguous region in bus space. 296 Load a contiguous region of memory in the memory descriptor specified by the
|