Home
last modified time | relevance | path

Searched defs:start_pos (Results 1 – 25 of 82) sorted by relevance

1234

/external/webrtc/rtc_base/memory/
Daligned_malloc.cc28 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/
Druby_generator_string-inl.h54 size_t start_pos = s.find(from); in Replace() local
76 size_t start_pos = s->find(from); in ReplacePrefix() local
Dobjective_c_generator.cc67 size_t start_pos = it->find_first_not_of(' '); in PrintAllComments() local
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Druby_generator_string-inl.h54 size_t start_pos = s.find(from); in Replace() local
76 size_t start_pos = s->find(from); in ReplacePrefix() local
Dobjective_c_generator.cc67 size_t start_pos = it->find_first_not_of(' '); in PrintAllComments() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_simple_parser.cpp45 uint32_t start_pos = cur_pos_ - 1; in GetWord() local
/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddecode_residual.c46 size_t meml_gotten, diff, start_pos; in WebRtcIlbcfix_DecodeResidual() local
Dencode.c57 size_t diff, start_pos; in WebRtcIlbcfix_EncodeImpl() local
/external/webrtc/modules/video_coding/utility/
Divf_file_reader.cc182 size_t start_pos) { in ParseCodecType()
/external/tpm2-tss/src/tss2-fapi/
Difapi_keystore.c181 unsigned int start_pos, end_pos, i; in full_path_to_fapi_path() local
346 size_t start_pos; in ifapi_keystore_initialize() local
825 size_t start_pos = 0; in expand_directory() local
/external/brotli/c/enc/
Dhistogram.c46 const BlockSplit* dist_split, const uint8_t* ringbuffer, size_t start_pos, in BrotliBuildHistogramsWithContext()
Dbrotli_bit_stream.c936 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlock()
1070 size_t start_pos, in BuildHistograms()
1095 size_t start_pos, in StoreDataWithHuffmanCodes()
1135 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockTrivial()
1188 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockFast()
/external/freetype/src/type1/
Dt1parse.c275 FT_ULong start_pos = FT_STREAM_POS(); in T1_Get_Private_Dict() local
/external/cronet/third_party/brotli/enc/
Dhistogram.c46 const BlockSplit* dist_split, const uint8_t* ringbuffer, size_t start_pos, in BrotliBuildHistogramsWithContext()
Dbrotli_bit_stream.c948 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlock()
1089 size_t start_pos, in BuildHistograms()
1114 size_t start_pos, in StoreDataWithHuffmanCodes()
1169 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockTrivial()
1213 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockFast()
/external/pdfium/core/fxge/
Dcfx_path.cpp105 const CFX_PointF& start_pos, in UpdateLineEndPoints()
149 const CFX_PointF& start_pos, in UpdateLineJoinPoints()
/external/tensorflow/tensorflow/core/lib/io/
Dbuffered_inputstream.cc63 size_t start_pos = pos_; in ReadLineHelper() local
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dencoded_data_helper.cpp56 size_t start_pos = *next_pos; in GetBytesForNextAU() local
/external/libxaac/decoder/
Dixheaacd_env_calc.c475 WORD16 *noise_level_mant, WORD16 *nrg_sine, WORD32 start_pos, in ixheaacd_adapt_noise_gain_calc()
698 WORD32 start_pos, end_pos; in ixheaacd_calc_sbrenvelope() local
1093 WORD32 sub_band_end, WORD32 start_pos, in ixheaacd_adjust_scale_dec()
1154 WORD32 sub_band_end, WORD32 start_pos, in ixheaacd_expsubbandsamples_dec()
1204 VOID ixheaacd_enery_calc_per_subband_dec(WORD32 start_pos, WORD32 next_pos, in ixheaacd_enery_calc_per_subband_dec()
1293 WORD32 start_pos, WORD32 next_pos, in ixheaacd_enery_calc_persfb()
Dixheaacd_common_lpfuncs.c181 WORD32 start_pos = 0; in ixheaacd_read_data_stream_element() local
/external/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dparse_delay_file.m29 start_pos = ftell(fid); variable
/external/cronet/net/tools/transport_security_state_generator/
Dpreloaded_state_generator.cc46 size_t start_pos = tpl->find(tag); in ReplaceTag() local
/external/aac/libSBRdec/src/
Denv_calc.cpp1052 int start_pos, stop_pos, freq_res; in calculateSbrEnvelope() local
1869 int start_pos, /*!< Begin of time rage (QMF-timeslot) */ in rescaleSubbandSamples()
1914 int start_pos, /*!< Begin of time rage (QMF-timeslot) */ in maxSubbandSample()
1989 int start_pos, /*!< First QMF-slot of current envelope */ in calcNrgPerSubband()
2117 int start_pos, /*!< First QMF-slot of current envelope */ in calcNrgPerSfb()
/external/tensorflow/tensorflow/java/src/gen/cc/
Dsource_writer.cc54 size_t start_pos = line_pos; in Write() local
/external/rust/crates/unicode-segmentation/src/
Dsentence.rs391 let start_pos = self.sentence_start.unwrap(); in next() localVariable

1234