Home
last modified time | relevance | path

Searched defs:TableOfRecentCompares (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerTracePC.h31 struct TableOfRecentCompares { struct
32 static const size_t kSize = kSizeT;
33 struct Pair {
37 void Insert(size_t Idx, const T &Arg1, const T &Arg2) { in Insert()
43 Pair Get(size_t I) { return Table[I % kSize]; } in Get()
45 Pair Table[kSize];
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerTracePC.h31 struct TableOfRecentCompares { struct
32 static const size_t kSize = kSizeT;
33 struct Pair {
37 void Insert(size_t Idx, const T &Arg1, const T &Arg2) { in Insert()
43 Pair Get(size_t I) { return Table[I % kSize]; } in Get()
45 Pair Table[kSize];
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerTracePC.h31 struct TableOfRecentCompares { struct
32 static const size_t kSize = kSizeT;
33 struct Pair {
37 void Insert(size_t Idx, const T &Arg1, const T &Arg2) { in Insert()
43 Pair Get(size_t I) { return Table[I % kSize]; } in Get()
45 Pair Table[kSize];
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerTracePC.h31 struct TableOfRecentCompares { struct
32 static const size_t kSize = kSizeT;
33 struct Pair {
37 void Insert(size_t Idx, const T &Arg1, const T &Arg2) { in Insert()
43 Pair Get(size_t I) { return Table[I % kSize]; } in Get()
45 Pair Table[kSize];
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerTracePC.h31 struct TableOfRecentCompares { struct
32 static const size_t kSize = kSizeT;
33 struct Pair {
37 void Insert(size_t Idx, const T &Arg1, const T &Arg2) { in Insert()
43 Pair Get(size_t I) { return Table[I % kSize]; } in Get()
45 Pair Table[kSize];