Home
last modified time | relevance | path

Searched refs:next_pos (Results 1 – 17 of 17) sorted by relevance

/external/google-breakpad/src/tools/linux/symupload/
Dsym_upload.cc69 string::size_type cur_pos = 0, next_pos = 0; in TokenizeByChar() local
70 while ((next_pos = source_string.find(c, cur_pos)) != string::npos) { in TokenizeByChar()
71 if (next_pos != cur_pos) in TokenizeByChar()
72 results->push_back(source_string.substr(cur_pos, next_pos - cur_pos)); in TokenizeByChar()
73 cur_pos = next_pos + 1; in TokenizeByChar()
75 if (cur_pos < source_string.size() && next_pos != cur_pos) in TokenizeByChar()
/external/libxaac/decoder/
Dixheaacd_env_calc.h69 WORD32 start_pos, WORD32 next_pos,
97 WORD next_pos, WORD shift, FLAG low_pow_flag);
101 WORD next_pos, WORD shift, FLAG low_pow_flag);
115 VOID ixheaacd_enery_calc_per_subband_dec(WORD32 start_pos, WORD32 next_pos,
124 WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start,
Dixheaacd_env_calc.c1033 WORD32 next_pos, WORD32 shift, in ixheaacd_adjust_scale_dec() argument
1045 for (l = start_pos; l < next_pos; l++) { in ixheaacd_adjust_scale_dec()
1054 for (l = start_pos; l < next_pos; l++) { in ixheaacd_adjust_scale_dec()
1064 for (l = start_pos; l < next_pos; l++) { in ixheaacd_adjust_scale_dec()
1076 for (l = start_pos; l < next_pos; l++) { in ixheaacd_adjust_scale_dec()
1094 WORD32 next_pos, FLAG low_pow_flag) { in ixheaacd_expsubbandsamples_dec() argument
1109 for (l = start_pos; l < next_pos; l++) { in ixheaacd_expsubbandsamples_dec()
1121 for (l = start_pos; l < next_pos; l++) { in ixheaacd_expsubbandsamples_dec()
1143 VOID ixheaacd_enery_calc_per_subband_dec(WORD32 start_pos, WORD32 next_pos, in ixheaacd_enery_calc_per_subband_dec() argument
1159 WORD32 num_cols = next_pos - start_pos; in ixheaacd_enery_calc_per_subband_dec()
[all …]
/external/jsoncpp/devtools/
Dantglob.py67 next_pos = 0
73 if match.start(0) != next_pos:
87 next_pos = match.end()
/external/libxaac/decoder/armv7/
Dixheaacd_function_selector_arm_non_neon.c115 WORD32 start_pos, WORD32 next_pos, WORD32 shift,
120 WORD32 start_pos, WORD32 next_pos,
124 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
Dixheaacd_function_selector_armv7.c122 WORD32 start_pos, WORD32 next_pos, WORD32 shift,
127 WORD32 start_pos, WORD32 next_pos,
131 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
/external/aac/libSBRdec/src/
Denv_calc.cpp176 int highSubband, int start_pos, int next_pos,
182 UCHAR *freqBandTable, int start_pos, int next_pos,
1874 int next_pos, /*!< End of time rage (QMF-timeslot) */ in rescaleSubbandSamples() argument
1881 for (int l = start_pos; l < next_pos; l++) { in rescaleSubbandSamples()
1886 for (int l = start_pos; l < next_pos; l++) { in rescaleSubbandSamples()
1919 int next_pos /*!< End of time rage (QMF-timeslot) */ in maxSubbandSample() argument
1928 for (int l = start_pos; l < next_pos; l++) { in maxSubbandSample()
1942 for (int l = start_pos; l < next_pos; l++) { in maxSubbandSample()
1994 int next_pos, /*!< Last QMF-slot of current envelope + 1 */ in calcNrgPerSubband() argument
2006 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSubband()
[all …]
Denv_calc.h175 int noSubbands, int start_pos, int next_pos,
/external/u-boot/drivers/pci/
Dpci.c514 u8 next_pos; in pci_find_cap() local
517 pci_hose_read_config_byte(hose, dev, pos, &next_pos); in pci_find_cap()
518 if (next_pos < CAP_START_POS) in pci_find_cap()
520 next_pos &= ~3; in pci_find_cap()
521 pos = (int) next_pos; in pci_find_cap()
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c120 WORD32 start_pos, WORD32 next_pos, WORD32 shift,
125 WORD32 start_pos, WORD32 next_pos,
129 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c120 WORD32 start_pos, WORD32 next_pos, WORD32 shift,
125 WORD32 start_pos, WORD32 next_pos,
129 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c120 WORD32 start_pos, WORD32 next_pos, WORD32 shift,
125 WORD32 start_pos, WORD32 next_pos,
129 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c121 WORD32 start_pos, WORD32 next_pos, WORD32 shift,
126 WORD32 start_pos, WORD32 next_pos,
130 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
/external/libusb/libusb/os/
Dthreads_windows.c123 struct usbi_cond_perthread *pos, *next_pos; in usbi_cond_destroy() local
129 list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) { in usbi_cond_destroy()
/external/python/cpython2/Lib/
Dmailbox.py892 next_pos = 0
894 line_pos = next_pos
896 next_pos = self._file.tell()
898 starts.append(next_pos)
900 line_pos = next_pos
902 next_pos = self._file.tell()
1320 next_pos = 0
1323 line_pos = next_pos
1325 next_pos = self._file.tell()
1329 starts.append(next_pos)
/external/python/cpython3/Lib/
Dmailbox.py907 next_pos = 0
909 line_pos = next_pos
911 next_pos = self._file.tell()
913 starts.append(next_pos)
915 line_pos = next_pos
917 next_pos = self._file.tell()
1334 next_pos = 0
1337 line_pos = next_pos
1339 next_pos = self._file.tell()
1343 starts.append(next_pos)
/external/v8/src/compiler/
Dregister-allocator.cc2588 LifetimePosition next_pos = start; in SplitAndSpillRangesDefinedByMemoryOperand() local
2589 if (next_pos.IsGapPosition()) { in SplitAndSpillRangesDefinedByMemoryOperand()
2590 next_pos = next_pos.NextStart(); in SplitAndSpillRangesDefinedByMemoryOperand()
2597 ? range->NextRegisterPosition(next_pos) in SplitAndSpillRangesDefinedByMemoryOperand()
2598 : range->NextUsePositionRegisterIsBeneficial(next_pos); in SplitAndSpillRangesDefinedByMemoryOperand()
3301 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); in SplitAndSpillIntersecting() local
3303 if (next_pos == nullptr) { in SplitAndSpillIntersecting()
3315 next_pos->pos())); in SplitAndSpillIntersecting()
3316 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos->pos()); in SplitAndSpillIntersecting()
3337 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); in SplitAndSpillIntersecting() local
[all …]