Searched refs:mean (Results 1 – 5 of 5) sorted by relevance
10 "License" shall mean the terms and conditions for use, reproduction,13 "Licensor" shall mean the copyright owner or entity authorized by16 "Legal Entity" shall mean the union of the acting entity and all24 "You" (or "Your") shall mean an individual or Legal Entity27 "Source" form shall mean the preferred form for making modifications,31 "Object" form shall mean any form resulting from mechanical36 "Work" shall mean the work of authorship, whether in Source or41 "Derivative Works" shall mean any work, whether in Source or Object49 "Contribution" shall mean any work of authorship, including63 "Contributor" shall mean Licensor and any individual or Legal Entity
717 * Add memtable_insert_with_hint_prefix_extractor option. The option is mean to reduce CPU usage for…907 …s to control when it's possible to skip bottommost level compaction. This mean that if you want th…
24 …* Add memtable_insert_with_hint_prefix_extractor option. The option is mean to reduce CPU usage fo…
115 …NewBackup()` is called. One thing to note is that a backup abortion could mean a corruption from a…
541 double mean = sum * 1.0 / subcompactions; in GenSubcompactionBoundaries() local552 if (sum >= mean) { in GenSubcompactionBoundaries()