Home
last modified time | relevance | path

Searched refs:vstore (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-vee-store.c601 return vstore->priv->vee_data_cache; in camel_vee_store_get_vee_data_cache()
621 return vstore->priv->unmatched_folder; in camel_vee_store_get_unmatched_folder()
637 return vstore->priv->unmatched_enabled; in camel_vee_store_get_unmatched_enabled()
660 vstore->priv->unmatched_enabled = is_enabled; in camel_vee_store_set_unmatched_enabled()
731 g_mutex_lock (&vstore->priv->sf_counts_mutex); in camel_vee_store_note_subfolder_used()
736 vstore->priv->subfolder_usage_counts, in camel_vee_store_note_subfolder_used()
835 vstore->priv->subfolder_usage_counts, in camel_vee_store_note_subfolder_unused()
885 vstore->priv->vuid_usage_counts, in camel_vee_store_note_vuid_used()
979 vstore->priv->vuid_usage_counts, in camel_vee_store_note_vuid_unused()
1107 service = CAMEL_SERVICE (vstore); in camel_vee_store_rebuild_unmatched_folder()
[all …]
H A Dcamel-vee-store.h70 CamelVeeDataCache * camel_vee_store_get_vee_data_cache (CamelVeeStore *vstore);
71 struct _CamelVeeFolder *camel_vee_store_get_unmatched_folder (CamelVeeStore *vstore);
72 gboolean camel_vee_store_get_unmatched_enabled (CamelVeeStore *vstore);
73 void camel_vee_store_set_unmatched_enabled (CamelVeeStore *vstore,
75 void camel_vee_store_note_subfolder_used (CamelVeeStore *vstore,
78 void camel_vee_store_note_subfolder_unused (CamelVeeStore *vstore,
81 void camel_vee_store_note_vuid_used (CamelVeeStore *vstore,
84 void camel_vee_store_note_vuid_unused (CamelVeeStore *vstore,
87 void camel_vee_store_rebuild_unmatched_folder (CamelVeeStore *vstore,
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_store.cpp32 vstore(nullptr), astore(nullptr), rbuf(nullptr) in FixStore()
73 vstore = nullptr; in FixStore()
125 memory->destroy(vstore); in ~FixStore()
146 memory->destroy(vstore); in reset_global()
149 vstore = nullptr; in reset_global()
200 memory->destroy(vstore); in restart()
203 vstore = nullptr; in restart()
238 if (vecflag) vstore[j] = vstore[i]; in copy_arrays()
252 if (vecflag) buf[0] = vstore[i]; in pack_exchange()
267 if (vecflag) vstore[nlocal] = buf[0]; in unpack_exchange()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_store.cpp75 vstore = NULL; in FixStore()
87 vstore[i] = 0.0; in FixStore()
103 memory->destroy(vstore); in ~FixStore()
131 if (vecflag) memory->grow(vstore,nmax,"store:vstore"); in grow_arrays()
141 if (vecflag) vstore[j] = vstore[i]; in copy_arrays()
153 if (vecflag) buf[0] = vstore[i]; in pack_exchange()
166 if (vecflag) vstore[nlocal] = buf[0]; in unpack_exchange()
180 if (vecflag) buf[1] = vstore[i]; in pack_restart()
201 if (vecflag) vstore[nlocal] = extra[nlocal][m]; in unpack_restart()
/dports/audio/libinstpatch/libinstpatch-1.1.6/tests/
H A Dsample_list_test.c53 IpatchSampleStore *store, *vstore, *finstore; in main() local
144 vstore = ipatch_sample_store_new(IPATCH_TYPE_SAMPLE_STORE_VIRTUAL, vdata, in main()
149 ipatch_sample_store_virtual_set_list(vstore, 0, llist); in main()
150 ipatch_sample_store_virtual_set_list(vstore, 1, rlist); in main()
151 ipatch_sample_store_activate(vstore); in main()
154 finstore = ipatch_sample_store_duplicate(vstore, IPATCH_TYPE_SAMPLE_STORE_RAM, in main()
189 g_object_unref(vstore); in main()
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/x11/
H A Dx11.c19 struct agp_vstore vstore; member
88 agp_drop_vstore(&in->vstore); in x11_drop()
177 agp_empty_vstore(&ctx->vstore, con->w, con->h); in arcan_shmifext_setup()
179 &ctx->vstore, arg.depth > 0 ? RENDERTARGET_COLOR_DEPTH_STENCIL : in arcan_shmifext_setup()
247 if (ctx->vstore.w != con->w || ctx->vstore.h != con->h){ in arcan_shmifext_make_current()
279 tex_id = ctx->vstore.vinf.text.glid; in arcan_shmifext_signal()
291 struct agp_vstore vstore = { in arcan_shmifext_signal() local
303 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
307 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/x11/
H A Dx11.c19 struct agp_vstore vstore; member
88 agp_drop_vstore(&in->vstore); in x11_drop()
177 agp_empty_vstore(&ctx->vstore, con->w, con->h); in arcan_shmifext_setup()
179 &ctx->vstore, arg.depth > 0 ? RENDERTARGET_COLOR_DEPTH_STENCIL : in arcan_shmifext_setup()
247 if (ctx->vstore.w != con->w || ctx->vstore.h != con->h){ in arcan_shmifext_make_current()
279 tex_id = ctx->vstore.vinf.text.glid; in arcan_shmifext_signal()
291 struct agp_vstore vstore = { in arcan_shmifext_signal() local
303 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
307 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/x11/
H A Dx11.c19 struct agp_vstore vstore; member
88 agp_drop_vstore(&in->vstore); in x11_drop()
177 agp_empty_vstore(&ctx->vstore, con->w, con->h); in arcan_shmifext_setup()
179 &ctx->vstore, arg.depth > 0 ? RENDERTARGET_COLOR_DEPTH_STENCIL : in arcan_shmifext_setup()
247 if (ctx->vstore.w != con->w || ctx->vstore.h != con->h){ in arcan_shmifext_make_current()
279 tex_id = ctx->vstore.vinf.text.glid; in arcan_shmifext_signal()
291 struct agp_vstore vstore = { in arcan_shmifext_signal() local
303 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
307 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
/dports/x11/aclip/arcan-0.6.1/src/shmif/x11/
H A Dx11.c19 struct agp_vstore vstore; member
88 agp_drop_vstore(&in->vstore); in x11_drop()
177 agp_empty_vstore(&ctx->vstore, con->w, con->h); in arcan_shmifext_setup()
179 &ctx->vstore, arg.depth > 0 ? RENDERTARGET_COLOR_DEPTH_STENCIL : in arcan_shmifext_setup()
247 if (ctx->vstore.w != con->w || ctx->vstore.h != con->h){ in arcan_shmifext_make_current()
279 tex_id = ctx->vstore.vinf.text.glid; in arcan_shmifext_signal()
291 struct agp_vstore vstore = { in arcan_shmifext_signal() local
303 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
307 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/darwin/
H A Ddarwin.c16 struct agp_vstore vstore; member
92 agp_drop_vstore(&in->vstore); in arcan_shmifext_drop()
184 agp_empty_vstore(&ictx->vstore, con->w, con->h); in arcan_shmifext_setup()
186 &ictx->vstore, arg.depth > 0 ? RENDERTARGET_COLOR_DEPTH_STENCIL : in arcan_shmifext_setup()
202 if (ctx->vstore.w != con->w || ctx->vstore.h != con->h){ in arcan_shmifext_make_current()
292 tex_id = ctx->vstore.vinf.text.glid; in arcan_shmifext_signal()
294 struct agp_vstore vstore = { in arcan_shmifext_signal() local
306 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
310 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/darwin/
H A Ddarwin.c16 struct agp_vstore vstore; member
92 agp_drop_vstore(&in->vstore); in arcan_shmifext_drop()
184 agp_empty_vstore(&ictx->vstore, con->w, con->h); in arcan_shmifext_setup()
186 &ictx->vstore, arg.depth > 0 ? RENDERTARGET_COLOR_DEPTH_STENCIL : in arcan_shmifext_setup()
202 if (ctx->vstore.w != con->w || ctx->vstore.h != con->h){ in arcan_shmifext_make_current()
292 tex_id = ctx->vstore.vinf.text.glid; in arcan_shmifext_signal()
294 struct agp_vstore vstore = { in arcan_shmifext_signal() local
306 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
310 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/darwin/
H A Ddarwin.c16 struct agp_vstore vstore; member
92 agp_drop_vstore(&in->vstore); in arcan_shmifext_drop()
184 agp_empty_vstore(&ictx->vstore, con->w, con->h); in arcan_shmifext_setup()
186 &ictx->vstore, arg.depth > 0 ? RENDERTARGET_COLOR_DEPTH_STENCIL : in arcan_shmifext_setup()
202 if (ctx->vstore.w != con->w || ctx->vstore.h != con->h){ in arcan_shmifext_make_current()
292 tex_id = ctx->vstore.vinf.text.glid; in arcan_shmifext_signal()
294 struct agp_vstore vstore = { in arcan_shmifext_signal() local
306 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
310 agp_readback_synchronous(&vstore); in arcan_shmifext_signal()
/dports/x11/aclip/arcan-0.6.1/src/shmif/darwin/
H A Ddarwin.c16 struct agp_vstore vstore;
92 agp_drop_vstore(&in->vstore);
184 agp_empty_vstore(&ictx->vstore, con->w, con->h);
186 &ictx->vstore, arg.depth > 0 ? RENDERTARGET_COLOR_DEPTH_STENCIL :
202 if (ctx->vstore.w != con->w || ctx->vstore.h != con->h){
292 tex_id = ctx->vstore.vinf.text.glid;
294 struct agp_vstore vstore = {
306 agp_readback_synchronous(&vstore);
310 agp_readback_synchronous(&vstore);
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/x86/
H A Dtensor_intrin.py85 ib.emit(outs[0].vstore(0, tvm.const(0, 'int32x16')))
103 ib.emit(outs[0].vstore(0, quad_reduction))
105 ib.emit(outs[0].vstore(0, quad_reduction + outs[0].vload([0], 'int32x16')))
169 ib.emit(outs[0].vstore([i*32], tvm.const(0, 'int16x32')))
184 ib.emit(outs[0].vstore([i*32], pair_reduction))
186 ib.emit(outs[0].vstore([i*32], pair_reduction + outs[0].vload([i*32],
248 ib.emit(outs[0].vstore(0, tvm.const(0, 'int32x16')))
280 ib.emit(outs[0].vstore(0, quad_reduction))
282 ib.emit(outs[0].vstore(0, quad_reduction + outs[0].vload([0], 'int32x16')))
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/x86/
H A Dtensor_intrin.py85 ib.emit(outs[0].vstore(0, tvm.const(0, 'int32x16')))
103 ib.emit(outs[0].vstore(0, quad_reduction))
105 ib.emit(outs[0].vstore(0, quad_reduction + outs[0].vload([0], 'int32x16')))
169 ib.emit(outs[0].vstore([i*32], tvm.const(0, 'int16x32')))
184 ib.emit(outs[0].vstore([i*32], pair_reduction))
186 ib.emit(outs[0].vstore([i*32], pair_reduction + outs[0].vload([i*32],
248 ib.emit(outs[0].vstore(0, tvm.const(0, 'int32x16')))
280 ib.emit(outs[0].vstore(0, quad_reduction))
282 ib.emit(outs[0].vstore(0, quad_reduction + outs[0].vload([0], 'int32x16')))
/dports/emulators/qemu/qemu-6.2.0/target/hexagon/mmvec/
H A Dsystem_ext_mmvec.c27 env->vstore[slot].va = vaddr; in mem_gather_store()
28 env->vstore[slot].size = size; in mem_gather_store()
29 memcpy(&env->vstore[slot].data.ub[0], &env->tmp_VRegs[0], size); in mem_gather_store()
32 bitmap_copy(env->vstore[slot].mask, env->vtcm_log.mask, size); in mem_gather_store()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_video.c622 .vstore = current_context->world.vstore in arcan_video_pushcontext()
1005 if (dvobj->vstore->w != neww || dvobj->vstore->h != newh){ in arcan_video_resampleobject()
1923 arcan_video_display.cursor.vstore = vobj->vstore; in arcan_video_cursorstore()
1961 dst->vstore = src->vstore; in arcan_video_shareglstore()
2623 newvobj->vstore->h * newvobj->vstore->bpp; in arcan_video_setupfeed()
4790 float sz_s[2] = {src->vstore->w, src->vstore->h}; in update_shenv()
4956 dst->vstore->vinf.text.raw, dst->vstore->vinf.text.s_raw, in ffunc_process()
4957 dst->vstore->w, dst->vstore->h, in ffunc_process()
5116 struct agp_vstore* vstore = vobj->vstore; in draw_vobj() local
5119 vstore->vinf.col.g, vstore->vinf.col.b, txcos); in draw_vobj()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_video.c622 .vstore = current_context->world.vstore in arcan_video_pushcontext()
1005 if (dvobj->vstore->w != neww || dvobj->vstore->h != newh){ in arcan_video_resampleobject()
1923 arcan_video_display.cursor.vstore = vobj->vstore; in arcan_video_cursorstore()
1961 dst->vstore = src->vstore; in arcan_video_shareglstore()
2623 newvobj->vstore->h * newvobj->vstore->bpp; in arcan_video_setupfeed()
4790 float sz_s[2] = {src->vstore->w, src->vstore->h}; in update_shenv()
4956 dst->vstore->vinf.text.raw, dst->vstore->vinf.text.s_raw, in ffunc_process()
4957 dst->vstore->w, dst->vstore->h, in ffunc_process()
5116 struct agp_vstore* vstore = vobj->vstore; in draw_vobj() local
5119 vstore->vinf.col.g, vstore->vinf.col.b, txcos); in draw_vobj()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_video.c622 .vstore = current_context->world.vstore in arcan_video_pushcontext()
1005 if (dvobj->vstore->w != neww || dvobj->vstore->h != newh){ in arcan_video_resampleobject()
1923 arcan_video_display.cursor.vstore = vobj->vstore; in arcan_video_cursorstore()
1961 dst->vstore = src->vstore; in arcan_video_shareglstore()
2623 newvobj->vstore->h * newvobj->vstore->bpp; in arcan_video_setupfeed()
4790 float sz_s[2] = {src->vstore->w, src->vstore->h}; in update_shenv()
4956 dst->vstore->vinf.text.raw, dst->vstore->vinf.text.s_raw, in ffunc_process()
4957 dst->vstore->w, dst->vstore->h, in ffunc_process()
5116 struct agp_vstore* vstore = vobj->vstore; in draw_vobj() local
5119 vstore->vinf.col.g, vstore->vinf.col.b, txcos); in draw_vobj()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_video.c622 .vstore = current_context->world.vstore in arcan_video_pushcontext()
1005 if (dvobj->vstore->w != neww || dvobj->vstore->h != newh){ in arcan_video_resampleobject()
1923 arcan_video_display.cursor.vstore = vobj->vstore; in arcan_video_cursorstore()
1961 dst->vstore = src->vstore; in arcan_video_shareglstore()
2623 newvobj->vstore->h * newvobj->vstore->bpp; in arcan_video_setupfeed()
4790 float sz_s[2] = {src->vstore->w, src->vstore->h}; in update_shenv()
4956 dst->vstore->vinf.text.raw, dst->vstore->vinf.text.s_raw, in ffunc_process()
4957 dst->vstore->w, dst->vstore->h, in ffunc_process()
5116 struct agp_vstore* vstore = vobj->vstore; in draw_vobj() local
5119 vstore->vinf.col.g, vstore->vinf.col.b, txcos); in draw_vobj()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/arcan/
H A Dvideo.c131 struct agp_vstore* vstore; member
573 disp[id].vstore = NULL; in platform_video_map_display_layer()
584 disp[id].vstore = arcan_vint_world(); in platform_video_map_display_layer()
605 disp[id].vstore = vobj->vstore; in platform_video_map_display_layer()
615 disp[id].vstore->refcount++; in platform_video_map_display_layer()
872 disp[i].vstore ? disp[i].vstore : arcan_vint_world()); in platform_video_synch()
876 if (disp[i].vstore){ in platform_video_synch()
1102 if (!vobj || !vobj->vstore) in platform_lwa_allocbind_feed()
1123 .ext.segreq.width = vobj->vstore->w, in platform_lwa_allocbind_feed()
1356 if (d->vstore){ in event_process_disp()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/arcan/
H A Dvideo.c131 struct agp_vstore* vstore; member
573 disp[id].vstore = NULL; in platform_video_map_display_layer()
584 disp[id].vstore = arcan_vint_world(); in platform_video_map_display_layer()
605 disp[id].vstore = vobj->vstore; in platform_video_map_display_layer()
615 disp[id].vstore->refcount++; in platform_video_map_display_layer()
872 disp[i].vstore ? disp[i].vstore : arcan_vint_world()); in platform_video_synch()
876 if (disp[i].vstore){ in platform_video_synch()
1102 if (!vobj || !vobj->vstore) in platform_lwa_allocbind_feed()
1123 .ext.segreq.width = vobj->vstore->w, in platform_lwa_allocbind_feed()
1356 if (d->vstore){ in event_process_disp()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/arcan/
H A Dvideo.c131 struct agp_vstore* vstore; member
573 disp[id].vstore = NULL; in platform_video_map_display_layer()
584 disp[id].vstore = arcan_vint_world(); in platform_video_map_display_layer()
605 disp[id].vstore = vobj->vstore; in platform_video_map_display_layer()
615 disp[id].vstore->refcount++; in platform_video_map_display_layer()
872 disp[i].vstore ? disp[i].vstore : arcan_vint_world()); in platform_video_synch()
876 if (disp[i].vstore){ in platform_video_synch()
1102 if (!vobj || !vobj->vstore) in platform_lwa_allocbind_feed()
1123 .ext.segreq.width = vobj->vstore->w, in platform_lwa_allocbind_feed()
1356 if (d->vstore){ in event_process_disp()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/platform/arcan/
H A Dvideo.c131 struct agp_vstore* vstore; member
573 disp[id].vstore = NULL; in platform_video_map_display_layer()
584 disp[id].vstore = arcan_vint_world(); in platform_video_map_display_layer()
605 disp[id].vstore = vobj->vstore; in platform_video_map_display_layer()
615 disp[id].vstore->refcount++; in platform_video_map_display_layer()
872 disp[i].vstore ? disp[i].vstore : arcan_vint_world()); in platform_video_synch()
876 if (disp[i].vstore){ in platform_video_synch()
1102 if (!vobj || !vobj->vstore) in platform_lwa_allocbind_feed()
1123 .ext.segreq.width = vobj->vstore->w, in platform_lwa_allocbind_feed()
1356 if (d->vstore){ in event_process_disp()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/x86/
H A Dtensor_intrin.py89 ib.emit(outs[0].vstore(0, tvm.tir.const(0, "int32x16")))
113 ib.emit(outs[0].vstore(0, quad_reduction))
115 ib.emit(outs[0].vstore(0, quad_reduction + outs[0].vload([0], "int32x16")))
183 ib.emit(outs[0].vstore([i * 32], tvm.tir.const(0, "int16x32")))
201 ib.emit(outs[0].vstore([i * 32], pair_reduction))
204 outs[0].vstore(
273 ib.emit(outs[0].vstore(0, tvm.tir.const(0, "int32x16")))
314 ib.emit(outs[0].vstore(0, quad_reduction))
316 ib.emit(outs[0].vstore(0, quad_reduction + outs[0].vload([0], "int32x16")))

12345678910>>...25