Searched refs:cv (Results 51 - 75 of 139) sorted by relevance

123456

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dstrtoi.h236 register unsigned char* cv; local
391 cv = base <= 36 ? _Sfcv36 : _Sfcv64;
403 while (S2I_valid(s) && (c = cv[*s++]) < base)
417 while (S2I_valid(s) && (c = cv[*s++]) < base)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Danalysis_peg_emodes.tcl313 proc ::page::analysis::peg::emodes::Accepting {t n av cv cav} {
314 upvar 1 $av acc $cv call $cav cala
345 proc ::page::analysis::peg::emodes::Generating {t n gv ncv ngv av cv cav} {
346 upvar 1 $gv gen $ncv nc $ngv ng $av acc $cv call $cav cala
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dpthread_shims.h78 int (*psynch_cvbroad)(proc_t p, user_addr_t cv, uint64_t cvlsgen, uint64_t cvudgen, uint32_t flags, user_addr_t mutex, uint64_t mugen, uint64_t tid, uint32_t *retval);
79 int (*psynch_cvsignal)(proc_t p, user_addr_t cv, uint64_t cvlsgen, uint32_t cvugen, int thread_port, user_addr_t mutex, uint64_t mugen, uint64_t tid, uint32_t flags, uint32_t *retval);
80 int (*psynch_cvwait)(proc_t p, user_addr_t cv, uint64_t cvlsgen, uint32_t cvugen, user_addr_t mutex, uint64_t mugen, uint32_t flags, int64_t sec, uint32_t nsec, uint32_t * retval);
81 int (*psynch_cvclrprepost)(proc_t p, user_addr_t cv, uint32_t cvgen, uint32_t cvugen, uint32_t cvsgen, uint32_t prepocnt, uint32_t preposeq, uint32_t flags, int *retval);
/macosx-10.9.5/ruby-104/ruby/test/-ext-/symbol/
H A Dtest_inadvertent_creation.rb75 cv = noninterned_name("@@")
77 assert_not_interned_error(c, :class_variable_get, cv, feature5079)
78 assert_not_interned_error(c, :remove_class_variable, cv, feature5079)
/macosx-10.9.5/gssd-62/
H A Dgsstest.c84 pthread_cond_t cv[1]; member in struct:s_channel
556 pthread_cond_wait(chan->cv, chan->lock);
574 pthread_cond_signal(chan->cv);
586 pthread_cond_wait(chan->cv, chan->lock);
592 pthread_cond_signal(chan->cv);
746 pthread_cond_init(channel->cv, NULL);
885 pthread_cond_destroy(channel->cv);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregcomp.c220 struct cvec *cv; /* interface cvec */ member in struct:vars
327 v->cv = NULL;
351 v->cv = newcvec(100, 20, 10);
352 if (v->cv == NULL)
493 if (v->cv != NULL)
494 freecvec(v->cv);
1372 struct cvec *cv; local
1409 cv = eclass(v, startc, (v->cflags&REG_ICASE));
1411 dovec(v, cv, lp, rp);
1419 cv
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecCertificate.cpp893 CertificateValues cv(certificate);
894 result = cv.copyFieldValues(keys,error);
935 CertificateValues cv(certificate);
936 result = cv.copySerialNumber(error);
952 CertificateValues cv(certificate);
953 result = cv.copyNormalizedIssuerContent(error);
969 CertificateValues cv(certificate);
970 result = cv.copyNormalizedSubjectContent(error);
986 CertificateValues cv(certificate);
987 result = cv
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecCertificate.cpp893 CertificateValues cv(certificate);
894 result = cv.copyFieldValues(keys,error);
935 CertificateValues cv(certificate);
936 result = cv.copySerialNumber(error);
952 CertificateValues cv(certificate);
953 result = cv.copyNormalizedIssuerContent(error);
969 CertificateValues cv(certificate);
970 result = cv.copyNormalizedSubjectContent(error);
986 CertificateValues cv(certificate);
987 result = cv
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecCertificate.cpp893 CertificateValues cv(certificate);
894 result = cv.copyFieldValues(keys,error);
935 CertificateValues cv(certificate);
936 result = cv.copySerialNumber(error);
952 CertificateValues cv(certificate);
953 result = cv.copyNormalizedIssuerContent(error);
969 CertificateValues cv(certificate);
970 result = cv.copyNormalizedSubjectContent(error);
986 CertificateValues cv(certificate);
987 result = cv
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregcomp.c211 struct cvec *cv; /* interface cvec */
321 v->cv = NULL;
348 v->cv = newcvec(100, 20);
349 if (v->cv == NULL) {
520 if (v->cv != NULL) {
521 freecvec(v->cv);
1474 struct cvec *cv;
1517 cv = eclass(v, startc, (v->cflags&REG_ICASE));
1519 dovec(v, cv, lp, rp);
1527 cv
210 struct cvec *cv; /* interface cvec */ member in struct:vars
1459 struct cvec *cv; local
1620 dovec( struct vars *v, struct cvec *cv, struct state *lp, struct state *rp) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java198 return cv.visitMethod
287 cv.visitMethod(ACC_STATIC, "<clinit>", "()V", null, null);
318 MethodVisitor mv = cv.visitMethod
343 MethodVisitor mv = cv.visitMethod
367 MethodVisitor mv = cv.visitMethod
411 MethodVisitor mv = cv.visitMethod
457 MethodVisitor mv = cv.visitMethod
503 MethodVisitor mv = cv.visitMethod
550 MethodVisitor mv = cv.visitMethod
592 MethodVisitor mv = cv
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Drun.tcl71 proc ::sak::test::run::Do {cv modules} {
72 upvar 1 $cv config
190 proc ::sak::test::run::Command {cv m sh} {
192 upvar 1 $cv config
224 proc ::sak::test::run::Command {cv m sh} {
226 upvar 1 $cv config
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/test/
H A Drun.tcl70 proc ::sak::test::run::Do {cv modules} {
71 upvar 1 $cv config
165 proc ::sak::test::run::Command {cv m sh} {
167 upvar 1 $cv config
199 proc ::sak::test::run::Command {cv m sh} {
201 upvar 1 $cv config
/macosx-10.9.5/vim-53/src/
H A DMake_ivc.mak114 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\oleRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib oleaut32.lib /subsystem:windows /out:.\gvim.exe
115 # ADD LINK32 /pdb:.\oleRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib oleaut32.lib /subsystem:windows /out:.\gvim.exe
133 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
134 # ADD LINK32 libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
153 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\gRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib /subsystem:windows /out:.\gvim.exe
154 # ADD LINK32 /pdb:.\gRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib /subsystem:windows /out:.\gvim.exe
172 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\gDbg\gvimd.map /out:.\gvimd.exe
173 # ADD LINK32 libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\gDbg\gvimd.map /out:.\gvimd.exe
188 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\Rel/vim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\vim.map libc.lib /subsystem:console /out:.\vim.exe
189 # ADD LINK32 /pdb:.\Rel/vim.pdb -debug:full -debugtype:cv,fixu
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfstrtof.h207 register unsigned char* cv; local
256 cv = _Sfcv36;
261 if ((part = cv[c]) < 16)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dreadme.tcl261 if {[info exists cm($v)]} {set cv $cm($v)} else {set cv ""}
262 $mat add row [list $m $name $ov $cv $note]
/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit_private.h355 extern struct cv audit_watermark_cv;
356 extern struct cv audit_worker_cv;
357 extern struct cv audit_drain_cv;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthr_pth.c121 ldap_pvt_thread_cond_destroy( ldap_pvt_thread_cond_t *cv )
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dwalk.c34 int* cc, Tcl_Obj*** cv)
160 *cv = xcv;
170 int cc, Tcl_Obj** cv)
186 ev [i] = cv [i];
31 g_walkoptions(Tcl_Interp* interp, int objc, Tcl_Obj* const* objv, int* type, int* order, int* dir, int* cc, Tcl_Obj*** cv) argument
168 g_walk(Tcl_Interp* interp, Tcl_Obj* go, GN* n, int type, int order, int dir, int cc, Tcl_Obj** cv) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dpthread_shims.c258 return pthread_functions->psynch_cvbroad(p, uap->cv, uap->cvlsgen, uap->cvudgen, uap->flags, uap->mutex, uap->mugen, uap->tid, retval);
264 return pthread_functions->psynch_cvsignal(p, uap->cv, uap->cvlsgen, uap->cvugen, uap->thread_port, uap->mutex, uap->mugen, uap->tid, uap->flags, retval);
270 return pthread_functions->psynch_cvwait(p, uap->cv, uap->cvlsgen, uap->cvugen, uap->mutex, uap->mugen, uap->flags, uap->sec, uap->nsec, retval);
276 return pthread_functions->psynch_cvclrprepost(p, uap->cv, uap->cvgen, uap->cvugen, uap->cvsgen, uap->prepocnt, uap->preposeq, uap->flags, retval);
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dperl_syck.h207 SV *cv; local
232 cv = eval_pv(SvPV_nolen(sub), TRUE);
236 if (cv && SvROK(cv) && SvTYPE(SvRV(cv)) == SVt_PVCV) {
237 sv = cv;
993 CV *cv = (CV*)sv;
1009 XPUSHs(sv_2mortal(newRV_inc((SV*)cv)));
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtvtouch.c75 * cv most likely ignored on most implementations
88 tvtouch(const char* path, register const Tv_t* av, register const Tv_t* mv, const Tv_t* cv, int flags) argument
140 if (!cv && av == TV_TOUCH_RETAIN && mv == TV_TOUCH_RETAIN && !stat(path, &st) && !chmod(path, st.st_mode & S_IPERM))
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Docaml.swg270 SWIG_CAMLlocal1(cv);
271 cv = caml_swig_alloc(1,C_char);
272 SWIG_Store_field(cv,0,Val_int(c));
273 CAMLreturn(cv);
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dperlrun.swg85 # define XSPROTO(name) void name(pTHX_ CV* cv)
90 # define SWIG_CALLXS(_name) _name(cv,pPerl)
93 # define SWIG_CALLXS(_name) _name(cv)
95 # define SWIG_CALLXS(_name) _name(PERL_GET_THX, cv)
/macosx-10.9.5/libxml2-26/libxml2/
H A Dthreads.c126 pthread_cond_t cv; member in struct:_xmlRMutex
308 pthread_cond_init(&tok->cv, NULL);
338 pthread_cond_destroy(&tok->cv);
372 pthread_cond_wait(&tok->cv, &tok->lock);
412 pthread_cond_signal(&tok->cv);

Completed in 201 milliseconds

123456