/external/webrtc/webrtc/common_audio/signal_processing/ |
D | downsample_fast_mips.c | 26 size_t endpos = delay + factor * (data_out_length - 1) + 1; in WebRtcSpl_DownsampleFast_mips() local 40 || data_in_length < endpos) { in WebRtcSpl_DownsampleFast_mips() 100 [p_coefs_0] "r" (p_coefficients_0), [endpos] "r" (endpos), in WebRtcSpl_DownsampleFast_mips() 160 [p_coefs_0] "r" (p_coefficients_0), [endpos] "r" (endpos), in WebRtcSpl_DownsampleFast_mips()
|
D | downsample_fast.c | 26 size_t endpos = delay + factor * (data_out_length - 1) + 1; in WebRtcSpl_DownsampleFastC() local 30 || data_in_length < endpos) { in WebRtcSpl_DownsampleFastC() 34 for (i = delay; i < endpos; i += factor) { in WebRtcSpl_DownsampleFastC()
|
D | downsample_fast_neon.c | 28 size_t endpos = delay + factor * (data_out_length - 1) + 1; in WebRtcSpl_DownsampleFastNeon() local 30 size_t endpos1 = endpos - factor * res; in WebRtcSpl_DownsampleFastNeon() 34 || data_in_length < endpos) { in WebRtcSpl_DownsampleFastNeon() 204 for (; i < endpos; i += factor) { in WebRtcSpl_DownsampleFastNeon()
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
D | _htmlparser.py | 198 endpos = self.check_for_whole_start_tag(i) 199 if endpos < 0: 200 return endpos 202 self.__starttag_text = rawdata[i:endpos] 210 while k < endpos: 228 end = rawdata[k:endpos].strip() 239 % (rawdata[k:endpos][:20],)) 240 self.handle_data(rawdata[i:endpos]) 241 return endpos 249 return endpos
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 87 int endpos = end - text; in Print() local 89 string varname(text + pos, endpos - pos); in Print() 104 i = endpos; in Print() 105 pos = endpos + 1; in Print()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_fax.cpp | 99 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits() argument 103 if (endpos < 0) { in FaxFillBits() 104 endpos = 0; in FaxFillBits() 106 if (endpos >= columns) { in FaxFillBits() 107 endpos = columns; in FaxFillBits() 109 if (startpos >= endpos) { in FaxFillBits() 113 int last_byte = (endpos - 1) / 8; in FaxFillBits() 115 for (int i = startpos % 8; i <= (endpos - 1) % 8; i++) { in FaxFillBits() 124 for (i = 0; i <= (endpos - 1) % 8; i++) { in FaxFillBits()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | filter_functions.c | 143 int k, n, endpos, start; in WebRtcIsac_WeightingFilter() local 162 endpos=PITCH_WLPCBUFLEN + PITCH_SUBFRAME_LEN; in WebRtcIsac_WeightingFilter() 167 start=endpos-PITCH_WLPCWINLEN; in WebRtcIsac_WeightingFilter() 183 endpos+=PITCH_SUBFRAME_LEN; in WebRtcIsac_WeightingFilter()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | tncs.c | 842 char *endpos; in tncs_process_if_tnccs() local 853 endpos = end; in tncs_process_if_tnccs() 857 *endpos = '<'; in tncs_process_if_tnccs() 865 *endpos = '<'; in tncs_process_if_tnccs() 888 char *xml, *xmlend, *endpos; in tncs_process_if_tnccs() local 898 endpos = end; in tncs_process_if_tnccs() 902 *endpos = '<'; in tncs_process_if_tnccs() 918 *endpos = '<'; in tncs_process_if_tnccs() 927 *endpos = '<'; in tncs_process_if_tnccs()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | tncc.c | 753 char *endpos; in tncc_process_if_tnccs() local 764 endpos = end; in tncc_process_if_tnccs() 768 *endpos = '<'; in tncc_process_if_tnccs() 776 *endpos = '<'; in tncc_process_if_tnccs() 799 char *xml, *xmlend, *endpos; in tncc_process_if_tnccs() local 809 endpos = end; in tncc_process_if_tnccs() 813 *endpos = '<'; in tncc_process_if_tnccs() 829 *endpos = '<'; in tncc_process_if_tnccs() 838 *endpos = '<'; in tncc_process_if_tnccs()
|
/external/libvorbis/lib/ |
D | psy.c | 296 int endpos=rint(fromOC((i+1)*.125-2.)*2*n/rate); in _vp_psy_init() local 298 if(j<endpos){ in _vp_psy_init() 299 float delta=(ATH[i+1]-base)/(endpos-j); in _vp_psy_init() 300 for(;j<endpos && j<n;j++){ in _vp_psy_init() 490 long endpos; in seed_chase() local 492 endpos=posstack[i+1]; in seed_chase() 494 endpos=posstack[i]+linesper+1; /* +1 is important, else bin 0 is in seed_chase() 497 if(endpos>n)endpos=n; in seed_chase() 498 for(;pos<endpos;pos++) in seed_chase()
|
/external/curl/lib/ |
D | mprintf.c | 232 static long dprintf_Pass1(const char *format, va_stack_t *vto, char **endpos, in dprintf_Pass1() argument 482 *endpos++ = fmt + 1; /* end of this sequence */ in dprintf_Pass1() 577 char *endpos[MAX_PARAMETERS]; in dprintf_formatf() local 590 dprintf_Pass1(format, vto, endpos, ap_save); in dprintf_formatf() 592 end = &endpos[0]; /* the initial end-position from the list dprintf_Pass1() in dprintf_formatf()
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 1289 def FindStartOfExpressionInLine(line, endpos, depth, startchar, endchar): argument 1306 for i in xrange(endpos, -1, -1): 2833 (endline, endlinenum, endpos) = CloseExpression( 2836 if endpos > -1: 2837 trailing_text = endline[endpos:] 2999 (endline, _, endpos) = CloseExpression(clean_lines, linenum, pos) 3000 if endline[endpos:].find('{') == -1: # must be brace after if 3118 (endline, endlinenum, endpos) = CloseExpression( 3120 if endpos > -1 and Match(r'^\s*;', endline[endpos:]): 4073 endpos = line.rfind('>') [all …]
|
/external/regex-re2/re2/ |
D | re2.cc | 527 int endpos, in Match() argument 537 if (startpos < 0 || startpos > endpos || endpos > text.size()) { in Match() 545 subtext.remove_suffix(text.size() - endpos); in Match()
|
D | re2.h | 474 int endpos,
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
D | dammit.py | 304 declared_encoding_match = xml_encoding_re.search(markup, endpos=xml_endpos) 306 declared_encoding_match = html_meta_re.search(markup, endpos=html_endpos)
|
/external/selinux/sepolgen/src/sepolgen/ |
D | yacc.py | 143 endpos = getattr(self.slice[n],"endlexpos",startpos) 144 return startpos,endpos
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 2608 (endline, _, endpos) = CloseExpression(clean_lines, linenum, pos) 2609 if endline[endpos:].find('{') == -1: # must be brace after if
|