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

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.c94 struct usbi_cond_perthread *pos, *next_pos = NULL; local
97 list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position_unittest.cc311 UniquePosition next_pos = UniquePosition::After(pos, suffix); local
312 ASSERT_PRED_FORMAT2(LessThan, pos, next_pos);
313 pos = next_pos;
/external/aac/libSBRdec/src/
H A Denv_calc.cpp163 int start_pos, int next_pos,
172 int start_pos, int next_pos,
1232 int next_pos, /*!< End of time rage (QMF-timeslot) */
1239 for (int l=start_pos; l<next_pos; l++) {
1245 for (int l=start_pos; l<next_pos; l++) {
1267 int next_pos /*!< End of time rage (QMF-timeslot) */
1278 for (int l=start_pos; l<next_pos; l++)
1296 for (int l=start_pos; l<next_pos; l++) {
1339 int next_pos, /*!< Last QMF-slot of current envelope + 1 */
1351 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos
1227 rescaleSubbandSamples(FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos, int shift) argument
1334 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
1455 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/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp842 int next_pos = read_file_line(map, pos, size, &line_size); local
843 //debug("pos:%d, next_pos:%d, size:%d, line_size:%d", pos, next_pos, size, line_size);
902 //debug("pos:%d, next_pos:%d, size:%d, line_size:%d", pos, next_pos, size, line_size);
903 pos = next_pos;
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc1570 LifetimePosition next_pos = position; local
1571 if (code()->IsGapAt(next_pos.InstructionIndex())) {
1572 next_pos = next_pos.NextInstruction();
1574 UsePosition* pos = current->NextUsePositionRegisterIsBeneficial(next_pos);
1996 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
1998 if (next_pos == NULL) {
2001 // When spilling between spill_pos and next_pos ensure that the range
2009 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos->pos());
2023 UsePosition* next_pos local
[all...]
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc1531 LifetimePosition next_pos = position; local
1532 if (IsGapAt(next_pos.InstructionIndex())) {
1533 next_pos = next_pos.NextInstruction();
1535 UsePosition* pos = current->NextUsePositionRegisterIsBeneficial(next_pos);
1972 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); local
1974 if (next_pos == NULL) {
1977 // When spilling between spill_pos and next_pos ensure that the range
1985 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos->pos());
1999 UsePosition* next_pos local
[all...]
H A Dpreparser.h1951 int next_pos = peek_position(); local
2028 return factory()->NewObjectLiteralProperty(is_get, value, next_pos,
2039 ? factory()->NewNumberLiteral(index, next_pos)
2040 : factory()->NewStringLiteral(name, next_pos);
/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 ...

Completed in 2547 milliseconds