HomeSort by: relevance | last modified time | path
    Searched defs:Channel (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.h 76 std::unique_ptr<LLVMJITLinkChannel> Channel,
80 Channel(std::move(Channel)), Endpoint(std::move(Endpoint)) {
103 std::unique_ptr<LLVMJITLinkChannel> Channel;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
RemoteJITUtils.cpp 51 std::unique_ptr<RPCChannel> Channel,
58 std::unique_ptr<RPCChannel> Channel;
67 ExecutionSession &ES, std::unique_ptr<RPCChannel> Channel,
71 Channel(std::move(Channel)), Endpoint(std::move(Endpoint)) {
250 auto Channel =
253 std::make_unique<RemoteTargetProcessControl::RPCEndpoint>(*Channel, true);
255 TPC = std::make_unique<RemoteTargetProcessControl>(ES, std::move(Channel),
330 auto Channel = std::make_unique<RPCChannel>(*SockFD, *SockFD);
332 std::make_unique<RemoteTargetProcessControl::RPCEndpoint>(*Channel, true)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
channels.h 42 /* Definitions for channel types. */
46 #define SSH_CHANNEL_OPEN 4 /* normal open two-way channel */
60 #define SSH_CHANNEL_MUX_PROXY 20 /* proxy channel for mux-client */
86 /* default pattern-lists used to classify channel types as bulk */
91 struct Channel;
92 typedef struct Channel Channel;
96 typedef int channel_infilter_fn(struct ssh *, struct Channel *, const char *,
99 typedef u_char *channel_outfilter_fn(struct ssh *, struct Channel *,
102 /* Channel success/failure callbacks *
    [all...]
  /src/sys/dev/usb/
if_atureg.h 273 uByte Channel;
292 uByte Channel;
312 uByte channel; member in struct:atu_cmd_join
327 uByte Channel;
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 199 UINT8 Channel;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 622 unsigned Channel = RI.getChannelFromSubReg(SubIdx);
623 SubIdx = RI.getSubRegFromChannel(Channel, 2);
5206 unsigned Channel = 0;
5209 .addImm(TRI->getSubRegFromChannel(Channel++));

Completed in 35 milliseconds