OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:right_plus_one
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
SampleTable.cpp
542
uint32_t
right_plus_one
= mNumSampleSizes;
local
543
while (left <
right_plus_one
) {
544
uint32_t center = left + (
right_plus_one
- left) / 2;
549
right_plus_one
= center;
624
uint32_t
right_plus_one
= mNumSyncSamples;
local
625
while (left <
right_plus_one
) {
626
uint32_t center = left + (
right_plus_one
- left) / 2;
630
right_plus_one
= center;
OggExtractor.cpp
323
size_t
right_plus_one
= mTableOfContents.size();
local
324
while (left <
right_plus_one
) {
325
size_t center = left + (
right_plus_one
- left) / 2;
330
right_plus_one
= center;
Completed in 105 milliseconds