Searched refs:middle (Results 1 - 5 of 5) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/util/
H A DPrimUtils.java53 int middle = (start + end) >>> 1;
61 middle = med3(array, middle - length, middle, middle + length, comparator);
64 middle = med3(array, bottom, middle, top, comparator);
66 int partionValue = array[middle];
/lucene-3.6.0/lucene/contrib/xml-query-parser/docs/
H A DdtreeStyle.css25 .dtree img { vertical-align: middle; }
/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONParser.java140 // info about value that was just read (or is in the middle of being read)
441 // middle is the pointer to the middle of a buffer to start scanning for a non-string
442 // character ('"' or "/"). start<=middle<end
444 private void readStringChars2(CharArr arr, int middle) throws IOException { argument
446 if (middle>=end) {
447 arr.write(buf,start,middle-start);
449 middle=start;
451 int ch = buf[middle++];
453 int len = middle
[all...]
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DOpenBitSet.java381 int middle = Math.min(wlen, endWord);
382 Arrays.fill(bits, startWord+1, middle, 0L);
418 int middle = Math.min(wlen, endWord);
419 Arrays.fill(bits, startWord+1, middle, 0L);
/lucene-3.6.0/solr/client/ruby/flare/public/stylesheets/
H A Dflare.css99 vertical-align: middle;

Completed in 15 milliseconds