Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/build_tools/
Dformat-diff.sh72 [ "$FORMAT_REMOTE" ] || FORMAT_REMOTE=origin
/rocksdb-6.9/
DLICENSE.Apache142 origin of the Work and reproducing the content of the NOTICE file.
/rocksdb-6.9/tools/
Ddb_bench_tool.cc5209 double AddNoise(double origin, double noise_ratio) { in AddNoise() argument
5211 return origin; in AddNoise()
5215 if (origin + delta < 0) { in AddNoise()
5216 return origin; in AddNoise()
5218 return (origin + delta); in AddNoise()