Searched refs:next_pos (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
D | scanner.py | 50 rval, next_pos = action(m, context) 51 if next_pos is not None and next_pos != matchend: 53 matchend = next_pos
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 163 int start_pos, int next_pos, 172 int start_pos, int next_pos, 1232 int next_pos, /*!< End of time rage (QMF-timeslot) */ in rescaleSubbandSamples() argument 1239 for (int l=start_pos; l<next_pos; l++) { in rescaleSubbandSamples() 1245 for (int l=start_pos; l<next_pos; l++) { in rescaleSubbandSamples() 1267 int next_pos /*!< End of time rage (QMF-timeslot) */ in maxSubbandSample() argument 1278 for (int l=start_pos; l<next_pos; l++) in maxSubbandSample() 1296 for (int l=start_pos; l<next_pos; l++) { in maxSubbandSample() 1339 … int next_pos, /*!< Last QMF-slot of current envelope + 1 */ in calcNrgPerSubband() argument 1351 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSubband() [all …]
|
D | env_calc.h | 155 int start_pos, int next_pos,
|
/external/v8/src/ |
D | lithium-allocator.cc | 1530 LifetimePosition next_pos = position; in AllocateRegisters() local 1531 if (IsGapAt(next_pos.InstructionIndex())) { in AllocateRegisters() 1532 next_pos = next_pos.NextInstruction(); in AllocateRegisters() 1534 UsePosition* pos = current->NextUsePositionRegisterIsBeneficial(next_pos); in AllocateRegisters() 1945 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); in SplitAndSpillIntersecting() local 1946 if (next_pos == NULL) { in SplitAndSpillIntersecting() 1949 SpillBetween(range, split_pos, next_pos->pos()); in SplitAndSpillIntersecting() 1962 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); in SplitAndSpillIntersecting() local 1963 if (next_pos == NULL) { in SplitAndSpillIntersecting() 1966 next_intersection = Min(next_intersection, next_pos->pos()); in SplitAndSpillIntersecting()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config_util.cpp | 607 int next_pos = read_file_line(map, pos, size, &line_size); in load_bluez_linkkeys() local 668 pos = next_pos; in load_bluez_linkkeys()
|