/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/python/cpython2/Tools/scripts/ |
D | parseentities.py | 20 def parse(text,pos=0,endpos=None): argument 23 if endpos is None: 24 endpos = len(text) 27 m = entityRE.search(text,pos,endpos)
|
/external/python/cpython2/Modules/ |
D | _heapqmodule.c | 77 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftup() local 82 endpos = PyList_GET_SIZE(heap); in _siftup() 84 if (pos >= endpos) { in _siftup() 90 limit = endpos / 2; /* smallest pos that has no child */ in _siftup() 95 if (rightpos < endpos) { in _siftup() 103 if (endpos != PyList_GET_SIZE(heap)) { in _siftup() 418 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftupmax() local 423 endpos = PyList_GET_SIZE(heap); in _siftupmax() 425 if (pos >= endpos) { in _siftupmax() 433 limit = endpos / 2; /* smallest pos that has no child */ in _siftupmax() [all …]
|
D | sre.h | 55 Py_ssize_t pos, endpos; /* current target slice */ member 81 Py_ssize_t pos, endpos; member
|
D | _sre.c | 1803 state->endpos = end; in state_init() 2346 string, STATE_OFFSET(&state, last), state.endpos in pattern_split() 2520 if (i < state.endpos) { in pattern_subx() 2521 item = PySequence_GetSlice(string, i, state.endpos); in pattern_subx() 3734 {"endpos", T_PYSSIZET, MATCH_OFF(endpos), READONLY}, 3818 match->endpos = state->endpos; in pattern_new_match()
|
/external/python/cpython2/Lib/ |
D | HTMLParser.py | 284 endpos = self.check_for_whole_start_tag(i) 285 if endpos < 0: 286 return endpos 288 self.__starttag_text = rawdata[i:endpos] 297 while k < endpos: 312 end = rawdata[k:endpos].strip() 321 self.handle_data(rawdata[i:endpos]) 322 return endpos 330 return endpos
|
D | heapq.py | 296 endpos = len(heap) 301 while childpos < endpos: 304 if rightpos < endpos and not cmp_lt(heap[childpos], heap[rightpos]): 332 endpos = len(heap) 337 while childpos < endpos: 340 if rightpos < endpos and not cmp_lt(heap[rightpos], heap[childpos]):
|
D | _pyio.py | 1913 pos = endpos = None 1919 endpos = pos + 1 1937 endpos = nlpos + 1 1941 endpos = crpos + 1 1945 endpos = nlpos + 1 1949 endpos = crpos + 2 1953 endpos = crpos + 1 1959 endpos = pos + len(self._readnl) 1963 endpos = limit # reached length limit 1978 if limit >= 0 and endpos > limit: [all …]
|
D | doctest.py | 286 startpos, endpos = 0, len(got) 297 endpos -= len(w) 302 if startpos > endpos: 314 startpos = got.find(w, startpos, endpos)
|
/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/pdfium/core/fxcodec/codec/ |
D | fx_codec_fax.cpp | 105 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits() argument 107 endpos = std::min(std::max(endpos, 0), columns); in FaxFillBits() 108 if (startpos >= endpos) in FaxFillBits() 112 int last_byte = (endpos - 1) / 8; in FaxFillBits() 114 for (int i = startpos % 8; i <= (endpos - 1) % 8; ++i) in FaxFillBits() 121 for (int i = 0; i <= (endpos - 1) % 8; ++i) in FaxFillBits()
|
/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/python/cpython2/Modules/_io/ |
D | textio.c | 1696 Py_ssize_t start, endpos, chunked, offset_to_buffer; in _textiowrapper_readline() local 1731 start = endpos = offset_to_buffer = 0; in _textiowrapper_readline() 1754 endpos = _PyIO_find_line_ending( in _textiowrapper_readline() 1757 if (endpos >= 0) { in _textiowrapper_readline() 1758 endpos += start; in _textiowrapper_readline() 1759 if (limit >= 0 && (endpos - start) + chunked >= limit) in _textiowrapper_readline() 1760 endpos = start + limit - chunked; in _textiowrapper_readline() 1765 endpos = consumed + start; in _textiowrapper_readline() 1766 if (limit >= 0 && (endpos - start) + chunked >= limit) { in _textiowrapper_readline() 1768 endpos = start + limit - chunked; in _textiowrapper_readline() [all …]
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 138 int endpos = end - text; in Print() local 140 string varname(text + pos, endpos - pos); in Print() 165 i = endpos; in Print() 166 pos = endpos + 1; in Print()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | tncc.c | 754 char *endpos; in tncc_process_if_tnccs() local 765 endpos = end; in tncc_process_if_tnccs() 769 *endpos = '<'; in tncc_process_if_tnccs() 777 *endpos = '<'; in tncc_process_if_tnccs() 800 char *xml, *xmlend, *endpos; in tncc_process_if_tnccs() local 810 endpos = end; in tncc_process_if_tnccs() 814 *endpos = '<'; in tncc_process_if_tnccs() 830 *endpos = '<'; in tncc_process_if_tnccs() 839 *endpos = '<'; in tncc_process_if_tnccs()
|
/external/python/cpython2/Lib/idlelib/ |
D | PyParse.py | 517 endpos = str.find('\n', startpos) + 1 519 while i < endpos: 529 i = _match_stringre(str, i, endpos).end() 544 found = re.match(r"\s*\\", str[i:endpos]) is None
|
/external/curl/lib/ |
D | mprintf.c | 234 static int dprintf_Pass1(const char *format, va_stack_t *vto, char **endpos, in dprintf_Pass1() argument 487 *endpos++ = fmt + 1; /* end of this sequence */ in dprintf_Pass1() 582 char *endpos[MAX_PARAMETERS]; in dprintf_formatf() local 595 if(dprintf_Pass1(format, vto, endpos, ap_save)) in dprintf_formatf() 598 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/swiftshader/third_party/LLVM/lib/Archive/ |
D | ArchiveWriter.cpp | 335 unsigned endpos = ARFile.tellp(); in writeSymbolTable() local 340 assert(endpos - startpos == symTabSize && "Invalid symTabSize computation"); in writeSymbolTable()
|
/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()
|
/external/python/cpython2/Doc/library/ |
D | re.rst | 721 .. method:: RegexObject.search(string[, pos[, endpos]]) 734 The optional parameter *endpos* limits how far the string will be searched; it 735 will be as if the string is *endpos* characters long, so only the characters 736 from *pos* to ``endpos - 1`` will be searched for a match. If *endpos* is less 747 .. method:: RegexObject.match(string[, pos[, endpos]]) 754 The optional *pos* and *endpos* parameters have the same meaning as for the 771 .. method:: RegexObject.findall(string[, pos[, endpos]]) 774 also accepts optional *pos* and *endpos* parameters that limit the search 778 .. method:: RegexObject.finditer(string[, pos[, endpos]]) 781 also accepts optional *pos* and *endpos* parameters that limit the search [all …]
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 3529 Py_ssize_t startpos, Py_ssize_t endpos, in make_encode_exception() argument 3534 encoding, unicode, size, startpos, endpos, reason); in make_encode_exception() 3539 if (PyUnicodeEncodeError_SetEnd(*exceptionObject, endpos)) in make_encode_exception() 3553 Py_ssize_t startpos, Py_ssize_t endpos, in raise_encode_exception() argument 3557 encoding, unicode, size, startpos, endpos, reason); in raise_encode_exception() 3570 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_encode_call_errorhandler() argument 3585 encoding, unicode, size, startpos, endpos, reason); in unicode_encode_call_errorhandler() 4850 Py_ssize_t startpos, Py_ssize_t endpos, in make_translate_exception() argument 4855 unicode, size, startpos, endpos, reason); in make_translate_exception() 4860 if (PyUnicodeTranslateError_SetEnd(*exceptionObject, endpos)) in make_translate_exception() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_re.py | 370 self.assertEqual(re.match("(a)", "a").endpos, 1) 1088 pat.match(string='abracadabra', pos=7, endpos=10).span(), (7, 9)) 1090 pat.search(string='abracadabra', pos=3, endpos=10).span(), (7, 9)) 1092 pat.findall(string='abracadabra', pos=3, endpos=10), ['ab'])
|