Home
last modified time | relevance | path

Searched +full:de +full:- +full:serialized (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h1 //===-- ReplacementsYaml.h -- Serialiazation for Replacements ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
28 /// (de)serialized. in LLVM_YAML_IS_SEQUENCE_VECTOR()
30 /// Helper to (de)serialize a Replacement since we don't have direct in LLVM_YAML_IS_SEQUENCE_VECTOR()
53 Io.mapRequired("FilePath", Keys->FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR()
54 Io.mapRequired("Offset", Keys->Offset); in LLVM_YAML_IS_SEQUENCE_VECTOR()
55 Io.mapRequired("Length", Keys->Length); in LLVM_YAML_IS_SEQUENCE_VECTOR()
56 Io.mapRequired("ReplacementText", Keys->ReplacementText); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
H A DDiagnosticsYaml.h1 //===-- DiagnosticsYaml.h -- Serialiazation for Diagnosticss ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
61 /// Helper to (de)serialize a Diagnostic since we don't have direct in LLVM_YAML_IS_SEQUENCE_VECTOR()
87 Io.mapRequired("DiagnosticName", Keys->DiagnosticName); in LLVM_YAML_IS_SEQUENCE_VECTOR()
88 Io.mapRequired("DiagnosticMessage", Keys->Message); in LLVM_YAML_IS_SEQUENCE_VECTOR()
89 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
90 Io.mapOptional("Level", Keys->DiagLevel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
91 Io.mapOptional("BuildDirectory", Keys->BuildDirectory); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
/freebsd/contrib/flex/src/
H A Dtables_shared.h3 dnl tables_shared.h - tables serialization header
12 dnl to contract no. DE-AC03-76SF00098 between the United States
54 * - The format allows many tables per file.
55 * - The tables can be streamed.
56 * - All data is stored in network byte order.
57 * - We do not hinder future unicode support.
58 * - We can lookup tables by name.
61 /** Magic number for serialized format. */
66 /** Calculate (0-7) = number bytes needed to pad n to next 64-bit boundary. */
68 #define yypad64(n) ((8-((n)%8))%8)
[all …]
H A Dtables.h1 /* tables.h - tables serialization code
10 * to contract no. DE-AC03-76SF00098 between the United States
39 /* *INDENT-OFF* */
41 /* *INDENT-ON* */
55 * tablesext - if true, create external tables
56 * tablesfilename - filename for external tables
57 * tablesname - name that goes in serialized data, e.g., "yytables"
58 * tableswr - writer for external tables
59 * tablesverify - true if tables-verify option specified
60 * gentables - true if we should spit out the normal C tables
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dst,st-mipid02.txt1 STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge
3 MIPID02 has two CSI-2 input ports, only one of those ports can be active at a
4 time. Active port input stream will be de-serialized and its content outputted
6 CSI-2 first input port is a dual lane 800Mbps per lane whereas CSI-2 second
11 YUV420 8-bit, YUV422 8-bit and YUV420 10-bit.
14 - compatible: shall be "st,st-mipid02"
15 - clocks: reference to the xclk input clock.
16 - clock-names: shall be "xclk".
17 - VDDE-supply: sensor digital IO supply. Must be 1.8 volts.
18 - VDDIN-supply: sensor internal regulator supply. Must be 1.8 volts.
[all …]
H A Dst,st-mipid02.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/i2c/st,st-mipid0
[all...]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp1 //===--- AtomicChange.cpp - AtomicChange implementation ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 /// Helper to (de)serialize an AtomicChange since we don't have direct
53 /// (de)serialized.
66 /// (de)serialized.
71 Io.mapRequired("Key", Keys->Key); in mapping()
72 Io.mapRequired("FilePath", Keys->FilePath); in mapping()
73 Io.mapRequired("Error", Keys->Error); in mapping()
74 Io.mapRequired("InsertedHeaders", Keys->InsertedHeaders); in mapping()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h1 //===- TypeHashing.h ---------
[all...]
/freebsd/share/doc/psd/24.xdr/
H A Dxdr.nts.ms2 .\" Must use -- eqn -- with this one
23 machinex-independent fashion.
168 a need for portable data. Programs can be made data-portable by
183 #include <rpc/rpc.h> /* \fIxdr is a sub-library of rpc\fP */
206 #include <rpc/rpc.h> /* \fIxdr is a sub-library of rpc\fP */
246 Integers are just the tip of the portable-data iceberg. Arbitrary
260 floating-point representation (IEEE), and so on. Any program running on
281 has a disadvantage, but it is unimportant in real-world data transfer
282 applications. Suppose two Little-Endian machines are transferring integers
284 from Little-Endian byte order to XDR (Big-Endian) byte order; the receiving
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h1 //===-- IRMutator.h - Mutation engine for fuzzing IR ------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // Fuzzer-friendly (de)serialization functions are also provided, as these
16 //===----------------------------------------------------------------------===//
215 /// \param Dest Location to store serialized module
/freebsd/secure/lib/libcrypto/man/man3/
H A DCRYPTO_THREAD_run_once.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
61 . de IX
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
[all …]
H A Dd2i_X509.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
61 . de IX
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h1 //===- ASTWriter.h - AST File Writer ----------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // containing a serialized representation of a translation unit.
12 //===----------------------------------------------------------------------===//
84 /// The ASTWriter class produces a bitstream containing the serialized
86 /// data structures. This bitstream can be de-serialized via an
256 /// Map from file SLocEntries to info about the file-level declarations
321 /// Set of parent Stmts for the currently serializing sub-stmt.
324 /// Offsets of sub-stmts already serialized. The offset points
[all …]
H A DASTReader.h1 //===- ASTReader.h - AST File Reader ----------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
225 /// each non-system input file of the AST File. If
340 /// The on-disk hash table(s) used for DeclContext name lookup.
351 /// class) containing the serialized representation of a given
356 /// The AST reader provides lazy de-serialization of declarations, as
358 /// actually required will be de-serialized.
396 /// The AST file is out-of-date relative to its input files,
[all …]
H A DASTBitCodes.h1 //===- ASTBitCodes.h - Enum values for the PCH bitcode format ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This header defines Bitcode enum values for Clang serialized AST files.
15 //===----------------------------------------------------------------------===//
75 /// - the lower three bits are used to store the const/volatile/restrict
77 /// - the next 29 bits provide a type index in the corresponding
79 /// - the upper 32 bits provide a module file index.
87 /// serialized representations.
97 /// Keep structure alignment 32-bit since the blob is assumed as 32-bit
[all …]
/freebsd/crypto/openssl/crypto/
H A Dinitthread.c2 * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
63 glob_tevent_reg->skhands = sk_THREAD_EVENT_HANDLER_PTR_new_null(); in DEFINE_RUN_ONCE_STATIC()
64 glob_tevent_reg->lock = CRYPTO_THREAD_lock_new(); in DEFINE_RUN_ONCE_STATIC()
65 if (glob_tevent_reg->skhands == NULL || glob_tevent_reg->lock == NULL) { in DEFINE_RUN_ONCE_STATIC()
66 sk_THREAD_EVENT_HANDLER_PTR_free(glob_tevent_reg->skhands); in DEFINE_RUN_ONCE_STATIC()
67 CRYPTO_THREAD_lock_free(glob_tevent_reg->lock); in DEFINE_RUN_ONCE_STATIC()
125 * Since per-thread-specific-data destructors are not universally
128 * to call this single destructor on non-pthread platform[s].
132 * after it's de-initialized. Access to the key doesn't have to be
133 * serialized for the said threads, because they didn't use libcrypto
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedExynosM5.td1 //=- AArch64SchedExynosM5.td - Samsung Exynos M5 Sched Defs --*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
15 // The Exynos-M5 is an advanced superscalar microprocessor with a 6-wide
16 // in-order stage for decode and dispatch and a wider issue stage.
17 // The execution units and loads and stores are out-of-order.
33 //===----------------------------------------------------------------------===//
34 // Define each kind of processor resource and number available on the Exynos-M5.
[all …]
H A DAArch64SchedExynosM4.td1 //=- AArch64SchedExynosM4.td - Samsung Exynos M4 Sched Defs --*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
15 // The Exynos-M4 is an advanced superscalar microprocessor with a 6-wide
16 // in-order stage for decode and dispatch and a wider issue stage.
17 // The execution units and loads and stores are out-of-order.
33 //===----------------------------------------------------------------------===//
34 // Define each kind of processor resource and number available on the Exynos-M4.
[all …]
H A DAArch64SchedExynosM3.td1 //=- AArch64SchedExynosM3.td - Samsung Exynos M3 Sched Defs --*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.
[all...]
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c2 * Copyright (c) 2002 - 2005 NetGroup, Politecnico di Torino (Italy)
3 * Copyright (c) 2005 - 2008 CACE Technologies, Davis (California)
37 #include "diag-control.h"
45 #include "pcap-int.h"
46 #include "pcap-util.h"
47 #include "rpcap-protocol.h"
48 #include "pcap-rpcap.h"
64 * However there is no guarantees that the string will be zero-terminated.
70 * XXX - actually, null-terminating the error string is part of the
72 * that doesn't guarantee null-termination, even at the expense of
[all …]
/freebsd/usr.bin/lex/
H A Dinitskel.c15 "%not-for-header",
16 "%if-c-only",
17 "%if-not-reentrant",
46 "%ok-for-header",
68 "%if-c++-only",
70 " * following macro. This is required in order to pass the c++-multiple-scanners",
78 "%if-c-only",
371 "%if-c-only",
447 "/* First, we deal with platform-specific or compiler-specific issues. */",
450 "%if-c-only",
[all …]
/freebsd/contrib/flex/
H A DChangeLog1 2017-05-06 Will Estes <westes575@gmail.com>
3 * po/ca.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po,
9 2017-05-06 Will Estes <westes575@gmail.com>
13 2017-05-06 Will Estes <westes575@gmail.com>
15 * .prev-version: note previous version
17 2017-05-06 Will Estes <westes575@gmail.com>
21 2017-05-04 viktor.shepel <shepelvictor@bigmir.net>
25 2017-05-04 Explorer09 <explorer09@gmail.com>
30 2017-05-02 Demi Obenour <demiobenour@gmail.com>
35 2017-05-02 Demi Obenour <demiobenour@gmail.com>
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1 //===- DeclBase.cpp - Declaration AST Node Implementation -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
55 //===----------------------------------------------------------------------===//
57 //===----------------------------------------------------------------------===//
64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDate()
76 // resulting pointer will still be 8-byte aligned. in operator new()
81 uint64_t *PrefixPtr = (uint64_t *)Result - 1; in operator new()
94 assert(!Parent || &Parent->getParentASTContext() == &Ctx); in operator new()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1 //===- ASTReaderDecl.cpp - Decl Deserialization ---------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
78 //===----------------------------------------------------------------------===//
80 //===----------------------------------------------------------------------===//
108 return LocalOffset ? Loc.Offset - LocalOffset : 0; in ReadLocalOffset()
272 ASTContext &C = D->getASTContext(); in AddLazySpecializations()
274 auto *&LazySpecializations = D->getCommonPtr()->LazySpecializations; in AddLazySpecializations()
322 Cat->NextClassCategory = Next; in setNextObjCCategory()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1 //===---- CGOpenMPRuntimeGPU.cpp - Interface to OpenMP GPU Runtimes ----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
31 /// Pre(post)-action for different OpenMP constructs specialized for NVPTX.
53 // Generate the branch (If-stmt) in Enter()
69 /// a target region. The appropriate mode (SPMD|NON-SPMD) is set on entry
89 RefExpr = RefExpr->IgnoreParens(); in getPrivateItem()
91 const Expr *Base = ASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
93 Base = TempASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
[all …]

12