Home
last modified time | relevance | path

Searched refs:mpdm_set (Results 1 – 13 of 13) sorted by relevance

/dports/editors/mp/mp-5.x-5.50/mpdm/
H A Dmpdm_x.c140 mpdm_t mpdm_set(mpdm_t s, mpdm_t e, mpdm_t index) in mpdm_set() function
380 mpdm_set(out, mpdm_get_i(w, 0), mpdm_get_i(w, 1)); in mpdm_omap()
382 mpdm_set(out, w, i); in mpdm_omap()
437 mpdm_set(out, v, i); in mpdm_grep()
489 mpdm_set(r, v, i); in mpdm_join()
492 mpdm_set(r, v, i); in mpdm_join()
502 mpdm_set(r, mpdm_get_i(b, n + 1), mpdm_get_i(b, n)); in mpdm_join()
791 mpdm_set(r, v, i); in mpdm_substract()
802 mpdm_set(r, v, i); in mpdm_substract()
H A Dmpdm-stress.c360 mpdm_set(h, MPDM_I(6), MPDM_S(L"mp")); in test_hash()
369 mpdm_set(h, MPDM_I(66), MPDM_S(L"mp2")); in test_hash()
380 mpdm_set(h, MPDM_I(n * 10), MPDM_I(n)); in test_hash()
382 mpdm_set(h, MPDM_I(n * 10), MPDM_I(n)); in test_hash()
418 mpdm_set(h, MPDM_I(1234), v); in test_hash()
420 mpdm_set(h, MPDM_I(12345), v); in test_hash()
422 mpdm_set(h, MPDM_I(9876), v); in test_hash()
425 mpdm_set(h, MPDM_I(6543), v); in test_hash()
433 mpdm_set(h, MPDM_I(666), MPDM_S(L"ok")); in test_hash()
1230 mpdm_set(o, v, v); in bench_hash()
[all …]
H A Dmpdm_o.c146 return mpdm_set(o, v, MPDM_S(i)); in mpdm_set_wcs()
208 return mpdm_set(h, v, k); in mpdm_hset()
H A Dmpdm_r.c103 mpdm_set(regex_cache, c, r); in mpdm_regcomp()
H A Dmpdm_s.c278 mpdm_set(c, v, v); in string_persist()
673 mpdm_set(i18n, v, str); in mpdm_gettext()
1333 mpdm_set(h, w, k); in json_parse_object()
1346 mpdm_set(h, w, k); in json_parse_object()
H A Dmpdm_v.c318 mpdm_set(e, v, k); in build_env()
H A DRELEASE_NOTES280 New function mpdm_del(), complementary to mpdm_get() and mpdm_set() (multitype).
373 New function mpdm_set().
H A Dmpdm.h275 mpdm_t mpdm_set(mpdm_t set, mpdm_t v, mpdm_t i);
H A Dmpdm_f.c1382 mpdm_set(e, p, v); in embedded_encodings()
1383 mpdm_set(e, p, mpdm_ulc(v, 1)); in embedded_encodings()
/dports/editors/mp/mp-5.x-5.50/mpsl/
H A Dmpsl_c.c101 mpdm_set(h, mpdm_get_i(v, n), mpdm_get_i(s, n)); in set_local_symbols()
112 mpdm_set(h, v, s); in set_local_symbols()
163 r = mpdm_set(r, v, mpdm_get_i(s, n)); in mpsl_set_symbol()
321 mpdm_set(mpdm_root(), NULL, mpdm_get_i(v, n)); in O_global()
324 mpdm_set(mpdm_root(), NULL, v); in O_global()
599 mpdm_set(ret, M2, M1); in O_object()
813 mpdm_set(mpsl_opcodes, MPDM_I(n), MPDM_S(op_table[n].name)); in build_opcodes()
H A Dmpsl_f.c1505 mpdm_set(r, mpdm_clone(v), i); in F_new()
1529 return mpdm_set(A0, A1, A2); in F_set()
1752 mpdm_set(mpdm_root(), x, f); in mpsl_build_funcs()
1753 mpdm_set(c, x, f); in mpsl_build_funcs()
H A Dmpsl.l88 mpdm_set(mpsl_lc, v, v); in literal_cache()
/dports/editors/mp/mp-5.x-5.50/
H A Dmpv_gtk.c95 w = mpdm_set(h, MPDM_2MBS(mpdm_string(v)), v); in translate_mbs()