Home
last modified time | relevance | path

Searched refs:v_channel (Results 1 – 21 of 21) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dspacetime.c136 CAMLprim value caml_spacetime_write_magic_number(value v_channel) in caml_spacetime_write_magic_number() argument
138 caml_spacetime_write_magic_number_internal(Channel(v_channel)); in caml_spacetime_write_magic_number()
325 value v_channel, in caml_spacetime_save_event() argument
328 struct channel* chan = Channel(v_channel); in caml_spacetime_save_event()
384 CAMLprim value caml_spacetime_save_trie (value v_time_opt, value v_channel) in caml_spacetime_save_trie() argument
386 struct channel* channel = Channel(v_channel); in caml_spacetime_save_trie()
1079 CAMLprim value caml_register_channel_for_spacetime (value v_channel) in caml_register_channel_for_spacetime() argument
1081 struct channel* channel = Channel(v_channel); in caml_register_channel_for_spacetime()
1090 CAMLprim value caml_spacetime_write_magic_number(value v_channel) in caml_spacetime_write_magic_number() argument
1101 value v_channel, in caml_spacetime_save_event() argument
[all …]
H A Dspacetime_offline.c75 CAMLprim value caml_spacetime_unmarshal_trie (value v_channel) in caml_spacetime_unmarshal_trie() argument
77 return caml_input_value_to_outside_heap(v_channel); in caml_spacetime_unmarshal_trie()
H A Dspacetime_snapshot.c315 CAMLprim value caml_spacetime_take_snapshot(value v_time_opt, value v_channel) in caml_spacetime_take_snapshot() argument
317 struct channel * channel = Channel(v_channel); in caml_spacetime_take_snapshot()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dspacetime.c136 CAMLprim value caml_spacetime_write_magic_number(value v_channel) in caml_spacetime_write_magic_number() argument
138 caml_spacetime_write_magic_number_internal(Channel(v_channel)); in caml_spacetime_write_magic_number()
325 value v_channel, in caml_spacetime_save_event() argument
328 struct channel* chan = Channel(v_channel); in caml_spacetime_save_event()
384 CAMLprim value caml_spacetime_save_trie (value v_time_opt, value v_channel) in caml_spacetime_save_trie() argument
386 struct channel* channel = Channel(v_channel); in caml_spacetime_save_trie()
1079 CAMLprim value caml_register_channel_for_spacetime (value v_channel) in caml_register_channel_for_spacetime() argument
1081 struct channel* channel = Channel(v_channel); in caml_register_channel_for_spacetime()
1090 CAMLprim value caml_spacetime_write_magic_number(value v_channel) in caml_spacetime_write_magic_number() argument
1101 value v_channel, in caml_spacetime_save_event() argument
[all …]
H A Dspacetime_offline.c75 CAMLprim value caml_spacetime_unmarshal_trie (value v_channel) in caml_spacetime_unmarshal_trie() argument
77 return caml_input_value_to_outside_heap(v_channel); in caml_spacetime_unmarshal_trie()
H A Dspacetime_snapshot.c315 CAMLprim value caml_spacetime_take_snapshot(value v_time_opt, value v_channel) in caml_spacetime_take_snapshot() argument
317 struct channel * channel = Channel(v_channel); in caml_spacetime_take_snapshot()
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/tests/unittest/
H A Dtest_attention_cell.py7 def check_attention_cell_basic(attention_cell, q_channel, k_channel, v_channel, argument
21 value_nd = mx.nd.random.normal(0, 1, (batch_size, mem_length, v_channel))
98 v_channel=value_units // num_heads,
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dspacetime.c37 CAMLprim value caml_register_channel_for_spacetime (value v_channel) in caml_register_channel_for_spacetime() argument
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dspacetime.c37 CAMLprim value caml_register_channel_for_spacetime (value v_channel) in caml_register_channel_for_spacetime() argument
/dports/editors/vim/vim-8.2.3745/src/
H A Dtypval.c84 channel_unref(varp->vval.v_channel); in free_tv()
151 channel_unref(varp->vval.v_channel); in clear_tv()
152 varp->vval.v_channel = NULL; in clear_tv()
1078 to->vval.v_channel = from->vval.v_channel; in copy_tv()
1079 if (to->vval.v_channel != NULL) in copy_tv()
1080 ++to->vval.v_channel->ch_refcount; in copy_tv()
1601 return tv1->vval.v_channel == tv2->vval.v_channel; in tv_equal()
H A Dtesting.c1107 if (argvars[0].vval.v_channel != NULL) in f_test_refcount()
1108 retval = argvars[0].vval.v_channel->ch_refcount - 1; in f_test_refcount()
1191 rettv->vval.v_channel = NULL; in f_test_null_channel()
H A Djob.c286 opt->jo_channel = item->vval.v_channel; in get_job_options()
1800 rettv->vval.v_channel = job->jv_channel; in f_job_getchannel()
1823 item->di_tv.vval.v_channel = job->jv_channel; in job_info()
H A Dchannel.c1788 argv[0].vval.v_channel = channel; in invoke_callback()
3195 argv[0].vval.v_channel = channel; in channel_close()
3830 channel = tv->vval.v_channel; in get_channel_arg()
4737 tv.vval.v_channel = channel; in set_ref_in_channel()
4967 rettv->vval.v_channel = channel_open_func(argvars); in f_ch_open()
5096 channel_T *channel = varp->vval.v_channel; in channel_to_string_buf()
H A Dvim9execute.c2979 tv->vval.v_channel = iptr->isn_arg.channel; in exec_instructions()
2980 if (tv->vval.v_channel != NULL) in exec_instructions()
2981 ++tv->vval.v_channel->ch_refcount; in exec_instructions()
6020 return tv->vval.v_channel != NULL; in tv2bool()
H A Dstructs.h1448 channel_T *v_channel; // channel value (can be NULL!) member
H A Deval.c4865 dtv.vval.v_channel = job->jv_channel; in set_ref_in_item()
4878 channel_T *ch =tv->vval.v_channel; in set_ref_in_item()
H A Dnetbeans.c2563 tv.vval.v_channel = nb_channel; in set_ref_in_nb_channel()
H A Devalfunc.c3242 n = argvars[0].vval.v_channel == NULL in f_empty()
3243 || !channel_is_open(argvars[0].vval.v_channel); in f_empty()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/adc/
H A Dqcom-spmi-adc5.c423 int i, v_channel; in adc7_of_xlate() local
426 v_channel = (adc->chan_props[i].sid << ADC_CHANNEL_OFFSET) | in adc7_of_xlate()
428 if (v_channel == iiospec->args[0]) in adc7_of_xlate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/adc/
H A Dqcom-spmi-adc5.c423 int i, v_channel; in adc7_of_xlate() local
426 v_channel = (adc->chan_props[i].sid << ADC_CHANNEL_OFFSET) | in adc7_of_xlate()
428 if (v_channel == iiospec->args[0]) in adc7_of_xlate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/adc/
H A Dqcom-spmi-adc5.c423 int i, v_channel; in adc7_of_xlate() local
426 v_channel = (adc->chan_props[i].sid << ADC_CHANNEL_OFFSET) | in adc7_of_xlate()
428 if (v_channel == iiospec->args[0]) in adc7_of_xlate()