Home
last modified time | relevance | path

Searched full:source (Results 1 – 25 of 12136) sorted by relevance

12345678910>>...486

/freebsd/crypto/openssl/test/
H A Dbuild.info1 # TODO: use ../apps/libapps.a instead of direct ../apps/lib source.
12 # Auxiliary program source (copied from ../apps/build.info)
20 # Program init source, that don't have direct linkage with the rest of the
21 # source, and can therefore not be part of a library.
29 SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output.c \
97 SOURCE[confdump]=confdump.c
101 SOURCE[versions]=versions.c
105 SOURCE[aborttest]=aborttest.c
109 SOURCE[sanitytest]=sanitytest.c
113 SOURCE[time_test]=time_test.c
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,glymur-gcc.yaml24 - description: Board XO source
25 - description: Board XO_A source
26 - description: Sleep clock source
27 - description: USB 0 Phy DP0 GMUX clock source
28 - description: USB 0 Phy DP1 GMUX clock source
29 - description: USB 0 Phy PCIE PIPEGMUX clock source
30 - description: USB 0 Phy PIPEGMUX clock source
31 - description: USB 0 Phy SYS PCIE PIPEGMUX clock source
32 - description: USB 1 Phy DP0 GMUX 2 clock source
33 - description: USB 1 Phy DP1 GMUX 2 clock source
[all …]
H A Dqcom,x1e80100-gcc.yaml28 - description: Board XO source
29 - description: Sleep clock source
35 - description: USB4_0 QMPPHY clock source
36 - description: USB4_1 QMPPHY clock source
37 - description: USB4_2 QMPPHY clock source
38 - description: USB4_0 PHY DP0 GMUX clock source
39 - description: USB4_0 PHY DP1 GMUX clock source
40 - description: USB4_0 PHY PCIE PIPEGMUX clock source
41 - description: USB4_0 PHY PIPEGMUX clock source
42 - description: USB4_0 PHY SYS PCIE PIPEGMUX clock source
[all …]
H A Dqcom,sdx75-gcc.yaml25 - description: Board XO source
26 - description: Sleep clock source
27 - description: EMAC0 sgmiiphy mac rclk source
28 - description: EMAC0 sgmiiphy mac tclk source
29 - description: EMAC0 sgmiiphy rclk source
30 - description: EMAC0 sgmiiphy tclk source
31 - description: EMAC1 sgmiiphy mac rclk source
32 - description: EMAC1 sgmiiphy mac tclk source
33 - description: EMAC1 sgmiiphy rclk source
34 - description: EMAC1 sgmiiphy tclk source
[all …]
/freebsd/sys/dev/ice/
H A Dice_hw_autogen.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
43 #define E830_GLTCLAN_TSYN_REG_RANGE_ENFORCE(_i) (0x000FD000 + ((_i) * 64)) /* _i=0...7 */ /* Reset Source: CORER */
67 #define GL_RDPU_CNTRL 0x00052054 /* Reset Source: CORER */
90 #define MSIX_PBA(_i) (0x00008000 + ((_i) * 4)) /* _i=0...2 */ /* Reset Source: FLR */
94 #define MSIX_TADD(_i) (0x00000000 + ((_i) * 16)) /* _i=0...64 */ /* Reset Source: FLR */
100 #define MSIX_TUADD(_i) (0x00000004 + ((_i) * 16)) /* _i=0...64 */ /* Reset Source: FLR */
104 #define MSIX_TVCTRL(_i) (0x0000000C + ((_i) * 16)) /* _i=0...64 */ /* Reset Source: FLR */
108 #define PF0_FW_HLP_ARQBAH_PAGE 0x02D00180 /* Reset Source: EMPR */
111 #define PF0_FW_HLP_ARQBAL_PAGE 0x02D00080 /* Reset Source
[all...]
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DCXSourceLocation.h1 /*===-- clang-c/CXSourceLocation.h - C Index Source Location ------*- C -*-===*\
10 |* This header provides the interface to C Index source locations. *|
25 * \defgroup CINDEX_LOCATIONS Physical source locations
27 * Clang represents physical source locations in its abstract syntax tree in
29 * the tokens parsed in the source code. These data types and functions are
30 * used to represent source location information, either for a particular
38 * Identifies a specific source location within a translation
42 * to map a source location to a particular file, line, and column.
50 * Identifies a half-open character range in the source code.
53 * starting and end locations from a source range, respectively.
[all …]
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dloaders.c12 uint8_t _cbor_load_uint8(cbor_data source) { return (uint8_t)*source; } in _cbor_load_uint8() argument
14 uint16_t _cbor_load_uint16(const unsigned char* source) { in _cbor_load_uint16() argument
17 memcpy(&result, source, 2); in _cbor_load_uint16()
20 return ((uint16_t) * (source + 0) << 8) + (uint8_t) * (source + 1); in _cbor_load_uint16()
24 uint32_t _cbor_load_uint32(const unsigned char* source) { in _cbor_load_uint32() argument
27 memcpy(&result, source, 4); in _cbor_load_uint32()
30 return ((uint32_t) * (source + 0) << 0x18) + in _cbor_load_uint32()
31 ((uint32_t) * (source + 1) << 0x10) + in _cbor_load_uint32()
32 ((uint16_t) * (source + 2) << 0x08) + (uint8_t) * (source + 3); in _cbor_load_uint32()
36 uint64_t _cbor_load_uint64(const unsigned char* source) { in _cbor_load_uint64() argument
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dbuild.info4 SOURCE[$LIBSSL]=quic_tls.c quic_tls_api.c
6 SOURCE[$LIBSSL]=quic_method.c quic_impl.c quic_wire.c quic_ackm.c quic_statm.c
7 SOURCE[$LIBSSL]=cc_newreno.c quic_demux.c quic_record_rx.c
8 SOURCE[$LIBSSL]=quic_record_tx.c quic_record_util.c quic_record_shared.c quic_wire_pkt.c
9 SOURCE[$LIBSSL]=quic_rx_depack.c
10 SOURCE[$LIBSSL]=quic_fc.c uint_set.c
11 SOURCE[$LIBSSL]=quic_cfq.c quic_txpim.c quic_fifd.c quic_txp.c
12 SOURCE[$LIBSSL]=quic_stream_map.c
13 SOURCE[$LIBSSL]=quic_sf_list.c quic_rstream.c quic_sstream.c
14 SOURCE[$LIBSSL]=quic_reactor.c
[all …]
/freebsd/sys/contrib/libsodium/
H A Dlibsodium.vcxproj.filters4 <Filter Include="Source Files">
19 <Filter>Source Files</Filter>
22 <Filter>Source Files</Filter>
25 <Filter>Source Files</Filter>
28 <Filter>Source Files</Filter>
31 <Filter>Source Files</Filter>
34 <Filter>Source Files</Filter>
37 <Filter>Source Files</Filter>
40 <Filter>Source Files</Filter>
43 <Filter>Source Files</Filter>
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp48 Conversions between UTF32, UTF-16, and UTF-8. Source code file.
54 source sequences, enhanced error detection, added casts
164 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
166 while (source < sourceEnd) { in ConvertUTF32toUTF16()
171 ch = *source++; in ConvertUTF32toUTF16()
176 --source; /* return to the illegal value itself */ in ConvertUTF32toUTF16()
194 --source; /* Back up source pointer! */ in ConvertUTF32toUTF16()
202 *sourceStart = source; in ConvertUTF32toUTF16()
213 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
216 while (source < sourceEnd) { in ConvertUTF16toUTF32()
[all …]
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist567 lldb/source/API/CMakeLists.txt
568 lldb/source/Breakpoint/CMakeLists.txt
569 lldb/source/CMakeLists.txt
570 lldb/source/Commands/CMakeLists.txt
571 lldb/source/Core/CMakeLists.txt
572 lldb/source/DataFormatters/CMakeLists.txt
573 lldb/source/Expression/CMakeLists.txt
574 lldb/source/Host/CMakeLists.txt
575 lldb/source/Host/android/
576 lldb/source/Host/linux/
[all …]
/freebsd/crypto/openssl/fuzz/
H A Dbuild.info53 SOURCE[asn1]=asn1.c driver.c fuzz_rand.c
57 SOURCE[asn1parse]=asn1parse.c driver.c
61 SOURCE[bignum]=bignum.c driver.c
65 SOURCE[bndiv]=bndiv.c driver.c
69 SOURCE[client]=client.c driver.c fuzz_rand.c
73 SOURCE[cmp]=cmp.c driver.c fuzz_rand.c
77 SOURCE[slh-dsa]=slh-dsa.c driver.c fuzz_rand.c
81 SOURCE[cms]=cms.c driver.c
85 SOURCE[conf]=conf.c driver.c
89 SOURCE[crl]=crl.c driver.c
[all …]
/freebsd/tools/sched/
H A Dschedgraph.py6 # Redistribution and use in source and binary forms, with or without
9 # 1. Redistributions of source code must retain the above copyright
65 # Add a per-source summary display
324 def __init__(self, master, source): argument
326 if (source.hidden == 1):
330 self.source = source
331 self.name = source.name
367 self.title("Source Configuration")
379 for source in sources:
380 self.addsource(source)
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h59 /// Initialize the semantic source with the Sema instance
75 /// Load the set of namespaces that are known to the external source,
99 /// source.
101 /// The external source should append its own tentative definitions to the
103 /// invoked multiple times; the external source should take care not to
109 /// external Sema source.
111 /// The external source should append its own unused, filed-scope to the
113 /// invoked multiple times; the external source should take care not to
119 /// external Sema source.
121 /// The external source should append its own delegating constructors to the
[all …]
H A DMultiplexExternalSemaSource.h46 /// Constructs a new multiplexing external sema source and appends the
56 /// Appends new source to the source list.
58 ///\param[in] Source - An ExternalSemaSource.
60 void AddSource(ExternalSemaSource *Source);
71 /// previous generation of the AST source.
78 /// source.
129 /// Gives the external AST source an opportunity to complete
133 /// Gives the external AST source an opportunity to complete an
154 /// translation unit involving this external AST source.
158 /// the external AST source.
[all …]
/freebsd/usr.sbin/mtest/
H A Dmtest.85 .\" Redistribution and use in source and binary forms, with or without
8 .\" 1. Redistributions of source code must retain the above copyright
66 .It Ic j Ar mcast-addr Ar ifname Op Ar source-addr
72 If an optional source
73 .Ar source-addr
74 is specified, a source-specific join will be performed;
77 is already joined to the multicast address, the source
80 .It Ic l Ar mcast-addr Ar ifname Op Ar source-addr
85 If a source
86 .Ar source-addr
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDecompress.h22 specified by Source and SourceSize. If the size of the uncompressed
24 the compressed data specified by Source and SourceData, then
30 a thorough checking of the validity of the source data. It just retrieves
31 the 'Original Size' field from the beginning bytes of the source data and
36 @param Source The source buffer containing the compressed data.
37 @param SourceSize The size, in bytes, of source buffer.
40 by Source and SourceSize is decompressed.
43 Source and SourceSize.
49 Source and SourceData.
56 IN VOID *Source,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtmmintrin.h37 /// integers in the source operand and stores the 8-bit unsigned integer
55 /// integers in the source operand and stores the 8-bit unsigned integer
73 /// integers in the source operand and stores the 16-bit unsigned integer
91 /// integers in the source operand and stores the 16-bit unsigned integer
109 /// integers in the source operand and stores the 32-bit unsigned integer
127 /// integers in the source operand and stores the 32-bit unsigned integer
157 /// A 128-bit vector of [16 x i8] containing one of the source operands.
159 /// A 128-bit vector of [16 x i8] containing one of the source operands.
180 /// A 64-bit vector of [8 x i8] containing one of the source operands.
182 /// A 64-bit vector of [8 x i8] containing one of the source operands.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-dummy-source.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-dummy-source.yaml#
7 title: ARM Coresight Dummy source component
14 through the intermediate links connecting the source to the currently selected
17 The Coresight dummy source component is for the specific coresight source
19 there would be Coresight source trace components on sub-processor which
21 is needed to register them as Coresight source devices, so that paths can be
23 source devices, such as enabling and disabling them. It also provides the
24 Coresight dummy source paths for debugging.
26 The primary use case of the coresight dummy source is to build path in kernel
27 side for dummy source component.
[all …]
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c22 * copy of the source code appearing in this file ("Covered Code") an
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
59 * addition, Licensee may not authorize further sublicense of source of any
119 * Redistribution and use in source and binary forms, with or without
122 * 1. Redistributions of source code must retain the above copyright
[all …]
/freebsd/crypto/krb5/src/man/
H A Dksu.man78 source user (e.g., \fBksu .\fP). If the source user is root or the
79 target user is the source user, no authentication or authorization
81 in the source cache.
96 This section describes authorization of the source user when ksu is
124 source user is authorized to access the target account. Otherwise ksu
127 source user is authorized. If either .k5login or .k5users exist but
151 source user. By default, this set includes all of the credentials in
152 the source cache plus any additional credentials obtained during
153 authentication. The source user is able to limit the credentials in
155 of tickets from the source cache to the target cache to only the
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dbuild.info87 # This source is common building blocks for all ciphers in all our providers.
88 SOURCE[$COMMON_GOAL]=\
94 SOURCE[$TDES_1_GOAL]=cipher_tdes.c cipher_tdes_common.c cipher_tdes_hw.c
97 SOURCE[$NULL_GOAL]=\
100 SOURCE[$AES_GOAL]=\
113 SOURCE[$AES_GOAL]=cipher_aes_xts_fips.c
117 SOURCE[$SIV_GCM_GOAL]=\
120 SOURCE[$SIV_GOAL]=cipher_aes_siv.c cipher_aes_siv_hw.c
124 SOURCE[$TDES_2_GOAL]=\
127 SOURCE[$DES_GOAL]=\
[all …]
/freebsd/share/man/man5/
H A Dnsswitch.conf.59 .\" Redistribution and use in source and binary forms, with or without
12 .\" 1. Redistributions of source code must retain the above copyright
49 Each database comes from a source (such as local files, DNS, NIS ,
56 Each source can have an optional trailing criterion that determines
57 whether the next listed source is used, or the search terminates at
58 the current source.
64 .Bl -tag -width Source -compact
65 .It Sy Source
94 If this is present, it must be the only source for that entry.
164 The entry is not present at this source.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dc-lang8 0 search/8192 "libhdr" BCPL source text
10 0 search/8192 "LIBHDR" BCPL source text
19 >>&0 clear x source text
23 >0 regex \^#[[:space:]]*pragma C source text
27 >>&0 regex \^#[[:space:]]*endif$ C source text
30 >0 regex \^#[[:space:]]*define C source text
33 >0 regex \^[[:space:]]*char(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text
36 >0 regex \^[[:space:]]*double(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text
39 >0 regex \^[[:space:]]*extern[[:space:]]+ C source text
42 >0 regex \^[[:space:]]*float(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text
[all …]
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dbuild.info19 SOURCE[$TLS1_PRF_GOAL]=tls1_prf.c
21 SOURCE[$HKDF_GOAL]=hkdf.c
23 SOURCE[$KBKDF_GOAL]=kbkdf.c
25 SOURCE[$KRB5KDF_GOAL]=krb5kdf.c
27 SOURCE[$PBKDF1_GOAL]=pbkdf1.c
29 SOURCE[$PBKDF2_GOAL]=pbkdf2.c
32 SOURCE[$PBKDF2_GOAL]=pbkdf2_fips.c
34 SOURCE[$PVKKDF_GOAL]=pvkkdf.c
36 SOURCE[$PKCS12KDF_GOAL]=pkcs12kdf.c
38 SOURCE[$SSKDF_GOAL]=sskdf.c
[all …]

12345678910>>...486