/third_party/iowow/src/utils/ |
D | iwhmap.c | 46 IW_INLINE uint32_t _n_buckets(hmap_t *hm) { in _n_buckets() 123 hmap_t *hm = malloc(sizeof(*hm)); in iwhmap_create() local 142 hmap_t *hm = iwhmap_create(_int64_cmp, _hash_int64_key, kv_free_fn); in iwhmap_create_i64() local 152 hmap_t *hm = iwhmap_create(_int32_cmp, _hash_int32_key, kv_free_fn); in iwhmap_create_i32() local 163 static entry_t *_entry_find(IWHMAP *hm, const void *key, uint32_t hash) { in _entry_find() 174 static entry_t *_entry_add(IWHMAP *hm, void *key, uint32_t hash) { in _entry_add() 208 static void _rehash(hmap_t *hm, uint32_t num_buckets) { in _rehash() 255 iwrc iwhmap_put(IWHMAP *hm, void *key, void *val) { in iwhmap_put() 273 void *iwhmap_get(IWHMAP *hm, const void *key) { in iwhmap_get() 283 void iwhmap_remove(IWHMAP *hm, const void *key) { in iwhmap_remove() [all …]
|
D | iwhmap.h | 40 IWHMAP *hm; member
|
/third_party/typescript/tests/baselines/reference/ |
D | typeParameterAsTypeParameterConstraintTransitively.js | 18 foo(a, b, { foo: 1, bar: '', hm: true }); property 25 foo(b, b, { foo: 1, bar: '', hm: '' }); property 38 foo(a, b, { foo: 1, bar: '', hm: true }); property 44 foo(b, b, { foo: 1, bar: '', hm: '' }); property
|
D | typeParameterAsTypeParameterConstraintTransitively2.js | 18 foo(a, { foo: 1, bar: '', hm: true }, b); property 37 foo(a, { foo: 1, bar: '', hm: true }, b); property
|
/third_party/boost/libs/spirit/classic/test/actor/ |
D | assign_test.cpp | 26 int hm=h; in assign_test() local 48 int hm=63; in assign_test_ref() local
|
D | decrement_test.cpp | 28 int hm=h; in decrement_action_test() local
|
D | increment_test.cpp | 28 int hm=h; in increment_action_test() local
|
/third_party/libwebsockets/lib/misc/ |
D | ieeehalfprecision.c | 91 uint16_t hs, he, hm; in lws_singles2halfp() local 166 uint16_t hs, he, hm; in lws_halfp2singles() local
|
/third_party/boost/libs/phoenix/test/algorithm/ |
D | querying_find.cpp | 72 …BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> hm = boost::assign::map_list_of(0, 1)(2, 3)(4, 5). in find_test() local
|
D | querying_find2.cpp | 69 …BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> hm = boost::assign::map_list_of(0, 1)(2, 3)(4, 5). in find_test() local
|
D | querying.cpp | 67 …BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> hm = boost::assign::map_list_of(0, 1)(2, 3)(4, 5); in find_test() local
|
/third_party/iowow/src/utils/tests/ |
D | iwhmap_test1.c | 56 IWHMAP *hm = iwhmap_create_str(iwhmap_kv_free); in test_basic_crud_str() local
|
/third_party/boost/boost/accumulators/statistics/ |
D | weighted_p_square_quantile.hpp | 175 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
|
D | p_square_quantile.hpp | 159 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
|
D | weighted_extended_p_square.hpp | 212 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
|
D | p_square_cumul_dist.hpp | 157 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
|
D | weighted_p_square_cumul_dist.hpp | 173 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
|
D | extended_p_square.hpp | 196 float_type hm = (this->heights[i-1] - this->heights[i]) / dm; in operator ()() local
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | oea.hpp | 65 T two_r_m, two_r_n, rm, rn, hm, hn; member
|
/third_party/ffmpeg/libavcodec/ |
D | vp9lpf.c | 37 unsigned hm = hm1 | hm2 | hm13 | hm23; in filter_plane_cols() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | measfmt.cpp | 72 const UnicodeString &hm, in NumericDateFormatters()
|
/third_party/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 72 const UnicodeString &hm, in NumericDateFormatters()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | measfmt.cpp | 72 const UnicodeString &hm, in NumericDateFormatters()
|
/third_party/grpc/third_party/upb/tests/ |
D | test_table.cc | 404 std::unordered_map<uint32_t, uint32_t> hm; in test_inttable() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 582 std::unordered_map<std::string, std::string> hm; in TEST() local
|