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

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDataFlowTrace.h 44 auto It = Traces.find(InputSha1);
45 if (It != Traces.end())
46 return &It->second;
FuzzerUtilWindows.cpp 174 for (const char *It = Cdata; It < End; ++It)
175 if (It[0] == Cpatt[0] && memcmp(It, Cpatt, PattLen) == 0)
176 return It;
FuzzerDriver.cpp 116 // Avoid calling stol as it triggers a bug in clang/glibc build.
404 "it further\n",
490 // Skip dictionary unit, if the testcase does not contain it.
498 for (auto It = StartPos; It != EndPos; ++It)
499 *It ^= 0xFF;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 32 /// is destroyed. When an Array is destroyed, it will destroy elements in the
185 // - @ is a loop operator, which can imply pred(s) == s if it appears on
186 // the left of s, or succ(s) == S if it appears on the right of s.
439 auto It = end();
440 --It;
441 return *It;
xray_fdr_logging.cc 50 // Group together thread-local-data in a struct, then hide it behind a function
51 // call so that it can be initialized on first use instead of as a global. We
94 // logging implementation and return a reference to it. The implementation
178 // needed by __xray_set_buffer_iterator(...). It maintains a global state of the
184 // info, size of the header info}) then it returns the first FDR buffer's
186 // - It will keep returning the next buffer and extents as there are more
187 // buffers to process. When the input represents the last buffer, it will
223 static BufferQueue::const_iterator It{};
231 It = BQ->cbegin();
240 if (It == End
    [all...]

Completed in 19 milliseconds