/third_party/flutter/skia/third_party/externals/freetype/src/cache/ |
D | ftccache.c | 124 if ( cache->slack < 0 ) in ftc_cache_resize() 165 cache->slack += FTC_HASH_MAX_LOAD; in ftc_cache_resize() 177 else if ( cache->slack > (FT_Long)count * FTC_HASH_SUB_LOAD ) in ftc_cache_resize() 211 cache->slack -= FTC_HASH_MAX_LOAD; in ftc_cache_resize() 250 cache->slack++; in ftc_node_hash_unlink() 266 cache->slack--; in ftc_node_hash_link() 343 cache->slack = FTC_HASH_INITIAL_SIZE * FTC_HASH_MAX_LOAD; in ftc_cache_init() 401 cache->slack = 0; in ftc_cache_done() 614 cache->slack++; in FTC_Cache_RemoveFaceID()
|
D | ftccache.h | 147 FT_Long slack; member
|
/third_party/freetype/src/cache/ |
D | ftccache.c | 123 if ( cache->slack < 0 ) in ftc_cache_resize() 164 cache->slack += FTC_HASH_MAX_LOAD; in ftc_cache_resize() 176 else if ( cache->slack > (FT_Long)count * FTC_HASH_SUB_LOAD ) in ftc_cache_resize() 210 cache->slack -= FTC_HASH_MAX_LOAD; in ftc_cache_resize() 249 cache->slack++; in ftc_node_hash_unlink() 265 cache->slack--; in ftc_node_hash_link() 342 cache->slack = FTC_HASH_INITIAL_SIZE * FTC_HASH_MAX_LOAD; in ftc_cache_init() 400 cache->slack = 0; in ftc_cache_done() 613 cache->slack++; in FTC_Cache_RemoveFaceID()
|
D | ftccache.h | 147 FT_Long slack; member
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftccache.c | 122 if ( cache->slack < 0 ) in ftc_cache_resize() 163 cache->slack += FTC_HASH_MAX_LOAD; in ftc_cache_resize() 175 else if ( cache->slack > (FT_Long)count * FTC_HASH_SUB_LOAD ) in ftc_cache_resize() 209 cache->slack -= FTC_HASH_MAX_LOAD; in ftc_cache_resize() 248 cache->slack++; in ftc_node_hash_unlink() 264 cache->slack--; in ftc_node_hash_link() 341 cache->slack = FTC_HASH_INITIAL_SIZE * FTC_HASH_MAX_LOAD; in ftc_cache_init() 399 cache->slack = 0; in ftc_cache_done() 611 cache->slack++; in FTC_Cache_RemoveFaceID()
|
D | ftccache.h | 147 FT_Long slack; member
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime04.c | 106 long long start, end = 0, diff, slack; in run() local 148 slack = 999; in run() 150 slack = 0; in run() 152 diff = end + slack - start; in run()
|
/third_party/node/deps/npm/node_modules/yargs/ |
D | README.md | 16 [![Slack][slack-image]][slack-url] 103 Having problems? want to contribute? join our [community slack](http://devtoolscommunity.herokuapp.… 134 [slack-image]: http://devtoolscommunity.herokuapp.com/badge.svg 135 [slack-url]: http://devtoolscommunity.herokuapp.com
|
/third_party/boost/boost/graph/ |
D | maximum_weighted_matching.hpp | 491 inline edge_property_t slack(const edge_descriptor_t& e) const in slack() function in boost::weighted_augmenting_path_finder 825 && min_slack > slack(critical_edge[*j][*i].first)) in blossoming() 827 min_slack = slack(critical_edge[*j][*i].first); in blossoming() 838 gamma[b_base], slack(critical_edge[b_base][*i].first)); in blossoming() 914 if (slack(current_edge) < pi[w_prime]) in augment_matching() 915 put_T_label(w_prime, v, w, slack(current_edge)); in augment_matching() 916 if (slack(current_edge) < tau[w]) in augment_matching() 926 tau[w] = slack(current_edge); in augment_matching() 934 if (slack(current_edge) > 0) in augment_matching() 939 = std::min(gamma[v_prime], slack(current_edge)); in augment_matching() [all …]
|
/third_party/e2fsprogs/misc/ |
D | mk_hugefiles.c | 440 static blk64_t get_start_block(ext2_filsys fs, blk64_t slack) in get_start_block() argument 446 while (slack) { in get_start_block() 457 if (next - blk > slack) { in get_start_block() 458 blk += slack; in get_start_block() 462 slack -= (next - blk); in get_start_block()
|
/third_party/boost/libs/gil/ |
D | README.md | 86 - Slack at [cpplang.slack.com](https://cppalliance.org/slack/) with Boost channels: 87 …- [\#boost-gil](https://cpplang.slack.com/archives/CSVT0STV2) (*recommended*) official Boost.GIL c… 88 - [\#boost-user](https://cpplang.slack.com/messages/CEWTCFDN0/) for all Boost users 89 - [\#boost](https://cpplang.slack.com/messages/C27KZLB0X/) for all Boost developers
|
/third_party/e2fsprogs/tests/m_hugefile_slack/ |
D | name | 1 mke2fs create hugefile fs with slack
|
/third_party/mindspore/ |
D | README_CN.md | 8 [![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://join.slack.com/t/m… 258 - [MindSpore Slack](https://join.slack.com/t/mindspore/shared_invite/zt-dgk65rli-3ex4xvS4wHX7UDmsQm…
|
D | README.md | 8 [![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://join.slack.com/t/m… 259 - [MindSpore Slack](https://join.slack.com/t/mindspore/shared_invite/zt-dgk65rli-3ex4xvS4wHX7UDmsQm…
|
/third_party/e2fsprogs/e2fsck/ |
D | rehash.c | 545 unsigned int rec_len, prev_rec_len, left, slack, offset; in copy_dir_entries() local 580 slack = fd->compress ? min_rec_len : in copy_dir_entries() 582 if (slack < min_rec_len) in copy_dir_entries() 583 slack = min_rec_len; in copy_dir_entries() 633 if (left < slack) { in copy_dir_entries()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-mpsub | 19 Dialogue: 0,0:00:30.00,0:00:34.00,Default,,0,0,0,,...maybe cutting them a\Nlittle slack.
|
/third_party/skia/third_party/externals/angle2/ |
D | README.md | 67 * Join us on [Slack](https://chromium.slack.com) in the #angle channel. You can 68 …ollow the instructions on the [choromium developer page](https://www.chromium.org/developers/slack)
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | xh_xh_FONIPA.txt | 26 # tie bar within the complex (slack voiced) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | xh_xh_FONIPA.txt | 27 # tie bar within the complex (slack voiced) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
|
/third_party/icu/icu4c/source/data/translit/ |
D | xh_xh_FONIPA.txt | 27 # tie bar within the complex (slack voiced) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
|
/third_party/skia/site/ |
D | config.toml | 170 # url = "https://example.org/slack" 171 # icon = "fab fa-slack"
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | README.md | 60 * Join us on [Slack](https://chromium.slack.com) in the #angle channel.
|
/third_party/boost/libs/beast/doc/qbk/01_intro/ |
D | _intro.qbk | 130 [@https://slack.cpp.al/ C++ Language Slack Workspace].
|
/third_party/node/ |
D | onboarding.md | 60 * [`#nodejs-dev`](https://openjs-foundation.slack.com/archives/C019Y2T6STH) on 61 the [OpenJS Foundation](https://slack-invite.openjsf.org/)
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | Orientation.md | 140 - Join the `#angle` channel in `chromium.slack.com`.
|