/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CollationKey.java | 519 int rindex = 0; in merge() local 526 result[rindex++] = m_key_[index++]; in merge() 530 result[rindex++] = MERGE_SEPERATOR_; in merge() 535 result[rindex++] = source.m_key_[sourceindex++]; in merge() 545 result[rindex++] = Collation.LEVEL_SEPARATOR_BYTE; in merge() 557 System.arraycopy(m_key_, index, result, rindex, remainingLength); in merge() 558 rindex += remainingLength; in merge() 561 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength); in merge() 562 rindex += remainingLength; in merge() 564 result[rindex] = 0; in merge() [all …]
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | CollationKey.java | 531 int rindex = 0; in merge() local 538 result[rindex++] = m_key_[index++]; in merge() 542 result[rindex++] = MERGE_SEPERATOR_; in merge() 547 result[rindex++] = source.m_key_[sourceindex++]; in merge() 557 result[rindex++] = Collation.LEVEL_SEPARATOR_BYTE; in merge() 569 System.arraycopy(m_key_, index, result, rindex, remainingLength); in merge() 570 rindex += remainingLength; in merge() 573 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength); in merge() 574 rindex += remainingLength; in merge() 576 result[rindex] = 0; in merge() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | tagstruct.c | 49 size_t rindex; member 70 t->length = t->rindex = 0; in pa_tagstruct_new() 85 t->rindex = 0; in pa_tagstruct_new_fixed() 122 if (t->rindex + 1 > t->length) in read_u8() 125 *u = t->data[t->rindex++]; in read_u8() 137 if (t->rindex + 4 > t->length) in read_u32() 140 memcpy(u, t->data + t->rindex, 4); in read_u32() 142 t->rindex += 4; in read_u32() 192 if (t->rindex + length > t->length) in read_arbitrary() 195 *p = t->data + t->rindex; in read_arbitrary() [all …]
|
/third_party/boost/boost/python/ |
D | str.hpp | 90 long rindex(object_cref sub) const; 91 long rindex(object_cref sub, object_cref start) const; 94 long rindex(object_cref sub, object_cref start, object_cref end) const; 325 long rindex(T const& sub) const in rindex() function in boost::python::str 327 return base::rindex(object(sub)); in rindex() 331 long rindex(T1 const& sub, T2 const& start) const in rindex() function in boost::python::str 333 return base::rindex(object(sub), object(start)); in rindex() 337 long rindex(T1 const& sub, T2 const& start, T3 const& end) const in rindex() function in boost::python::str 339 return base::rindex(object(sub), object(start), object(end)); in rindex()
|
/third_party/boost/libs/yap/example/autodiff_library/ |
D | BinaryOPNode.cpp | 198 unsigned int lindex=0, rindex=0; in hess_reverse_0() local 200 rindex = right->hess_reverse_0(); in hess_reverse_0() 201 assert(lindex!=0 && rindex !=0); in hess_reverse_0() 203 II->set(rindex); in hess_reverse_0() 208 right->hess_reverse_0_get_values(rindex,rx,rx_bar,rw,rw_bar); in hess_reverse_0() 301 unsigned int rindex = II->get(--(II->index)); in hess_reverse_1() local 313 double rw=0,rx=0; right->hess_reverse_1_get_xw(rindex,rw,rx); in hess_reverse_1() 364 right->update_x_bar(rindex,rx_bar); in hess_reverse_1() 366 right->update_w_bar(rindex,rw_bar); in hess_reverse_1() 370 this->right->hess_reverse_1(rindex); in hess_reverse_1()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | rdbmp.c | 197 register int rindex = rgb_red[cinfo->in_color_space]; in get_8bit_row() local 208 outptr[rindex] = colormap[0][t]; in get_8bit_row() 219 outptr[rindex] = colormap[0][t]; in get_8bit_row() 267 register int rindex = rgb_red[cinfo->in_color_space]; in get_24bit_row() local 277 outptr[rindex] = *inptr++; in get_24bit_row() 285 outptr[rindex] = *inptr++; in get_24bit_row() 333 register int rindex = rgb_red[cinfo->in_color_space]; in get_32bit_row() local 343 outptr[rindex] = *inptr++; in get_32bit_row() 351 outptr[rindex] = *inptr++; in get_32bit_row()
|
D | rdppm.c | 166 ptr[rindex] = ptr[gindex] = ptr[bindex] = read_op; \ 183 register int rindex = rgb_red[cinfo->in_color_space]; in get_text_gray_rgb_row() local 239 ptr[rindex] = read_op; \ 257 register int rindex = rgb_red[cinfo->in_color_space]; in get_text_rgb_row() local 347 register int rindex = rgb_red[cinfo->in_color_space]; in get_gray_rgb_row() local 415 register int rindex = rgb_red[cinfo->in_color_space]; in get_rgb_row() local 529 register int rindex = rgb_red[cinfo->in_color_space]; in get_word_rgb_row() local
|
/third_party/libjpeg-turbo/ |
D | rdbmp.c | 197 register int rindex = rgb_red[cinfo->in_color_space]; in get_8bit_row() local 208 outptr[rindex] = colormap[0][t]; in get_8bit_row() 219 outptr[rindex] = colormap[0][t]; in get_8bit_row() 267 register int rindex = rgb_red[cinfo->in_color_space]; in get_24bit_row() local 277 outptr[rindex] = *inptr++; in get_24bit_row() 285 outptr[rindex] = *inptr++; in get_24bit_row() 333 register int rindex = rgb_red[cinfo->in_color_space]; in get_32bit_row() local 343 outptr[rindex] = *inptr++; in get_32bit_row() 351 outptr[rindex] = *inptr++; in get_32bit_row()
|
D | rdppm.c | 166 ptr[rindex] = ptr[gindex] = ptr[bindex] = read_op; \ 183 register int rindex = rgb_red[cinfo->in_color_space]; in get_text_gray_rgb_row() local 239 ptr[rindex] = read_op; \ 257 register int rindex = rgb_red[cinfo->in_color_space]; in get_text_rgb_row() local 347 register int rindex = rgb_red[cinfo->in_color_space]; in get_gray_rgb_row() local 415 register int rindex = rgb_red[cinfo->in_color_space]; in get_rgb_row() local 529 register int rindex = rgb_red[cinfo->in_color_space]; in get_word_rgb_row() local 545 ptr[rindex] = rescale[temp]; in get_word_rgb_row()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdbmp.c | 187 register int rindex = rgb_red[cinfo->in_color_space]; in get_8bit_row() local 198 outptr[rindex] = colormap[0][t]; in get_8bit_row() 209 outptr[rindex] = colormap[0][t]; in get_8bit_row() 256 register int rindex = rgb_red[cinfo->in_color_space]; in get_24bit_row() local 266 outptr[rindex] = *inptr++; in get_24bit_row() 274 outptr[rindex] = *inptr++; in get_24bit_row() 321 register int rindex = rgb_red[cinfo->in_color_space]; in get_32bit_row() local 331 outptr[rindex] = *inptr++; in get_32bit_row() 339 outptr[rindex] = *inptr++; in get_32bit_row()
|
D | rdppm.c | 155 ptr[rindex] = ptr[gindex] = ptr[bindex] = read_op; \ 172 register int rindex = rgb_red[cinfo->in_color_space]; in get_text_gray_rgb_row() local 228 ptr[rindex] = read_op; \ 246 register int rindex = rgb_red[cinfo->in_color_space]; in get_text_rgb_row() local 336 register int rindex = rgb_red[cinfo->in_color_space]; in get_gray_rgb_row() local 404 register int rindex = rgb_red[cinfo->in_color_space]; in get_rgb_row() local 518 register int rindex = rgb_red[cinfo->in_color_space]; in get_word_rgb_row() local 534 ptr[rindex] = rescale[temp]; in get_word_rgb_row()
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | comment_splicer.py | 188 rindex = (0 if '\n' not in comment_prefix.rstrip() else 189 comment_prefix.rstrip().rindex('\n') + 1) 190 comment_column = (len(comment_prefix[rindex:]) - 191 len(comment_prefix[rindex:].lstrip()))
|
/third_party/mbedtls/tests/scripts/ |
D | translate_ciphers.py | 103 index = m_cipher.rindex("-") 138 index = m_cipher.rindex("POLY1305")
|
/third_party/musl/src/string/ |
D | rindex.c | 5 char *rindex(const char *s, int c) in rindex() function
|
/third_party/musl/include/ |
D | strings.h | 20 char *rindex (const char *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | strings.h | 20 char *rindex (const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | strings.h | 20 char *rindex (const char *, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | strings.h | 20 char *rindex (const char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | strings.h | 20 char *rindex (const char *, int);
|
/third_party/python/Lib/test/ |
D | test_bigmem.py | 310 self.assertEqual(s.rindex(_(' ')), 311 sublen + size + SUBSTR.rindex(_(' '))) 312 self.assertEqual(s.rindex(SUBSTR), sublen + size) 313 self.assertEqual(s.rindex(_(' '), 0, sublen + size - 1), 314 SUBSTR.rindex(_(' '))) 315 self.assertEqual(s.rindex(SUBSTR, 0, sublen + size), 0) 316 self.assertEqual(s.rindex(_('i')), 317 sublen + size + SUBSTR.rindex(_('i'))) 318 self.assertEqual(s.rindex(_('i'), 0, sublen), SUBSTR.rindex(_('i'))) 319 self.assertEqual(s.rindex(_('i'), 0, sublen + size), [all …]
|
/third_party/boost/libs/python/src/ |
D | str.cpp | 319 long str_base::rindex(object_cref sub) const in rindex() function in boost::python::detail::str_base 327 long str_base::rindex(object_cref sub, object_cref start) const in rindex() function in boost::python::detail::str_base 335 long str_base::rindex(object_cref sub, object_cref start, object_cref end) const in rindex() function in boost::python::detail::str_base
|
/third_party/boost/libs/python/doc/reference/ |
D | str.qbk | 102 long rindex(T const& sub) const; 104 long rindex(T1 const& sub, T2 const& start) const; 106 long rindex(T1 const& sub, T2 const& start, T3 const& end) const;
|
/third_party/libjpeg-turbo/java/ |
D | TJBench.java | 121 int rindex = TJ.getRedOffset(pixelFormat); in loadImage() local 130 dstBuf[dstPtr + rindex] = (byte)((rgb[rgbPtr] >> 16) & 0xff); in loadImage() 145 int rindex = TJ.getRedOffset(pixelFormat); in saveImage() local 151 int pixel = (srcBuf[srcPtr + rindex] & 0xff) << 16 | in saveImage() 300 int rindex = index2 + TJ.getRedOffset(pf); in decomp() local 303 int lum = (int)((double)(srcBuf[rindex] & 0xff) * 0.299 + in decomp() 309 dstBuf[rindex] = (byte)Math.abs((dstBuf[rindex] & 0xff) - lum); in decomp()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
D | TJBench.java | 121 int rindex = TJ.getRedOffset(pixelFormat); in loadImage() local 128 dstBuf[dstPtr + rindex] = (byte)((rgb[rgbPtr] >> 16) & 0xff); in loadImage() 143 int rindex = TJ.getRedOffset(pixelFormat); in saveImage() local 149 int pixel = (srcBuf[srcPtr + rindex] & 0xff) << 16 | in saveImage() 293 int rindex = index2 + TJ.getRedOffset(pf); in decomp() local 296 int lum = (int)((double)(srcBuf[rindex] & 0xff) * 0.299 + in decomp() 302 dstBuf[rindex] = (byte)Math.abs((dstBuf[rindex] & 0xff) - lum); in decomp()
|
/third_party/PyYAML/tests/lib/ |
D | test_multi_constructor.py | 19 i = tag.rindex(':') + 1
|