/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
D | Lexer.java | 60 int start_pos = this.pos; in getToken() local 163 start_pos + 1); in getToken() 178 start_pos + 1); in getToken() 192 start_pos + 1); in getToken() 206 start_pos + 1); in getToken() 220 start_pos + 1); in getToken() 234 start_pos + 1); in getToken() 248 start_pos + 1); in getToken() 262 start_pos + 1); in getToken() 277 start_pos + 1); in getToken() [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.cpp | 15 const CFX_PointF& start_pos, in UpdateLineEndPoints() argument 18 if (start_pos.x == end_pos.x) { in UpdateLineEndPoints() 19 if (start_pos.y == end_pos.y) { in UpdateLineEndPoints() 26 if (end_pos.y < start_pos.y) in UpdateLineEndPoints() 36 if (start_pos.y == end_pos.y) { in UpdateLineEndPoints() 38 if (end_pos.x < start_pos.x) in UpdateLineEndPoints() 48 CFX_PointF diff = end_pos - start_pos; in UpdateLineEndPoints() 59 const CFX_PointF& start_pos, in UpdateLineJoinPoints() argument 74 bool bStartVert = fabs(start_pos.x - mid_pos.x) < one_twentieth; in UpdateLineJoinPoints() 77 int start_dir = mid_pos.y > start_pos.y ? 1 : -1; in UpdateLineJoinPoints() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | decode_residual.c | 44 size_t meml_gotten, diff, start_pos; in WebRtcIlbcfix_DecodeResidual() local 53 start_pos = (iLBC_encbits->startIdx-1)*SUBL; in WebRtcIlbcfix_DecodeResidual() 55 start_pos = (iLBC_encbits->startIdx-1)*SUBL + diff; in WebRtcIlbcfix_DecodeResidual() 62 &decresidual[start_pos], iLBCdec_inst->state_short_len in WebRtcIlbcfix_DecodeResidual() 70 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos, in WebRtcIlbcfix_DecodeResidual() 76 &decresidual[start_pos+iLBCdec_inst->state_short_len], in WebRtcIlbcfix_DecodeResidual() 88 decresidual+start_pos, meml_gotten); in WebRtcIlbcfix_DecodeResidual() 102 WebRtcSpl_MemCpyReversedOrder(&decresidual[start_pos-1], in WebRtcIlbcfix_DecodeResidual()
|
D | encode.c | 52 size_t diff, start_pos; in WebRtcIlbcfix_EncodeImpl() local 91 start_pos = iLBCenc_inst->start_pos; in WebRtcIlbcfix_EncodeImpl() 173 start_pos = (iLBCbits_inst->startIdx-1)*SUBL; in WebRtcIlbcfix_EncodeImpl() 176 start_pos = (iLBCbits_inst->startIdx-1)*SUBL + diff; in WebRtcIlbcfix_EncodeImpl() 181 WebRtcIlbcfix_StateSearch(iLBCenc_inst, iLBCbits_inst, &residual[start_pos], in WebRtcIlbcfix_EncodeImpl() 187 &decresidual[start_pos], iLBCenc_inst->state_short_len in WebRtcIlbcfix_EncodeImpl() 198 decresidual+start_pos, iLBCenc_inst->state_short_len); in WebRtcIlbcfix_EncodeImpl() 203 &residual[start_pos+iLBCenc_inst->state_short_len], in WebRtcIlbcfix_EncodeImpl() 209 WebRtcIlbcfix_CbConstruct(&decresidual[start_pos+iLBCenc_inst->state_short_len], in WebRtcIlbcfix_EncodeImpl() 226 WebRtcSpl_MemCpyReversedOrder(&mem[CB_MEML-1], &decresidual[start_pos], meml_gotten); in WebRtcIlbcfix_EncodeImpl() [all …]
|
/external/grpc-grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 54 size_t start_pos = s.find(from); in Replace() local 55 if (start_pos == grpc::string::npos) { in Replace() 58 s.replace(start_pos, from.length(), to); in Replace() 76 size_t start_pos = s->find(from); in ReplacePrefix() local 77 if (start_pos == grpc::string::npos || start_pos != 0) { in ReplacePrefix() 80 s->replace(start_pos, from.length(), to); in ReplacePrefix()
|
/external/fonttools/Lib/fontTools/svgLib/path/ |
D | parser.py | 58 start_pos = None 91 if start_pos is not None: 99 start_pos = current_pos 108 if current_pos != start_pos: 109 pen.lineTo((start_pos.real, start_pos.imag)) 111 current_pos = start_pos 112 start_pos = None 251 if start_pos is not None:
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | aligned_malloc.cc | 28 uintptr_t GetRightAlign(uintptr_t start_pos, size_t alignment) { in GetRightAlign() argument 31 return (start_pos + alignment - 1) & ~(alignment - 1); in GetRightAlign() 49 uintptr_t start_pos = reinterpret_cast<uintptr_t>(pointer); in GetRightAlign() local 50 return reinterpret_cast<void*>(GetRightAlign(start_pos, alignment)); in GetRightAlign()
|
/external/libxaac/decoder/ |
D | ixheaacd_env_calc.h | 69 WORD32 start_pos, WORD32 next_pos, 96 WORD num_sub_bands, WORD start_pos, 100 WORD num_sub_bands, WORD start_pos, 106 WORD start_pos, WORD end_pos, 112 WORD start_pos, WORD end_pos, 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,
|
D | ixheaacd_env_calc.c | 472 WORD16 *noise_level_mant, WORD16 *nrg_sine, WORD32 start_pos, in ixheaacd_adapt_noise_gain_calc() argument 508 for (l = start_pos; l < end_pos; l++) { in ixheaacd_adapt_noise_gain_calc() 514 if (((l == MAX_COLS)) && ((start_pos < MAX_COLS))) { in ixheaacd_adapt_noise_gain_calc() 566 if (((l - start_pos) < smooth_length)) { in ixheaacd_adapt_noise_gain_calc() 568 ->sbr_smooth_filter[(l - start_pos)]; in ixheaacd_adapt_noise_gain_calc() 680 WORD32 start_pos, end_pos; in ixheaacd_calc_sbrenvelope() local 806 start_pos = ptr_border_vec[i]; in ixheaacd_calc_sbrenvelope() 809 start_pos = SBR_TIME_STEP * ptr_border_vec[i]; in ixheaacd_calc_sbrenvelope() 834 start_pos, end_pos, ptr_frame_data->max_qmf_subband_aac, sub_band_end, in ixheaacd_calc_sbrenvelope() 839 pstr_freq_band_data->freq_band_table[freq_res], start_pos, end_pos, in ixheaacd_calc_sbrenvelope() [all …]
|
D | ixheaacd_drc_freq_dec.c | 878 WORD32 drc_band, spec_pos, start_pos, end_pos; in ixheaacd_drc_apply() local 931 start_pos = 0; in ixheaacd_drc_apply() 988 for (spec_pos = start_pos; spec_pos < end_pos; spec_pos++) { in ixheaacd_drc_apply() 997 qmf_start = ixheaacd_div_by_30(start_pos); in ixheaacd_drc_apply() 1000 qmf_start = start_pos >> 5; in ixheaacd_drc_apply() 1057 qmf_start_pos = ixheaacd_drc_floor(start_pos, frame_size); in ixheaacd_drc_apply() 1061 qmf_start = ixheaacd_drc_get_bottom_qmf(start_pos, frame_size); in ixheaacd_drc_apply() 1073 start_pos = end_pos; in ixheaacd_drc_apply()
|
D | ixheaacd_common_lpfuncs.c | 172 WORD32 start_pos = 0; in ixheaacd_read_data_stream_element() local 184 start_pos = temp_bs.cnt_bits; in ixheaacd_read_data_stream_element() 208 drc_handle->dvb_anc_data_pos = start_pos; in ixheaacd_read_data_stream_element()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_fax.cpp | 51 int FindBit(const uint8_t* data_buf, int max_pos, int start_pos, int bit) { in FindBit() argument 52 ASSERT(start_pos >= 0); in FindBit() 53 if (start_pos >= max_pos) in FindBit() 57 if (start_pos % 8) { in FindBit() 58 uint8_t data = data_buf[start_pos / 8]; in FindBit() 60 data &= 0xff >> (start_pos % 8); in FindBit() 62 data |= 0xff << (8 - start_pos % 8); in FindBit() 65 return start_pos / 8 * 8 + leading_pos[data]; in FindBit() 67 start_pos += 7; in FindBit() 70 int byte_pos = start_pos / 8; in FindBit()
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 176 int highSubband, int start_pos, int next_pos, 182 UCHAR *freqBandTable, int start_pos, int next_pos, 1069 int start_pos, stop_pos, freq_res; in calculateSbrEnvelope() local 1071 start_pos = in calculateSbrEnvelope() 1084 start_pos = hHeaderData->timeStep * in calculateSbrEnvelope() 1166 lowSubband, highSubband, start_pos, stop_pos, input_e, in calculateSbrEnvelope() 1171 start_pos, stop_pos, input_e, pNrgs->nrgEst, in calculateSbrEnvelope() 1403 noise_e = (start_pos < no_cols) ? adj_e : final_e; in calculateSbrEnvelope() 1471 sc_change = (start_pos < no_cols) ? adj_e - input_e : final_e - input_e; in calculateSbrEnvelope() 1492 for (j = start_pos; j < stop_pos; j++) { in calculateSbrEnvelope() [all …]
|
D | env_calc.h | 175 int noSubbands, int start_pos, int next_pos, 180 int highSubband, int start_pos, int stop_pos);
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | source_writer.cc | 54 size_t start_pos = line_pos; in Write() local 55 line_pos = str.find('\n', start_pos); in Write() 58 Append(str.substr(start_pos, line_pos - start_pos)); in Write() 61 Append(str.substr(start_pos, str.size() - start_pos)); in Write()
|
/external/brotli/c/enc/ |
D | brotli_bit_stream.h | 45 const uint8_t* input, size_t start_pos, size_t length, size_t mask, 56 const uint8_t* input, size_t start_pos, size_t length, size_t mask, 66 const uint8_t* input, size_t start_pos, size_t length, size_t mask,
|
D | brotli_bit_stream.c | 951 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlock() argument 957 size_t pos = start_pos; in BrotliStoreMetaBlock() 1087 size_t start_pos, in BuildHistograms() argument 1094 size_t pos = start_pos; in BuildHistograms() 1112 size_t start_pos, in StoreDataWithHuffmanCodes() argument 1124 size_t pos = start_pos; in StoreDataWithHuffmanCodes() 1152 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockTrivial() argument 1174 BuildHistograms(input, start_pos, mask, commands, n_commands, in BrotliStoreMetaBlockTrivial() 1194 StoreDataWithHuffmanCodes(input, start_pos, mask, commands, in BrotliStoreMetaBlockTrivial() 1205 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockFast() argument [all …]
|
D | encode.c | 386 size_t start_pos, size_t length, size_t mask, int quality, size_t size_hint, in ShouldUseComplexStaticContextMap() argument 411 const size_t end_pos = start_pos + length; in ShouldUseComplexStaticContextMap() 422 for (; start_pos + 64 <= end_pos; start_pos += 4096) { in ShouldUseComplexStaticContextMap() 423 const size_t stride_end_pos = start_pos + 64; in ShouldUseComplexStaticContextMap() 424 uint8_t prev2 = input[start_pos & mask]; in ShouldUseComplexStaticContextMap() 425 uint8_t prev1 = input[(start_pos + 1) & mask]; in ShouldUseComplexStaticContextMap() 429 for (pos = start_pos + 2; pos < stride_end_pos; ++pos) { in ShouldUseComplexStaticContextMap() 466 size_t start_pos, size_t length, size_t mask, int quality, size_t size_hint, in DecideOverLiteralContextModeling() argument 471 input, start_pos, length, mask, quality, size_hint, in DecideOverLiteralContextModeling() 478 const size_t end_pos = start_pos + length; in DecideOverLiteralContextModeling() [all …]
|
D | histogram.c | 46 const BlockSplit* dist_split, const uint8_t* ringbuffer, size_t start_pos, in BrotliBuildHistogramsWithContext() argument 51 size_t pos = start_pos; in BrotliBuildHistogramsWithContext()
|
/external/openssh/ |
D | progressmeter.c | 69 static off_t start_pos; /* initial position of transfer */ variable 132 transferred = *counter - (cur_pos ? cur_pos : start_pos); in refresh_progress_meter() 142 transferred = end_pos - start_pos; in refresh_progress_meter() 254 start_pos = *ctr; in start_progress_meter()
|
/external/webrtc/webrtc/base/ |
D | stringencode.cc | 607 size_t start_pos = remain_source.find(start_mark); in tokenize() local 608 if (std::string::npos == start_pos) break; in tokenize() 610 if (start_pos > 0) { in tokenize() 611 pre_mark = remain_source.substr(0, start_pos - 1); in tokenize() 614 ++start_pos; in tokenize() 615 size_t end_pos = remain_source.find(end_mark, start_pos); in tokenize() 621 fields->push_back(remain_source.substr(start_pos, end_pos - start_pos)); in tokenize()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_simple_parser.cpp | 43 uint32_t start_pos = m_dwCurPos - 1; in ParseWord() local 44 pStart = m_pData + start_pos; in ParseWord() 53 dwSize = m_dwCurPos - start_pos; in ParseWord()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t2.c | 335 info_PK->start_pos = info_TL->end_header + 1; in opj_t2_encode_packets() 337 … info_PK->start_pos = ((l_cp->m_specific_param.m_enc.m_tp_on | l_tcp->POC) && in opj_t2_encode_packets() 338 … info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[cstr_info->packno - in opj_t2_encode_packets() 341 info_PK->end_pos = info_PK->start_pos + l_nb_bytes - 1; in opj_t2_encode_packets() 342 info_PK->end_ph_pos += info_PK->start_pos - in opj_t2_encode_packets() 529 info_PK->start_pos = info_TL->end_header + 1; in opj_t2_decode_packets() 537 info_PK->start_pos = p_cstr_info->tile[p_tile_no].tp[curtp].tp_end_header + 1; in opj_t2_decode_packets() 539 info_PK->start_pos = (l_cp->m_specific_param.m_enc.m_tp_on && in opj_t2_decode_packets() 540 … info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[p_cstr_info->packno - in opj_t2_decode_packets() 543 info_PK->end_pos = info_PK->start_pos + l_nb_bytes_read - 1; in opj_t2_decode_packets() [all …]
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_arm_non_neon.c | 115 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,
|
/external/v8/src/parsing/ |
D | scanner-character-streams.cc | 691 int start_pos, int end_pos) { in For() argument 692 DCHECK_GE(start_pos, 0); in For() 693 DCHECK_LE(start_pos, end_pos); in For() 707 static_cast<size_t>(start_pos), in For() 712 static_cast<size_t>(start_pos), in For() 717 static_cast<size_t>(start_pos), Handle<SeqOneByteString>::cast(data), in For() 721 isolate, static_cast<size_t>(start_pos), in For()
|