Home
last modified time | relevance | path

Searched defs:hm (Results 1 – 25 of 30) sorted by relevance

12

/third_party/iowow/src/utils/
Diwhmap.c46 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 …]
Diwhmap.h40 IWHMAP *hm; member
/third_party/typescript/tests/baselines/reference/
DtypeParameterAsTypeParameterConstraintTransitively.js18 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
DtypeParameterAsTypeParameterConstraintTransitively2.js18 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/
Dassign_test.cpp26 int hm=h; in assign_test() local
48 int hm=63; in assign_test_ref() local
Ddecrement_test.cpp28 int hm=h; in decrement_action_test() local
Dincrement_test.cpp28 int hm=h; in increment_action_test() local
/third_party/libwebsockets/lib/misc/
Dieeehalfprecision.c91 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/
Dquerying_find.cpp72 …BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> hm = boost::assign::map_list_of(0, 1)(2, 3)(4, 5). in find_test() local
Dquerying_find2.cpp69 …BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> hm = boost::assign::map_list_of(0, 1)(2, 3)(4, 5). in find_test() local
Dquerying.cpp67 …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/
Diwhmap_test1.c56 IWHMAP *hm = iwhmap_create_str(iwhmap_kv_free); in test_basic_crud_str() local
/third_party/boost/boost/accumulators/statistics/
Dweighted_p_square_quantile.hpp175 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
Dp_square_quantile.hpp159 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
Dweighted_extended_p_square.hpp212 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
Dp_square_cumul_dist.hpp157 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
Dweighted_p_square_cumul_dist.hpp173 float_type hm = (this->heights[i - 1] - this->heights[i]) / dm; in operator ()() local
Dextended_p_square.hpp196 float_type hm = (this->heights[i-1] - this->heights[i]) / dm; in operator ()() local
/third_party/boost/boost/geometry/srs/projections/proj/
Doea.hpp65 T two_r_m, two_r_n, rm, rn, hm, hn; member
/third_party/ffmpeg/libavcodec/
Dvp9lpf.c37 unsigned hm = hm1 | hm2 | hm13 | hm23; in filter_plane_cols() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasfmt.cpp72 const UnicodeString &hm, in NumericDateFormatters()
/third_party/icu/icu4c/source/i18n/
Dmeasfmt.cpp72 const UnicodeString &hm, in NumericDateFormatters()
/third_party/node/deps/icu-small/source/i18n/
Dmeasfmt.cpp72 const UnicodeString &hm, in NumericDateFormatters()
/third_party/grpc/third_party/upb/tests/
Dtest_table.cc404 std::unordered_map<uint32_t, uint32_t> hm; in test_inttable() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_split_test.cc582 std::unordered_map<std::string, std::string> hm; in TEST() local

12