/external/webrtc/webrtc/system_wrappers/source/ |
D | aligned_malloc.cc | 28 uintptr_t GetRightAlign(uintptr_t start_pos, size_t alignment) { in GetRightAlign() 49 uintptr_t start_pos = reinterpret_cast<uintptr_t>(pointer); in GetRightAlign() local
|
/external/grpc-grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 54 size_t start_pos = s.find(from); in Replace() local 76 size_t start_pos = s->find(from); in ReplacePrefix() local
|
D | objective_c_generator.cc | 67 size_t start_pos = it->find_first_not_of(' '); in PrintAllComments() local
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_simple_parser.cpp | 45 uint32_t start_pos = cur_pos_ - 1; in GetWord() local
|
/external/v8/src/heap/cppgc/ |
D | name-trait.cc | 29 const auto start_pos = raw.rfind("T = ") + 4; in GetNameFromTypeSignature() local
|
/external/OpenCL-CTS/test_conformance/clcpp/utils_common/ |
D | string.hpp | 63 size_t start_pos = 0; in replace_all() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | decode_residual.c | 44 size_t meml_gotten, diff, start_pos; in WebRtcIlbcfix_DecodeResidual() local
|
D | encode.c | 52 size_t diff, start_pos; in WebRtcIlbcfix_EncodeImpl() local
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.cpp | 34 const CFX_PointF& start_pos, in UpdateLineEndPoints() 78 const CFX_PointF& start_pos, in UpdateLineJoinPoints() 301 CFX_PointF start_pos = m_Points[iStartPoint].m_Point; in GetBoundingBox() local
|
/external/freetype/src/type1/ |
D | t1parse.c | 276 FT_ULong start_pos = FT_STREAM_POS(); in T1_Get_Private_Dict() local
|
/external/brotli/c/enc/ |
D | histogram.c | 46 const BlockSplit* dist_split, const uint8_t* ringbuffer, size_t start_pos, in BrotliBuildHistogramsWithContext()
|
D | brotli_bit_stream.c | 951 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlock() 1087 size_t start_pos, in BuildHistograms() 1112 size_t start_pos, in StoreDataWithHuffmanCodes() 1152 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockTrivial() 1205 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockFast()
|
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | encoded_data_helper.cpp | 56 size_t start_pos = *next_pos; in GetBytesForNextAU() local
|
/external/libxaac/decoder/ |
D | ixheaacd_common_lpfuncs.c | 170 WORD32 start_pos = 0; in ixheaacd_read_data_stream_element() local
|
D | ixheaacd_env_calc.c | 472 WORD16 *noise_level_mant, WORD16 *nrg_sine, WORD32 start_pos, in ixheaacd_adapt_noise_gain_calc() 680 WORD32 start_pos, end_pos; in ixheaacd_calc_sbrenvelope() local 1037 WORD32 sub_band_end, WORD32 start_pos, in ixheaacd_adjust_scale_dec() 1098 WORD32 sub_band_end, WORD32 start_pos, in ixheaacd_expsubbandsamples_dec() 1148 VOID ixheaacd_enery_calc_per_subband_dec(WORD32 start_pos, WORD32 next_pos, in ixheaacd_enery_calc_per_subband_dec() 1237 WORD32 start_pos, WORD32 next_pos, in ixheaacd_enery_calc_persfb()
|
/external/openssh/ |
D | progressmeter.c | 69 static off_t start_pos; /* initial position of transfer */ variable
|
/external/v8/src/objects/ |
D | shared-function-info.cc | 24 int start_pos = StartPosition(); in Hash() local 336 int start_pos = shared->function_token_position(); in GetSourceCodeHarmony() local
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | parse_delay_file.m | 19 start_pos = ftell(fid); variable
|
/external/v8/src/parsing/ |
D | scanner.cc | 713 bool Scanner::ScanImplicitOctalDigits(int start_pos, in ScanImplicitOctalDigits() 751 int start_pos = source_pos(); // For reporting octal positions. in ScanNumber() local
|
/external/v8/src/execution/ |
D | messages.h | 50 int start_pos() const { return start_pos_; } in start_pos() function
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | source_writer.cc | 54 size_t start_pos = line_pos; in Write() local
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 1065 int start_pos, stop_pos, freq_res; in calculateSbrEnvelope() local 1871 int start_pos, /*!< Begin of time rage (QMF-timeslot) */ in rescaleSubbandSamples() 1916 int start_pos, /*!< Begin of time rage (QMF-timeslot) */ in maxSubbandSample() 1991 int start_pos, /*!< First QMF-slot of current envelope */ in calcNrgPerSubband() 2119 int start_pos, /*!< First QMF-slot of current envelope */ in calcNrgPerSfb()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 596 SequenceIter start_pos = seq_pos; in lookupAddressRange() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1251 FIRSTPASS_STATS *start_pos; in vp8_init_second_pass() local 1617 FIRSTPASS_STATS *start_pos; in define_gf_group() local 2457 FIRSTPASS_STATS *start_pos; in test_candidate_kf() local
|
/external/aac/libSBRenc/src/ |
D | env_est.cpp | 606 INT start_pos, /*! start slot */ in getEnvSfbEnergy() 739 INT no_of_bands, start_pos, stop_pos, li, ui; in calculateSbrEnvelope() local
|