Searched refs:old_num (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-cff-common.hh | 552 for (hb_codepoint_t old_num = 0; old_num < length; old_num++) in create() local 554 if (hb_set_has (closure, old_num)) in create() 555 add (old_num); in create() 566 hb_codepoint_t operator[] (unsigned int old_num) const in operator []() 568 if (old_num >= length) in operator []() 571 return remap_t::operator[] (old_num); in operator []() 574 int biased_num (unsigned int old_num) const in biased_num() 576 hb_codepoint_t new_num = (*this)[old_num]; in biased_num() 772 for (unsigned int old_num = 0; old_num < subrs.length; old_num++) in encode_subrs() local 774 hb_codepoint_t new_num = remap[old_num]; in encode_subrs() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-subset-cff-common.hh | 502 hb_codepoint_t old_num = HB_SET_VALUE_INVALID; in create() local 503 while (hb_set_next (closure, &old_num)) in create() 504 add (old_num); in create() 514 int biased_num (unsigned int old_num) const in biased_num() 516 hb_codepoint_t new_num = get (old_num); in biased_num() 726 for (unsigned int old_num = 0; old_num < subrs.length; old_num++) in encode_subrs() local 728 hb_codepoint_t new_num = remap[old_num]; in encode_subrs() 731 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-cff-common.hh | 505 hb_codepoint_t old_num = HB_SET_VALUE_INVALID; in create() local 506 while (hb_set_next (closure, &old_num)) in create() 507 add (old_num); in create() 517 int biased_num (unsigned int old_num) const in biased_num() 519 hb_codepoint_t new_num = get (old_num); in biased_num() 729 for (unsigned int old_num = 0; old_num < subrs.length; old_num++) in encode_subrs() local 731 hb_codepoint_t new_num = remap[old_num]; in encode_subrs() 734 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs()
|
/third_party/boost/boost/interprocess/indexes/ |
D | iunordered_set_index.hpp | 214 ( bucket_ptr old_buckets, const size_type old_num in expand_or_create_buckets() argument 222 bucket_ptr buckets_init = old_buckets + old_num; in expand_or_create_buckets() 223 for(size_type i = 0; i < (new_num - old_num); ++i){ in expand_or_create_buckets()
|
/third_party/openssl/include/openssl/ |
D | crypto.h | 123 # define OPENSSL_clear_realloc(addr, old_num, num) \ argument 124 CRYPTO_clear_realloc(addr, old_num, num, OPENSSL_FILE, OPENSSL_LINE) 274 void *CRYPTO_clear_realloc(void *addr, size_t old_num, size_t num,
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.h | 51 unsigned old_num; member
|
D | dri2.c | 424 if (!buffers || (drawable->old_num == num_buffers && in dri2_allocate_textures() 683 drawable->old_num = num_buffers; in dri2_allocate_textures()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 680 unsigned old_num = i915->current.num_user_constants[shader]; in i915_set_constant_buffer() local 684 if (old_num == new_num) { in i915_set_constant_buffer() 685 if (old_num == 0) in i915_set_constant_buffer()
|