Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 1225) sorted by relevance

12345678910>>...49

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.h54 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
58 shared::SPSExpected<shared::SPSSequence<shared::SPSExecutorSymbolDef>>(
59 shared::SPSExecutorAddr, shared::SPSExecutorAddr,
63 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
66 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest);
68 shared::SPSExecutorAddr, shared::SPSSequence<shared::SPSExecutorAddr>);
73 shared::SPSTuple<shared::SPSExecutorAddr, shared::SPSString>>(
76 shared::SPSExpected<shared::SPSExecutorAddr>(
77 shared::SPSExecutorAddr, shared::SPSExecutorAddr,
80 shared::SPSError(shared::SPSExecutorAddr,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daxp20x.txt91 LDO2 : LDO : ldo24in-supply : shared supply
93 LDO4 : LDO : ldo24in-supply : shared supply
107 ALDO1 : LDO : aldoin-supply : shared supply
108 ALDO2 : LDO : aldoin-supply : shared supply
109 ALDO3 : LDO : aldoin-supply : shared supply
110 DLDO1 : LDO : dldoin-supply : shared supply
111 DLDO2 : LDO : dldoin-supply : shared supply
112 DLDO3 : LDO : dldoin-supply : shared supply
113 DLDO4 : LDO : dldoin-supply : shared supply
114 ELDO1 : LDO : eldoin-supply : shared supply
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dnvidia,tegra186-hsp.yaml21 The features that HSP supported are shared mailboxes, shared
89 - pattern: "^shared[0-7]$"
90 - pattern: "^shared[0-7]$"
91 - pattern: "^shared[0-7]$"
92 - pattern: "^shared[0-7]$"
93 - pattern: "^shared[0-7]$"
94 - pattern: "^shared[0-7]$"
95 - pattern: "^shared[0-7]$"
96 - pattern: "^shared[0-7]$"
99 - pattern: "^shared[0-7]$"
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddotwait.mk5 TESTS= simple recursive shared cycle
52 shared: shared.1.99 .WAIT shared.2.99
53 shared.1.99: shared.0 _ECHOUSE
54 shared.2.99: shared.2.1 shared.0 _ECHOUSE
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp18 using namespace llvm::orc::shared;
25 static llvm::orc::shared::CWrapperFunctionResult
36 static llvm::orc::shared::CWrapperFunctionResult
48 static llvm::orc::shared::CWrapperFunctionResult
59 static llvm::orc::shared::CWrapperFunctionResult
69 static llvm::orc::shared::CWrapperFunctionResult
83 shared::SPSMemoryAccessUInt8Write>); in addTo()
86 shared::SPSMemoryAccessUInt16Write>); in addTo()
89 shared::SPSMemoryAccessUInt32Write>); in addTo()
92 shared::SPSMemoryAccessUInt64Write>); in addTo()
H A DSimpleRemoteEPCServer.cpp22 using namespace llvm::orc::shared;
217 shared::SPSArgList<shared::SPSSimpleRemoteEPCExecutorInfo>; in sendSetupMessage()
219 shared::WrapperFunctionResult::allocate(SPSSerialize::size(EI)); in sendSetupMessage()
232 std::promise<shared::WrapperFunctionResult> *P = nullptr; in handleResult()
244 auto R = shared::WrapperFunctionResult::allocate(ArgBytes.size()); in handleResult()
255 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper()
257 shared::WrapperFunctionResult ResultBytes( in handleCallWrapper()
266 shared::WrapperFunctionResult
270 std::promise<shared::WrapperFunctionResult> ResultP; in doJITDispatch()
275 return shared::WrapperFunctionResult::createOutOfBandError( in doJITDispatch()
[all …]
H A DExecutorSharedMemoryMapperService.cpp295 llvm::orc::shared::CWrapperFunctionResult
298 return shared::WrapperFunction< in reserveWrapper()
301 shared::makeMethodWrapperHandler( in reserveWrapper()
306 llvm::orc::shared::CWrapperFunctionResult
309 return shared::WrapperFunction< in initializeWrapper()
312 shared::makeMethodWrapperHandler( in initializeWrapper()
317 llvm::orc::shared::CWrapperFunctionResult
320 return shared::WrapperFunction< in deinitializeWrapper()
323 shared::makeMethodWrapperHandler( in deinitializeWrapper()
328 llvm::orc::shared::CWrapperFunctionResult
[all …]
H A DSimpleExecutorDylibManager.cpp102 llvm::orc::shared::CWrapperFunctionResult
104 return shared:: in openWrapper()
107 shared::makeMethodWrapperHandler( in openWrapper()
112 llvm::orc::shared::CWrapperFunctionResult
114 return shared:: in lookupWrapper()
117 shared::makeMethodWrapperHandler( in lookupWrapper()
H A DSimpleExecutorMemoryManager.cpp38 std::vector<shared::WrapperFunctionCall> DeallocationActions; in finalize()
227 llvm::orc::shared::CWrapperFunctionResult
230 return shared::WrapperFunction< in reserveWrapper()
233 shared::makeMethodWrapperHandler( in reserveWrapper()
238 llvm::orc::shared::CWrapperFunctionResult
241 return shared::WrapperFunction< in finalizeWrapper()
244 shared::makeMethodWrapperHandler( in finalizeWrapper()
249 llvm::orc::shared::CWrapperFunctionResult
252 return shared::WrapperFunction< in deallocateWrapper()
255 shared::makeMethodWrapperHandler( in deallocateWrapper()
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c56 static grant_entry_v1_t *shared; variable
144 shared[ref].frame = frame; in gnttab_grant_foreign_access()
145 shared[ref].domid = domid; in gnttab_grant_foreign_access()
160 shared[ref].frame = frame; in gnttab_grant_foreign_access_ref()
161 shared[ref].domid = domid; in gnttab_grant_foreign_access_ref()
171 nflags = shared[ref].flags; in gnttab_query_foreign_access()
263 shared[ref].frame = pfn; in gnttab_grant_foreign_transfer_ref()
264 shared[ref].domid = domid; in gnttab_grant_foreign_transfer_ref()
266 shared[ref].flags = GTF_accept_transfer; in gnttab_grant_foreign_transfer_ref()
292 flags = atomic_load_16(&shared[ref].flags); in gnttab_end_foreign_transfer_ref()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dbsdi11 >32 byte 0x6a (uses shared libs)
13 # same as in SunOS 4.x, except for static shared libraries
16 >>20 belong <4096 shared library
21 >36 belong 0xb4100001 (uses shared libs)
27 >36 belong 0xb4100001 (uses shared libs)
33 >36 belong 0xb4100001 (uses shared libs)
H A Dsmile15 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
16 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
30 >3 byte&0x02 0x02 shared String values enabled,
31 >3 byte&0x02 0x00 shared String values disabled,
32 >3 byte&0x01 0x01 shared field names enabled
33 >3 byte&0x01 0x00 shared field names disabled
/freebsd/contrib/wpa/src/crypto/
H A Ddh_groups.c1241 struct wpabuf *shared; in dh_derive_shared() local
1248 shared = wpabuf_alloc(shared_len); in dh_derive_shared()
1249 if (shared == NULL) in dh_derive_shared()
1257 wpabuf_mhead(shared), &shared_len) < 0) { in dh_derive_shared()
1258 wpabuf_clear_free(shared); in dh_derive_shared()
1262 wpabuf_put(shared, shared_len); in dh_derive_shared()
1263 wpa_hexdump_buf_key(MSG_DEBUG, "DH: shared key", shared); in dh_derive_shared()
1265 return shared; in dh_derive_shared()
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dxen,shared-memory.txt5 to be a shared memory area across multiple virtual machines for
8 For each of these pre-shared memory regions, a range is exposed under
13 compatible = "xen,shared-memory-v1"
16 the base guest physical address and size of the shared memory region
19 64 bit integer offset within the owner virtual machine's shared
23 a string that identifies the shared memory region as specified in
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721e-som-p0.dtsi32 compatible = "shared-dma-pool";
38 compatible = "shared-dma-pool";
44 compatible = "shared-dma-pool";
50 compatible = "shared-dma-pool";
56 compatible = "shared-dma-pool";
62 compatible = "shared-dma-pool";
68 compatible = "shared-dma-pool";
74 compatible = "shared-dma-pool";
80 compatible = "shared-dma-pool";
86 compatible = "shared-dma-pool";
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h45 using namespace shared; in writeUInt8sAsync() local
52 using namespace shared; in writeUInt16sAsync() local
59 using namespace shared; in writeUInt32sAsync() local
66 using namespace shared; in writeUInt64sAsync() local
73 using namespace shared; in writeBuffersAsync() local
80 using namespace shared; in writePointersAsync() local
/freebsd/contrib/libpcap/doc/
H A DREADME.linux14 Linux's run-time linker allows shared libraries to be linked with other
15 shared libraries, which means that if an older version of a shared
16 library doesn't require routines from some other shared library, and a
17 later version of the shared library does require those routines, the
18 later version of the shared library can be linked with that other shared
23 pcap-config script if they build with the shared library. (The build
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md7 OpenSSL uses the compiler to link programs and shared libraries
11 link programs, shared libraries and dynamically loadable shared
22 Every Unix system has its own set of default locations for shared
26 a bit of help from a defined runtime shared library search path.
29 scripts do NOT generally set the runtime shared library search path for
34 Runtime shared library search paths are specified with different
40 Possible options to set the runtime shared library search path include
54 Please do not use verbatim directories in your runtime shared library
58 used with the runtime shared library search path options, as shown in
71 4. Using system shared object caches and default directories.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h44 std::vector<shared::WrapperFunctionCall> DeinitializationActions;
57 static llvm::orc::shared::CWrapperFunctionResult
60 static llvm::orc::shared::CWrapperFunctionResult
63 static llvm::orc::shared::CWrapperFunctionResult
66 static llvm::orc::shared::CWrapperFunctionResult
H A DSimpleExecutorMemoryManager.h46 std::vector<shared::WrapperFunctionCall> DeallocationActions;
53 static llvm::orc::shared::CWrapperFunctionResult
56 static llvm::orc::shared::CWrapperFunctionResult
59 static llvm::orc::shared::CWrapperFunctionResult
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile.c138 fprintf(stderr, str, filename, shared ? "RD" : "EX"); \
244 locktestrd(filename, flags, delay, shared) in locktestrd() argument
248 int shared;
274 if (shared)
357 int ch, delay, r, status, flags, shared, nb, reader, writer; local
365 shared = nb = noio = reader = writer = chk = 0;
392 shared = 1;
423 r = locktestrd(filename, flags, nb ? delay : 0, shared);
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157a-microgea-stm32mp1.dtsi22 compatible = "shared-dma-pool";
28 compatible = "shared-dma-pool";
34 compatible = "shared-dma-pool";
40 compatible = "shared-dma-pool";
46 compatible = "shared-dma-pool";
52 compatible = "shared-dma-pool";
/freebsd/contrib/file/m4/
H A Dltoptions.m478 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
162 # implement the --enable-shared flag, and supports the 'shared' and
163 # 'disable-shared' LT_INIT options.
167 AC_ARG_ENABLE([shared],
168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
190 [Whether or not to build shared libraries])
193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
198 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
202 [_LT_SET_OPTION([LT_INIT], [disable-shared])
[all …]
/freebsd/contrib/ldns/m4/
H A Dltoptions.m478 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
162 # implement the --enable-shared flag, and supports the 'shared' and
163 # 'disable-shared' LT_INIT options.
167 AC_ARG_ENABLE([shared],
168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
190 [Whether or not to build shared libraries])
193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
198 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
202 [_LT_SET_OPTION([LT_INIT], [disable-shared])
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dltoptions.m478 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
162 # implement the --enable-shared flag, and supports the 'shared' and
163 # 'disable-shared' LT_INIT options.
167 AC_ARG_ENABLE([shared],
168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
190 [Whether or not to build shared libraries])
193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
198 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
202 [_LT_SET_OPTION([LT_INIT], [disable-shared])
[all …]

12345678910>>...49