HomeSort by relevance Sort by last modified time
    Searched refs:SeqNo (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 123 static Error respond(ChannelT &C, SequenceNumberT SeqNo,
134 if (auto Err = serializeSeq(C, ResponseId, SeqNo, *Result))
169 static Error respond(ChannelT &C, SequenceNumberT SeqNo,
181 if (auto Err = serializeSeq(C, ResponseId, SeqNo))
196 static Error call(ChannelT &C, SequenceNumberT SeqNo,
200 if (auto Err = serializeSeq(C, FuncId, SeqNo, Args...))
227 SequenceNumberT SeqNo;
232 if (auto Err = deserializeSeq(C, SeqNo, std::get<Is>(RPCArgs)...))
244 return Func::template respond<ChannelT, SequenceNumberT>(C, SeqNo,
403 auto SeqNo = SequenceNumberMgr.getSequenceNumber()
    [all...]
  /external/webrtc/tools/matlab/
rtpAnalyze.m 18 [SeqNo,TimeStamp,ArrTime,Size,PT,M,SSRC] = importfile(input_file);
23 fprintf('Removing %i RTCP packets\n', length(SeqNo) - sum(ix));
24 SeqNo = SeqNo(ix);
54 SeqNo = SeqNo(ix);
63 %% Unwrap SeqNo and TimeStamp.
64 SeqNoUW = maxUnwrap(SeqNo, 65535);
79 fprintf('Packets: %i\n', length(SeqNo));
163 % old compared with the largest seen sequence number. The input seqNo mus
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) {
275 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo,
296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
826 SequenceNumberT SeqNo; // initialized in locked scope below.
832 SeqNo = SequenceNumberMgr.getSequenceNumber();
833 assert(!PendingResponses.count(SeqNo) &&
837 PendingResponses[SeqNo] =
843 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
876 SequenceNumberT SeqNo;
    [all...]
RawByteChannel.h 49 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) {
51 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
68 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) {
70 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) {
275 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo,
296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
826 SequenceNumberT SeqNo; // initialized in locked scope below.
832 SeqNo = SequenceNumberMgr.getSequenceNumber();
833 assert(!PendingResponses.count(SeqNo) &&
837 PendingResponses[SeqNo] =
843 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
876 SequenceNumberT SeqNo;
    [all...]
RawByteChannel.h 49 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) {
51 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
68 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) {
70 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) {
275 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo,
296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
826 SequenceNumberT SeqNo; // initialized in locked scope below.
832 SeqNo = SequenceNumberMgr.getSequenceNumber();
833 assert(!PendingResponses.count(SeqNo) &&
837 PendingResponses[SeqNo] =
843 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
876 SequenceNumberT SeqNo;
    [all...]
RawByteChannel.h 49 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) {
51 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
68 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) {
70 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) {
275 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo,
296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
826 SequenceNumberT SeqNo; // initialized in locked scope below.
832 SeqNo = SequenceNumberMgr.getSequenceNumber();
833 assert(!PendingResponses.count(SeqNo) &&
837 PendingResponses[SeqNo] =
843 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
876 SequenceNumberT SeqNo;
    [all...]
RawByteChannel.h 49 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) {
51 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
68 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) {
70 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) {
275 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo,
296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
826 SequenceNumberT SeqNo; // initialized in locked scope below.
832 SeqNo = SequenceNumberMgr.getSequenceNumber();
833 assert(!PendingResponses.count(SeqNo) &&
837 PendingResponses[SeqNo] =
843 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
876 SequenceNumberT SeqNo;
    [all...]
RawByteChannel.h 49 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) {
51 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
68 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) {
70 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) {
275 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo,
296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
826 SequenceNumberT SeqNo; // initialized in locked scope below.
832 SeqNo = SequenceNumberMgr.getSequenceNumber();
833 assert(!PendingResponses.count(SeqNo) &&
837 PendingResponses[SeqNo] =
843 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
876 SequenceNumberT SeqNo;
    [all...]
RawByteChannel.h 49 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) {
51 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
68 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) {
70 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) {
275 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo,
296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
826 SequenceNumberT SeqNo; // initialized in locked scope below.
832 SeqNo = SequenceNumberMgr.getSequenceNumber();
833 assert(!PendingResponses.count(SeqNo) &&
837 PendingResponses[SeqNo] =
843 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
876 SequenceNumberT SeqNo;
    [all...]
RawByteChannel.h 49 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) {
51 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
68 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) {
70 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) {
275 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo,
296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
826 SequenceNumberT SeqNo; // initialized in locked scope below.
832 SeqNo = SequenceNumberMgr.getSequenceNumber();
833 assert(!PendingResponses.count(SeqNo) &&
837 PendingResponses[SeqNo] =
843 if (auto Err = C.startSendMessage(FnId, SeqNo)) {
876 SequenceNumberT SeqNo;
    [all...]
RawByteChannel.h 49 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) {
51 if (auto Err = serializeSeq(*this, FnId, SeqNo)) {
68 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) {
70 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mq.h 99 ULONG SeqNo;
netmon.h     [all...]

Completed in 509 milliseconds