Home
last modified time | relevance | path

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

12345678910>>...55

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.h66 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
67 shared::SPSString, uint64_t);
70 shared::SPSExpected<shared::SPSSequence<shared::SPSExecutorSymbolDef>>(
71 shared::SPSExecutorAddr, shared::SPSExecutorAddr,
72 shared::SPSRemoteSymbolLookupSet);
75 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
78 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest);
79 using SPSSimpleExecutorMemoryManagerDeallocateSignature = shared::SPSError(
80 shared::SPSExecutorAddr, shared::SPSSequence<shared::SPSExecutorAddr>);
84 shared::SPSExpected<
[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/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
61 static llvm::orc::shared::CWrapperFunctionResult
76 static llvm::orc::shared::CWrapperFunctionResult
91 static llvm::orc::shared::CWrapperFunctionResult
111 static llvm::orc::shared::CWrapperFunctionResult
126 static llvm::orc::shared::CWrapperFunctionResult
137 static llvm::orc::shared::CWrapperFunctionResult
[all …]
H A DJITLoaderVTune.cpp94 extern "C" llvm::orc::shared::CWrapperFunctionResult
96 using namespace orc::shared; in llvm_orc_registerVTuneImpl()
105 extern "C" llvm::orc::shared::CWrapperFunctionResult
107 using namespace orc::shared; in llvm_orc_unregisterVTuneImpl()
176 extern "C" llvm::orc::shared::CWrapperFunctionResult
178 using namespace orc::shared; in llvm_orc_test_registerVTuneImpl()
200 extern "C" llvm::orc::shared::CWrapperFunctionResult
202 using namespace orc::shared; in llvm_orc_registerVTuneImpl()
208 extern "C" llvm::orc::shared::CWrapperFunctionResult
210 using namespace orc::shared; in llvm_orc_unregisterVTuneImpl()
[all …]
H A DExecutorSharedMemoryMapperService.cpp186 std::vector<shared::WrapperFunctionCall> DeinitializeActions; in initialize()
188 std::promise<MSVCPExpected<std::vector<shared::WrapperFunctionCall>>> P; in initialize()
190 shared::runFinalizeActions( in initialize()
191 FR.Actions, [&](Expected<std::vector<shared::WrapperFunctionCall>> R) { in initialize()
224 shared::runDeallocActions( in deinitialize()
336 llvm::orc::shared::CWrapperFunctionResult
339 return shared::WrapperFunction< in reserveWrapper()
342 shared::makeMethodWrapperHandler( in reserveWrapper()
347 llvm::orc::shared::CWrapperFunctionResult
350 return shared::WrapperFunction< in initializeWrapper()
[all …]
H A DSimpleRemoteEPCServer.cpp21 using namespace llvm::orc::shared;
133 shared::WrapperFunctionResult::createOutOfBandError("disconnecting")); in handleDisconnect()
215 shared::SPSArgList<shared::SPSSimpleRemoteEPCExecutorInfo>; in sendSetupMessage()
217 shared::WrapperFunctionResult::allocate(SPSSerialize::size(EI)); in sendSetupMessage()
218 shared::SPSOutputBuffer OB(SetupPacketBytes.data(), SetupPacketBytes.size()); in sendSetupMessage()
230 std::promise<shared::WrapperFunctionResult> *P = nullptr; in handleResult()
242 auto R = shared::WrapperFunctionResult::allocate(ArgBytes.size()); in handleResult()
253 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper()
255 shared::WrapperFunctionResult ResultBytes( in handleCallWrapper()
264 shared::WrapperFunctionResult
[all …]
H A DSimpleExecutorDylibManager.cpp101 llvm::orc::shared::CWrapperFunctionResult
103 return shared:: in openWrapper()
106 shared::makeMethodWrapperHandler( in openWrapper()
111 llvm::orc::shared::CWrapperFunctionResult
113 return shared:: in lookupWrapper()
116 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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h52 using namespace shared; in writeUInt8sAsync() local
59 using namespace shared; in writeUInt16sAsync() local
66 using namespace shared; in writeUInt32sAsync() local
73 using namespace shared; in writeUInt64sAsync() local
80 using namespace shared; in writePointersAsync() local
87 using namespace shared; in writeBuffersAsync() local
94 using namespace shared; in readUInt8sAsync() local
109 using namespace shared; in readUInt16sAsync() local
125 using namespace shared; in readUInt32sAsync() local
141 using namespace shared; in readUInt64sAsync() local
[all …]
H A DExecutorProcessControl.h53 void operator()(shared::WrapperFunctionResult WFR) { H(std::move(WFR)); } in operator()
58 unique_function<void(shared::WrapperFunctionResult)> H;
88 (shared::WrapperFunctionResult WFR) mutable { in operator()
170 shared::SPSInputBuffer IB(I->second.data(), I->second.size()); in getBootstrapMapValue()
171 if (!shared::SPSArgList<SPSTagT>::deserialize(IB, Tmp)) in getBootstrapMapValue()
252 shared::WrapperFunctionResult callWrapper(ExecutorAddr WrapperFnAddr, in callWrapper()
254 std::promise<shared::WrapperFunctionResult> RP; in callWrapper()
258 [&](shared::WrapperFunctionResult R) { in callWrapper()
270 shared::WrapperFunction<SPSSignature>::callAsync( in callSPSWrapperAsync()
298 return shared::WrapperFunction<SPSSignature>::call( in callSPSWrapper()
/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()
147 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); 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()
163 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref()
171 nflags = shared[ref].flags; in gnttab_query_foreign_access()
181 while (!((flags = atomic_load_16(&shared[ref].flags)) & in gnttab_end_foreign_access_ref()
183 if (atomic_cmpset_16(&shared[ref].flags, flags, 0)) in gnttab_end_foreign_access_ref()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am68-sk-som.dtsi31 compatible = "shared-dma-pool";
37 compatible = "shared-dma-pool";
43 compatible = "shared-dma-pool";
49 compatible = "shared-dma-pool";
55 compatible = "shared-dma-pool";
61 compatible = "shared-dma-pool";
67 compatible = "shared-dma-pool";
73 compatible = "shared-dma-pool";
79 compatible = "shared-dma-pool";
85 compatible = "shared-dma-pool";
[all …]
/freebsd/crypto/openssl/Configurations/
H A D50-cppbuilder.conf15 shared("-tR")),
19 lib_cflags => shared("-tWD -D_WINDLL -D_DLL"),
40 ($disabled{shared}
74 shared("-tR")),
78 lib_cflags => shared("-tWD -D_WINDLL -D_DLL"),
99 ($disabled{shared}
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dpcie.c346 struct brcmf_pcie_shared_info shared; member
825 struct brcmf_pcie_shared_info *shared; in brcmf_pcie_send_mb_data() local
831 shared = &devinfo->shared; in brcmf_pcie_send_mb_data()
832 addr = shared->htod_mb_data_addr; in brcmf_pcie_send_mb_data()
866 struct brcmf_pcie_shared_info *shared; in brcmf_pcie_handle_mb_data() local
870 shared = &devinfo->shared; in brcmf_pcie_handle_mb_data()
871 addr = shared->dtoh_mb_data_addr; in brcmf_pcie_handle_mb_data()
901 struct brcmf_pcie_shared_info *shared; in brcmf_pcie_bus_console_init() local
905 shared = &devinfo->shared; in brcmf_pcie_bus_console_init()
906 console = &shared->console; in brcmf_pcie_bus_console_init()
[all …]
/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/contrib/file/magic/Magdir/
H A Dbsdi11 >32 byte 0x6a (uses shared libs)
14 # same as in SunOS 4.x, except for static shared libraries
18 >>20 belong <4096 shared library
26 >36 belong 0xb4100001 (uses shared libs)
32 >36 belong 0xb4100001 (uses shared libs)
38 >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/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/sqlite3/autosetup/
H A Dcc-shared.tcl27 define SHOBJ_LDFLAGS -shared
29 define SH_LDFLAGS -shared
58 define SHOBJ_LDFLAGS -shared
60 define SH_LDFLAGS -shared
102 define SHOBJ_LDFLAGS -shared
104 define SH_LDFLAGS -shared
/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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h46 std::vector<shared::WrapperFunctionCall> DeinitializationActions;
59 static llvm::orc::shared::CWrapperFunctionResult
62 static llvm::orc::shared::CWrapperFunctionResult
65 static llvm::orc::shared::CWrapperFunctionResult
68 static llvm::orc::shared::CWrapperFunctionResult
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dfrom_chars_floating_point.h202 LIBC_NAMESPACE::shared::StrToNumResult<int32_t> __e = in __parse_exponent()
203 LIBC_NAMESPACE::shared::strtointeger<int32_t>(__input + __offset, 10, __n - __offset); in __parse_exponent()
231 auto __r = LIBC_NAMESPACE::shared::FPBits<_Fp>(); in __calculate_result()
291 …__fractional.__exponent, __parsed_exponent.__value, LIBC_NAMESPACE::shared::FPBits<_Fp>::MAX_BIASE… in __from_chars_floating_point_hex()
294 LIBC_NAMESPACE::shared::ExpandedFloat<_Fp> __expanded_float = {0, 0}; in __from_chars_floating_point_hex()
296 auto __temp = LIBC_NAMESPACE::shared::binary_exp_to_float<_Fp>( in __from_chars_floating_point_hex()
299 LIBC_NAMESPACE::shared::RoundDirection::Nearest); in __from_chars_floating_point_hex()
375 …std::__merge_exponents(__fractional.__exponent, 0, LIBC_NAMESPACE::shared::FPBits<_Fp>::MAX_BIASED… in __from_chars_floating_point_decimal()
386 …__fractional.__exponent, __parsed_exponent.__value, LIBC_NAMESPACE::shared::FPBits<_Fp>::MAX_BIASE… in __from_chars_floating_point_decimal()
390 LIBC_NAMESPACE::shared::ExpandedFloat<_Fp> __expanded_float = {0, 0}; in __from_chars_floating_point_decimal()
[all …]
/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);

12345678910>>...55