Searched defs:next_pos (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/tools/linux/symupload/
H A Dsym_upload.cc69 string::size_type cur_pos = 0, next_pos = 0; local
70 while ((next_pos = source_string.find(c, cur_pos)) != string::npos) {
71 if (next_pos != cur_pos)
72 results->push_back(source_string.substr(cur_pos, next_pos - cur_pos));
73 cur_pos = next_pos + 1;
75 if (cur_pos < source_string.size() && next_pos != cur_pos)
/external/aac/libSBRdec/src/
H A Denv_calc.cpp163 int start_pos, int next_pos,
172 int start_pos, int next_pos,
1252 int next_pos, /*!< End of time rage (QMF-timeslot) */
1259 for (int l=start_pos; l<next_pos; l++) {
1265 for (int l=start_pos; l<next_pos; l++) {
1287 int next_pos /*!< End of time rage (QMF-timeslot) */
1298 for (int l=start_pos; l<next_pos; l++)
1316 for (int l=start_pos; l<next_pos; l++) {
1359 int next_pos, /*!< Last QMF-slot of current envelope + 1 */
1371 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos
1247 rescaleSubbandSamples(FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos, int shift) argument
1354 calcNrgPerSubband(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int lowSubband, int highSubband, int start_pos, int next_pos, SCHAR frameExp, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
1475 calcNrgPerSfb(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int nSfb, UCHAR *freqBandTable, int start_pos, int next_pos, SCHAR input_e, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
[all...]
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1529 LifetimePosition next_pos = position; local
1530 if (IsGapAt(next_pos.InstructionIndex())) {
1531 next_pos = next_pos.NextInstruction();
1533 UsePosition* pos = current->NextUsePositionRegisterIsBeneficial(next_pos);
1968 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
1970 if (next_pos == NULL) {
1973 // When spilling between spill_pos and next_pos ensure that the range
1981 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos->pos());
1995 UsePosition* next_pos local
[all...]
/external/v8/src/compiler/
H A Dregister-allocator.cc2455 LifetimePosition next_pos = start; local
2456 if (next_pos.IsGapPosition()) {
2457 next_pos = next_pos.NextStart();
2459 UsePosition* pos = range->NextUsePositionRegisterIsBeneficial(next_pos);
3084 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
3086 if (next_pos == nullptr) {
3089 // When spilling between spill_pos and next_pos ensure that the range
3098 next_pos->pos()));
3099 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos
3120 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
3195 LifetimePosition next_pos = range->Start(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 271 milliseconds