Searched defs:start_pos (Results 1 - 25 of 29) sorted by relevance

12

/external/v8/src/
H A Dpreparse-data.cc33 void CompleteParserRecorder::LogMessage(int start_pos, argument
42 function_store_.Add(start_pos);
H A Dmessages.h47 int start_pos,
50 start_pos_(start_pos),
55 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
46 MessageLocation(Handle<Script> script, int start_pos, int end_pos) argument
H A Dflags.cc404 int start_pos = (value == NULL) ? i : i - 1; local
405 int js_argc = *argc - start_pos;
411 js_argv[k - start_pos] = StrDup(argv[k]);
H A Dpreparser.cc54 void PreParserTraits::ReportMessageAt(int start_pos, argument
59 pre_parser_->log_->LogMessage(start_pos, end_pos, message, arg,
H A Dscanner.cc800 int start_pos = source_pos(); // For reporting octal positions. local
846 octal_pos_ = Location(start_pos, source_pos());
H A Dcode-stubs-hydrogen.cc1417 HValue* start_pos = AddUncasted<HSub>(array_length, local
1419 HValue* slot_iterator = loop_builder.BeginBody(start_pos,
H A Dparser.h45 int start_pos() { return backing_[kStartPositionIndex]; } function in class:v8::internal::BASE_EMBEDDED
H A Disolate.cc1090 thread_local_top()->pending_message_start_pos_ = location->start_pos();
1115 location->script()->GetLineNumber(location->start_pos()) + 1;
1218 int start_pos = thread_local_top_.pending_message_start_pos_; local
1220 MessageLocation location(script, start_pos, end_pos);
1241 int start_pos = thread_local_top_.pending_message_start_pos_; local
1243 return MessageLocation(script, start_pos, end_pos);
/external/pdfium/third_party/freetype/src/type1/
H A Dt1parse.c276 FT_Long start_pos = FT_STREAM_POS(); local
306 if ( FT_STREAM_SEEK( start_pos ) ||
/external/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp357 std::string::size_type start_pos = 0; local
373 *range_start_len = idx - start_pos;
374 std::string start_str = arg_str.substr (start_pos, *range_start_len);
/external/marisa-trie/lib/marisa/
H A Dtrie-search.cc249 const std::size_t start_pos = key->length(); local
265 std::reverse(key->begin() + start_pos, key->end());
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-search.cc260 const std::size_t start_pos = key->length(); local
277 std::reverse(key->begin() + start_pos, key->end());
279 key->resize(start_pos);
282 key->resize(start_pos);
/external/openssh/
H A Dprogressmeter.c69 static off_t start_pos; /* initial position of transfer */ variable
133 transferred = *counter - (cur_pos ? cur_pos : start_pos);
143 transferred = end_pos - start_pos;
255 start_pos = *ctr;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp92 FX_DWORD start_pos = m_dwCurPos - 1; local
93 pStart = m_pData + start_pos;
104 dwSize = m_dwCurPos - start_pos;
226 FX_DWORD& start_pos, FX_DWORD& end_pos)
232 start_pos = m_dwCurPos;
225 FindTagPair(FX_BSTR start_token, FX_BSTR end_token, FX_DWORD& start_pos, FX_DWORD& end_pos) argument
H A Dfpdf_parser_parser.cpp634 FX_FILESIZE start_pos = 0, start_pos1 = 0; local
680 start_pos = pos + i;
741 start_pos = start_pos1;
776 FX_FILESIZE obj_pos = start_pos - m_Syntax.m_HeaderOffset;
777 last_obj = start_pos;
/external/libnfc-nxp/src/
H A DphLlcNfc_DataTypes.h460 uint8_t start_pos; member in struct:phLlcNfc_StoreIFrame
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp46 int _FindBit(const FX_BYTE* data_buf, int max_pos, int start_pos, int bit) argument
48 if (start_pos >= max_pos) {
52 if (start_pos % 8) {
53 FX_BYTE data = data_buf[start_pos / 8];
55 data &= 0xff >> (start_pos % 8);
57 data |= 0xff << (8 - start_pos % 8);
60 return start_pos / 8 * 8 + leading_pos[data];
62 start_pos += 7;
65 int byte_pos = start_pos / 8;
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1767 pair<int, int> start_pos = FindOrDie(markers_, start_marker); local
1771 expected_span.Add(start_pos.first);
1772 expected_span.Add(start_pos.second);
1773 if (end_pos.first != start_pos.first) {
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc112 string::size_type start_pos = 0; local
115 pos = s.find(oldsub, start_pos);
119 res->append(s, start_pos, pos - start_pos);
121 start_pos = pos + oldsub.size(); // start searching again after the "old"
123 res->append(s, start_pos, s.length() - start_pos);
/external/aac/libSBRdec/src/
H A Denv_calc.cpp163 int start_pos, int next_pos,
172 int start_pos, int next_pos,
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */ local
649 start_pos, stop_pos,
658 start_pos, stop_pos,
841 noise_e = (start_pos < no_cols) ? adj_e : final_e;
907 sc_change = (start_pos<no_cols)? adj_e - input_e : final_e - input_e;
927 for (j = start_pos; j < stop_pos; j++)
936 if ( (j==no_cols) && (start_pos<no_cols) )
991 if (j-start_pos < smooth_lengt
1227 rescaleSubbandSamples(FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos, int shift) argument
1262 maxSubbandSample( FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos ) 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/aac/libSBRenc/src/
H A Denv_est.cpp442 over slots (start_pos) to (stop_pos)
450 INT start_pos, /*! start slot */
476 for (l = start_pos; l < border_pos; l++) {
582 INT no_of_bands, start_pos, stop_pos, li, ui; local
627 start_pos = timeStep * frame_info->borders[i];
696 count[j] = stop_pos - start_pos;
703 start_pos,
725 start_pos,
741 count[j] = (stop_pos - start_pos) * (ui - li);
745 start_pos,
448 getEnvSfbEnergy(INT li, INT ui, INT start_pos, INT stop_pos, INT border_pos, FIXP_DBL **YBuffer, INT YBufferSzShift, INT scaleNrg0, INT scaleNrg1) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1334 FIRSTPASS_STATS *start_pos; local
1374 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */
1386 reset_fpf_position(cpi, start_pos);
1393 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */
1404 reset_fpf_position(cpi, start_pos); /* Reset file position */
1743 FIRSTPASS_STATS *start_pos; local
1777 start_pos = cpi->twopass.stats_in;
2146 reset_fpf_position(cpi, start_pos);
2334 reset_fpf_position(cpi, start_pos);
2354 reset_fpf_position(cpi, start_pos);
2649 FIRSTPASS_STATS *start_pos; local
[all...]
/external/libpng/contrib/tools/
H A Dpngfix.c2615 fpos_t start_pos; local
2619 file_getpos(file, &start_pos);
2689 file_setpos(file, &start_pos);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1849 const FIRSTPASS_STATS *const start_pos = twopass->stats_in; local
2070 reset_fpf_position(twopass, start_pos);
2136 reset_fpf_position(twopass, start_pos);
2141 calculate_section_intra_ratio(start_pos, twopass->stats_in_end,
2207 const FIRSTPASS_STATS *start_pos = twopass->stats_in; local
2254 reset_fpf_position(twopass, start_pos);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopenjpeg.h720 OPJ_OFF_T start_pos; member in struct:opj_packet_info
769 int start_pos; member in struct:opj_tile_info
947 OPJ_OFF_T start_pos; member in struct:opj_tp_index

Completed in 3579 milliseconds

12