/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
H A D | randen_benchmarks.cc | 64 struct GenerateFn : public T { struct 65 mutable uint64_t state[kStateSizeT]; 66 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() argument 68 static constexpr size_t bytes() { return sizeof(state); } in bytes() 70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/ |
H A D | randen_benchmarks.cc | 66 struct GenerateFn : public T { struct 67 mutable uint64_t state[kStateSizeT]; 68 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() function 70 static constexpr size_t bytes() { return sizeof(state); } in bytes() 72 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/ |
H A D | randen_benchmarks.cc | 65 struct GenerateFn : public T { struct 66 mutable uint64_t state[kStateSizeT]; 67 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() argument 69 static constexpr size_t bytes() { return sizeof(state); } in bytes() 71 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/ |
H A D | randen_benchmarks.cc | 64 struct GenerateFn : public T { struct 65 mutable uint64_t state[kStateSizeT]; 66 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() function 68 static constexpr size_t bytes() { return sizeof(state); } in bytes() 70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_benchmarks.cc | 64 struct GenerateFn : public T { struct 65 mutable uint64_t state[kStateSizeT]; 66 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() function 68 static constexpr size_t bytes() { return sizeof(state); } in bytes() 70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/ |
H A D | randen_benchmarks.cc | 64 struct GenerateFn : public T { struct 65 mutable uint64_t state[kStateSizeT]; 66 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() function 68 static constexpr size_t bytes() { return sizeof(state); } in bytes() 70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
|
/aosp_15_r20/external/abseil-cpp/absl/random/internal/ |
H A D | randen_benchmarks.cc | 66 struct GenerateFn : public T { struct 67 mutable uint64_t state[kStateSizeT]; 68 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() argument 70 static constexpr size_t bytes() { return sizeof(state); } in bytes() 72 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | flatc.h | 38 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser, typedef
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | flatc.h | 46 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser, typedef
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flatc.h | 46 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser, typedef
|