Home
last modified time | relevance | path

Searched defs:vcp (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/VE/
H A DVCP.s8 vcp %v11, %v22 label
12 vcp %vix, %vix label
16 vcp %vix, %v22 label
20 vcp %v11, %v22, %vm11 label
24 vcp %v11, %vix, %vm11 label
28 vcp %v12, %v20, %vm12 label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DVCP.s8 vcp %v11, %v22 label
12 vcp %vix, %vix label
16 vcp %vix, %v22 label
20 vcp %v11, %v22, %vm11 label
24 vcp %v11, %vix, %vm11 label
28 vcp %v12, %v20, %vm12 label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/VE/
H A DVCP.s8 vcp %v11, %v22 label
12 vcp %vix, %vix label
16 vcp %vix, %v22 label
20 vcp %v11, %v22, %vm11 label
24 vcp %v11, %vix, %vm11 label
28 vcp %v12, %v20, %vm12 label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/VE/
H A DVCP.s8 vcp %v11, %v22 label
12 vcp %vix, %vix label
16 vcp %vix, %v22 label
20 vcp %v11, %v22, %vm11 label
24 vcp %v11, %vix, %vm11 label
28 vcp %v12, %v20, %vm12 label
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DVCP.s8 vcp %v11, %v22 label
12 vcp %vix, %vix label
16 vcp %vix, %v22 label
20 vcp %v11, %v22, %vm11 label
24 vcp %v11, %vix, %vm11 label
28 vcp %v12, %v20, %vm12 label
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/VE/
H A DVCP.s8 vcp %v11, %v22 label
12 vcp %vix, %vix label
16 vcp %vix, %v22 label
20 vcp %v11, %v22, %vm11 label
24 vcp %v11, %vix, %vm11 label
28 vcp %v12, %v20, %vm12 label
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DVCP.s8 vcp %v11, %v22 label
12 vcp %vix, %vix label
16 vcp %vix, %v22 label
20 vcp %v11, %v22, %vm11 label
24 vcp %v11, %vix, %vm11 label
28 vcp %v12, %v20, %vm12 label
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/VE/
H A DVCP.s8 vcp %v11, %v22 label
12 vcp %vix, %vix label
16 vcp %vix, %v22 label
20 vcp %v11, %v22, %vm11 label
24 vcp %v11, %vix, %vm11 label
28 vcp %v12, %v20, %vm12 label
/dports/misc/rump/buildrump.sh-b914579/src/sys/netsmb/
H A Dsmb_tran.h82 #define SMB_TRAN_CREATE(vcp,p) (vcp)->vc_tdesc->tr_create(vcp,p) argument
83 #define SMB_TRAN_DONE(vcp,p) (vcp)->vc_tdesc->tr_done(vcp,p) argument
84 #define SMB_TRAN_BIND(vcp,sap,p) (vcp)->vc_tdesc->tr_bind(vcp,sap,p) argument
85 #define SMB_TRAN_CONNECT(vcp,sap,p) (vcp)->vc_tdesc->tr_connect(vcp,sap,p) argument
86 #define SMB_TRAN_DISCONNECT(vcp,p) (vcp)->vc_tdesc->tr_disconnect(vcp,p) argument
87 #define SMB_TRAN_SEND(vcp,m0,p) (vcp)->vc_tdesc->tr_send(vcp,m0,p) argument
88 #define SMB_TRAN_RECV(vcp,m,p) (vcp)->vc_tdesc->tr_recv(vcp,m,p) argument
89 #define SMB_TRAN_TIMO(vcp) (vcp)->vc_tdesc->tr_timo(vcp) argument
90 #define SMB_TRAN_INTR(vcp) (vcp)->vc_tdesc->tr_intr(vcp) argument
91 #define SMB_TRAN_GETPARAM(vcp,par,data) (vcp)->vc_tdesc->tr_getparam(vcp, par, data) argument
[all …]
H A Dsmb_conn.c159 struct smb_vc *vcp = arg1; in smb_listener_cb() local
315 struct smb_vc *vcp; in smb_sm_lookup() local
519 struct smb_vc *vcp; in smb_vc_create() local
604 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_free() local
636 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_gone() local
642 smb_vc_ref(struct smb_vc *vcp) in smb_vc_ref()
673 smb_vc_lock(struct smb_vc *vcp) in smb_vc_lock()
686 smb_vc_unlock(struct smb_vc *vcp) in smb_vc_unlock()
792 smb_vc_getpass(struct smb_vc *vcp) in smb_vc_getpass()
801 smb_vc_nextmid(struct smb_vc *vcp) in smb_vc_nextmid()
[all …]
H A Dsmb_trantcp.c444 smb_nbst_create(struct smb_vc *vcp, struct lwp *l) in smb_nbst_create()
456 smb_nbst_done(struct smb_vc *vcp, struct lwp *l) in smb_nbst_done()
472 smb_nbst_bind(struct smb_vc *vcp, struct sockaddr *sap, struct lwp *l) in smb_nbst_bind()
539 smb_nbst_disconnect(struct smb_vc *vcp, struct lwp *l) in smb_nbst_disconnect()
561 smb_nbst_send(struct smb_vc *vcp, struct mbuf *m0, struct lwp *l) in smb_nbst_send()
584 smb_nbst_recv(struct smb_vc *vcp, struct mbuf **mpp, struct lwp *l) in smb_nbst_recv()
597 smb_nbst_timo(struct smb_vc *vcp) in smb_nbst_timo()
604 smb_nbst_intr(struct smb_vc *vcp) in smb_nbst_intr()
619 smb_nbst_getparam(struct smb_vc *vcp, int param, void *data) in smb_nbst_getparam()
641 smb_nbst_setparam(struct smb_vc *vcp, int param, void *data) in smb_nbst_setparam()
[all …]
H A Dsmb_iod.c116 struct smb_vc *vcp = iod->iod_vc; in smb_iod_closetran() local
137 struct smb_vc *vcp = iod->iod_vc; in smb_iod_connect() local
188 struct smb_vc *vcp = iod->iod_vc; in smb_iod_disconnect() local
230 struct smb_vc *vcp = iod->iod_vc; in smb_iod_sendrq() local
310 struct smb_vc *vcp = iod->iod_vc; in smb_iod_recvall() local
425 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_addrq() local
491 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_removerq() local
699 smb_iod_create(struct smb_vc *vcp) in smb_iod_create()
H A Dsmb_usr.c134 struct smb_vc *vcp = NULL; in smb_usr_lookup() local
172 struct smb_vc *vcp = NULL; in smb_usr_opensession() local
188 smb_usr_openshare(struct smb_vc *vcp, struct smbioc_oshare *dp, in smb_usr_openshare()
H A Dsmb_smb.c79 smb_vc_maxread(struct smb_vc *vcp) in smb_vc_maxread()
92 smb_vc_maxwrite(struct smb_vc *vcp) in smb_vc_maxwrite()
105 smb_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_negotiate()
260 smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_ssnsetup()
402 smb_smb_ssnclose(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_ssnclose()
460 struct smb_vc *vcp; in smb_smb_treeconnect() local
/dports/www/varnish6/varnish-cache-varnish-6.6.2/vmod/
H A Dvmod_cookie.c76 struct vmod_cookie *vcp; in cobj_free() local
92 struct vmod_cookie *vcp; in cobj_get() local
109 struct vmod_cookie *vcp = cobj_get(priv); in vmod_parse() local
166 struct vmod_cookie *vcp = cobj_get(priv); in vmod_set() local
210 struct vmod_cookie *vcp = cobj_get(priv); in vmod_isset() local
224 struct vmod_cookie *vcp = cobj_get(priv); in vmod_get() local
239 struct vmod_cookie *vcp = cobj_get(priv); in vmod_get_re() local
263 struct vmod_cookie *vcp = cobj_get(priv); in vmod_delete() local
279 struct vmod_cookie *vcp = cobj_get(priv); in vmod_clean() local
291 struct vmod_cookie *vcp = cobj_get(priv); in filter_cookies() local
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/CutPool/
H A Dvrp_cp.c48 vrp_cp_problem *vcp = (vrp_cp_problem *) calloc (1, sizeof(vrp_cp_problem)); in user_receive_cp_data() local
85 vrp_cp_problem *vcp = (vrp_cp_problem *)(*user); in user_free_cp() local
115 vrp_cp_problem *vcp = (vrp_cp_problem *)user; in user_prepare_to_check_cuts() local
132 vrp_cp_problem *vcp = (vrp_cp_problem *)user; in user_check_cut() local
346 vrp_cp_problem *vcp = (vrp_cp_problem *)user; in user_finished_checking_cuts() local
358 pool_net *create_pool_net(vrp_cp_problem *vcp, int varnum, int *indices, in create_pool_net()
410 void free_pool_net(vrp_cp_problem *vcp) in free_pool_net()
/dports/misc/rump/buildrump.sh-b914579/src/sys/coda/
H A Dcoda_psdev.c150 struct vcomm *vcp; in vc_nb_open() local
178 struct vcomm *vcp; in vc_nb_close() local
255 struct vcomm * vcp; in vc_nb_read() local
301 struct vcomm * vcp; in vc_nb_write() local
445 struct vcomm *vcp; in vc_nb_poll() local
470 struct vcomm *vcp = kn->kn_hook; in filt_vc_nb_detach() local
478 struct vcomm *vcp = kn->kn_hook; in filt_vc_nb_read() local
495 struct vcomm *vcp; in vc_nb_kqfilter() local
540 struct vcomm *vcp; in coda_call() local
755 struct vcomm *vcp = &coda_mnttbl[i].mi_vcomm; in vcoda_modcmd() local
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/CutPool/
H A Dcnrp_cp.c48 cnrp_spec_cp *vcp = (cnrp_spec_cp *) calloc (1, sizeof(cnrp_spec_cp)); in user_receive_cp_data() local
88 cnrp_spec_cp *vcp = (cnrp_spec_cp *)(*user); in user_free_cp() local
119 cnrp_spec_cp *vcp = (cnrp_spec_cp *)user; in user_prepare_to_check_cuts() local
155 cnrp_spec_cp *vcp = (cnrp_spec_cp *)user; local
517 cnrp_spec_cp *vcp = (cnrp_spec_cp *)user; local
529 pool_net *create_pool_net(cnrp_spec_cp *vcp, int varnum, int *indices,
612 void free_pool_net(cnrp_spec_cp *vcp)
/dports/finance/vanitygen/vanitygen-cd1a728/
H A Dpattern.c79 vg_context_t *vcp; in vg_exec_context_upgrade_lock() local
365 vg_context_thread_exit(vg_context_t *vcp) in vg_context_thread_exit()
386 vg_timing_info_free(vg_context_t *vcp) in vg_timing_info_free()
609 vg_context_free(vg_context_t *vcp) in vg_context_free()
616 vg_context_add_patterns(vg_context_t *vcp, in vg_context_add_patterns()
624 vg_context_clear_all_patterns(vg_context_t *vcp) in vg_context_clear_all_patterns()
639 vg_context_start_threads(vg_context_t *vcp) in vg_context_start_threads()
661 vg_context_stop_threads(vg_context_t *vcp) in vg_context_stop_threads()
669 vg_context_wait_for_completion(vg_context_t *vcp) in vg_context_wait_for_completion()
1241 vg_prefix_context_free(vg_context_t *vcp) in vg_prefix_context_free()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/coda/
H A Dpsdev.c60 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_poll() local
94 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_write() local
212 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_read() local
274 struct venus_comm *vcp; in coda_psdev_open() local
311 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_release() local
/dports/multimedia/libv4l/linux-5.13-rc2/fs/coda/
H A Dpsdev.c60 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_poll() local
94 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_write() local
212 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_read() local
274 struct venus_comm *vcp; in coda_psdev_open() local
311 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_release() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/coda/
H A Dpsdev.c60 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_poll() local
94 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_write() local
212 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_read() local
274 struct venus_comm *vcp; in coda_psdev_open() local
311 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_release() local
/dports/editors/ted/Ted-2.23/docBase/
H A DdocCellPropertyAdmin.c56 void * vcp= utilPagedListGetItemByNumber( &(cpl->nplPagedList), n ); in docGetCellPropertiesByNumber() local
80 void * vcp= utilPagedListGetItemByNumber( pl, n ); in docForAllCellProperties() local
125 void * vcp; in docMergeCellPropertiesLists() local
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dspam.c263 _spamc_setup(struct spam_vc *vcp) in _spamc_setup()
337 _spamc_interact(struct spam_vc *vcp) in _spamc_interact()
374 _spamc_dtor(struct spam_vc *vcp) in _spamc_dtor()
385 _spamfilter_setup(struct spam_vc *vcp) in _spamfilter_setup()
482 _spamfilter_interact(struct spam_vc *vcp) in _spamfilter_interact()
552 _spamfilter_dtor(struct spam_vc *vcp) in _spamfilter_dtor()
571 _spam_cf_setup(struct spam_vc *vcp, boole useshell) in _spam_cf_setup()
611 _spam_cf_interact(struct spam_vc *vcp) in _spam_cf_interact()
793 _spam_rate2score(struct spam_vc *vcp, char *buf){ in _spam_rate2score()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900210_06.C17 volatile char *vcp; variable

1234567891011