Home
last modified time | relevance | path

Searched defs:reps (Results 1 – 25 of 31) sorted by relevance

12

/third_party/protobuf/benchmarks/java/src/main/java/com/google/protobuf/
DProtoCaliperBenchmark.java162 void serializeToByteArray(int reps) throws IOException { in serializeToByteArray()
174 void serializeToMemoryStream(int reps) throws IOException { in serializeToMemoryStream()
187 void deserializeFromByteArray(int reps) throws IOException { in deserializeFromByteArray()
200 void deserializeFromMemoryStream(int reps) throws IOException { in deserializeFromMemoryStream()
/third_party/skia/tools/
Drandom_parse_path.cpp37 int reps = rand->nextRangeU(0, 2); in add_white() local
75 int reps = rand->nextRangeU(1, 3); in MakeRandomParsePathPiece() local
/third_party/skia/fuzz/
DFuzzParsePath.cpp45 uint8_t reps; in add_white() local
86 uint8_t reps; in MakeRandomParsePathPiece() local
/third_party/cef/tests/cefclient/browser/
Dimage_cache.cc33 const ImageRepSet& reps, in ImageInfo()
54 ImageRepSet reps; in Create1x() local
65 ImageRepSet reps; in Create2x() local
/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.h163 const std::array<MachineRepresentation, VarCount>& reps) in GraphAssemblerLabel()
209 GraphAssemblerLabel<sizeof...(Reps)> MakeLabelFor( in MakeLabelFor()
225 GraphAssemblerLabel<sizeof...(Reps)> MakeLabel(Reps... reps) { in MakeLabel()
231 GraphAssemblerLabel<sizeof...(Reps)> MakeLoopLabel(Reps... reps) { in MakeLoopLabel()
237 GraphAssemblerLabel<sizeof...(Reps)> MakeDeferredLabel(Reps... reps) { in MakeDeferredLabel()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dxvmc_bench.c61 unsigned int reps; member
195 unsigned int reps; in main() local
/third_party/node/deps/brotli/c/enc/
Dbit_cost_inc.h95 uint32_t reps = 1; in FN() local
Dentropy_encode.c385 size_t reps = 1; in DecideOverRleUse() local
436 size_t reps = 1; in BrotliWriteHuffmanTree() local
Dbrotli_bit_stream.c546 size_t reps = 1; in BrotliBuildAndStoreHuffmanTreeFast() local
636 uint32_t reps = 0; in RunLengthCodeZeros() local
654 uint32_t reps = 1; in RunLengthCodeZeros() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dbit_cost_inc.h95 uint32_t reps = 1; in FN() local
Dentropy_encode.c385 size_t reps = 1; in DecideOverRleUse() local
436 size_t reps = 1; in BrotliWriteHuffmanTree() local
Dbrotli_bit_stream.c546 size_t reps = 1; in BrotliBuildAndStoreHuffmanTreeFast() local
636 uint32_t reps = 0; in RunLengthCodeZeros() local
654 uint32_t reps = 1; in RunLengthCodeZeros() local
/third_party/node/deps/v8/src/wasm/
Dstruct-types.h25 const ValueType* reps, const bool* mutabilities) in StructType()
/third_party/skia/src/gpu/
DGrResourceProvider.h229 int reps, in findOrCreatePatternedIndexBuffer()
DGrResourceProvider.cpp461 int reps, in createPatternedIndexBuffer()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace_test.cc265 int reps; in TEST() local
Dcord.cc188 static CordRep* MakeBalancedTree(CordRep** reps, size_t n) { in MakeBalancedTree()
235 absl::FixedArray<CordRep*> reps((length - 1) / kMaxFlatLength + 1); in NewTree() local
/third_party/node/deps/v8/src/codegen/
Dsignature.h21 const T* reps) in Signature()
/third_party/lzma/C/
DLzmaDec.h67 UInt32 reps[4]; member
DLzmaEnc.c271 UInt32 reps[LZMA_NUM_REPS]; member
364 UInt32 reps[LZMA_NUM_REPS]; member
401 UInt32 reps[LZMA_NUM_REPS]; member
1236 UInt32 reps[LZMA_NUM_REPS]; in GetOptimum() local
/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc104 static bool HasMixedFPReps(int reps) { in HasMixedFPReps()
/third_party/benchmark/test/
Doutput_test_helper.cc143 TestReporter(std::vector<benchmark::BenchmarkReporter*> reps) in TestReporter()
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs535 UInt32[] reps = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecode.java646 int reps = (1 << code) + BitReader.readFewBits(s, code); in decodeContextMap() local
/third_party/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java535 int[] reps = new int[Base.kNumRepDistances]; field in Encoder

12