/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 46 InputIter2 last2, Pred pred, std::input_iterator_tag, in EqualImpl() argument 49 if (first1 == last1) return first2 == last2; in EqualImpl() 50 if (first2 == last2) return false; in EqualImpl() 59 InputIter2 last2, Pred&& pred, std::random_access_iterator_tag, in EqualImpl() argument 61 return (last1 - first1 == last2 - first2) && in EqualImpl() 70 InputIter2 last2, algorithm_internal::EqualTo /* unused */, in EqualImpl() argument 73 return (last1 - first1 == last2 - first2) && in EqualImpl() 105 InputIter2 last2, Pred&& pred) { in equal() argument 107 first1, last1, first2, last2, std::forward<Pred>(pred), in equal() 116 InputIter2 last2) { in equal() argument [all …]
|
D | container.h | 351 auto last2 = container_algorithm_internal::c_end(c2); 353 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) { 373 auto last2 = container_algorithm_internal::c_end(c2); 375 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) { 570 auto last2 = container_algorithm_internal::c_end(c2); 573 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) { 604 auto last2 = container_algorithm_internal::c_end(input2); 605 for (; first1 != last1 && first2 != last2;
|
/third_party/nghttp2/src/ |
D | util.h | 291 InputIterator2 first2, InputIterator2 last2) { in starts_with() argument 292 if (last1 - first1 < last2 - first2) { in starts_with() 295 return std::equal(first2, last2, first1); in starts_with() 310 InputIterator2 first2, InputIterator2 last2) { in istarts_with() argument 311 if (last1 - first1 < last2 - first2) { in istarts_with() 314 return std::equal(first2, last2, first1, CaseCmp()); in istarts_with() 328 InputIterator2 first2, InputIterator2 last2) { in ends_with() argument 329 if (last1 - first1 < last2 - first2) { in ends_with() 332 return std::equal(first2, last2, last1 - (last2 - first2)); in ends_with() 346 InputIterator2 first2, InputIterator2 last2) { in iends_with() argument [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1_template.c | 33 TYPE *last, TYPE *last2) in RENAME() 41 const int TT = last2[0]; in RENAME()
|
D | jpeglsenc.c | 144 void *tmp, const void *in, int last2, int w, in ls_encode_line() argument 148 int Ra = R(tmp, 0), Rb, Rc = last2, Rd; in ls_encode_line()
|
D | jpeglsdec.c | 232 void *last, void *dst, int last2, int w, in ls_decode_line() argument 248 Rc = x ? R(last, x - stride) : last2; in ls_decode_line()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | pytracediff.py | 405 last1 = last2 = False 430 last2 = True variable 433 if last1 and last2:
|
/third_party/node/deps/zlib/ |
D | crc32.c | 588 z_size_t last, last2, i; in crc32_z() local 637 last2 = last << 1; in crc32_z() 643 val2 = word[i + last2]; in crc32_z()
|
/third_party/zlib/ |
D | crc32.c | 631 z_size_t last, last2, i; local 680 last2 = last << 1; 686 val2 = word[i + last2];
|
/third_party/openssl/apps/ |
D | ca.c | 1613 int last2; in do_body() local 1622 last2 = -1; in do_body() 1625 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); in do_body() 1626 if ((j < 0) && (last2 == -1)) { in do_body() 1636 last2 = j; in do_body()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | ca.c | 1633 int last2; in do_body() local 1642 last2 = -1; in do_body() 1645 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); in do_body() 1646 if ((j < 0) && (last2 == -1)) { in do_body() 1656 last2 = j; in do_body()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test9-pr18818-clang.so.abi | 5462 …<parameter type-id='type-id-177' name='last2' filepath='src/third_party/boost-1.56.0/libs/filesyst…
|
D | test10-pr18818-gcc.so.abi | 7210 …<parameter type-id='type-id-301' name='last2' filepath='src/third_party/boost-1.56.0/libs/filesyst…
|