Searched refs:vb (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.9.5/vim-53/runtime/compiler/
H A Dfpc.vim15 " NOTE: compiler must be runned with -vb to write whole source path, not only file
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddnode.c77 struct vnode vb; local
121 if (readvnode(va, &vb))
130 vb = *rv;
135 while (va && ((KA_T)vb.v_parent != va)) {
136 if (!vb.v_name) {
141 if (vb.v_parent) {
153 if ((vnl = readvname((KA_T)vb.v_name, vn, sizeof(vn))) <= 0)
161 if ((va == vas) && (vb.v_flag & VROOT)) {
167 if (vb.v_mount) {
168 if (kread((KA_T)vb
363 struct vnode *v, vb; local
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c341 _fsi_validate(si_mod_t *si, int cat, uint64_t va, uint64_t vb) argument
434 if (vb != sb.st_mtimespec.tv_nsec) return 0;
766 _fsi_parse_user(si_mod_t *si, const char *name, uid_t uid, int which, char *data, int format, uint64_t va, uint64_t vb) argument
804 item = (si_item_t *)LI_ils_create("L4488ss44LssssL", (unsigned long)si, CATEGORY_USER, 1, va, vb, tokens[0], tokens[1], xuid, atoi(tokens[3]), change, tokens[4], tokens[7], tokens[8], tokens[9], expire);
810 item = (si_item_t *)LI_ils_create("L4488ss44LssssL", (unsigned long)si, CATEGORY_USER, 1, va, vb, tokens[0], tokens[1], xuid, atoi(tokens[3]), 0, "", tokens[4], tokens[5], tokens[6], 0);
825 uint64_t va, vb; local
833 vb = 0;
838 _fsi_get_validation(si, VALIDATION_MASTER_PASSWD, _PATH_MASTERPASSWD, f, &va, &vb);
843 _fsi_get_validation(si, VALIDATION_PASSWD, _PATH_PASSWD, f, &va, &vb);
862 item = _fsi_parse_user(si, name, uid, which, line, fmt, va, vb);
885 _fsi_parse_group(si_mod_t *si, const char *name, gid_t gid, int which, char *data, uint64_t va, uint64_t vb) argument
933 uint64_t va, vb; local
986 uint64_t va, vb; local
1081 _fsi_parse_alias(si_mod_t *si, const char *name, int which, char *data, uint64_t va, uint64_t vb) argument
1126 uint64_t va, vb; local
1174 _fsi_parse_ether(si_mod_t *si, const char *name, int which, char *data, uint64_t va, uint64_t vb) argument
1225 uint64_t va, vb; local
1283 _fsi_parse_host(si_mod_t *si, const char *name, const void *addr, int af, int which, char *data, uint64_t va, uint64_t vb) argument
1386 uint64_t va, vb; local
1447 _fsi_parse_service(si_mod_t *si, const char *name, const char *proto, int port, int which, char *data, uint64_t va, uint64_t vb) argument
1522 uint64_t va, vb; local
1576 _fsi_parse_name_num_aliases(si_mod_t *si, const char *name, int num, int which, char *data, uint64_t va, uint64_t vb, int cat) argument
1644 uint64_t va, vb; local
1711 _fsi_parse_fs(si_mod_t *si, const char *name, int which, char *data, uint64_t va, uint64_t vb) argument
1870 uint64_t va, vb; local
2029 uint64_t va=0, vb=0; local
[all...]
H A Dds_module.c319 uint64_t va, vb; local
324 _ds_get_validation(si, &va, &vb, cat);
332 si_item_t *item = extract(si, value, extra, va, vb);
350 uint64_t va, vb; local
357 _ds_get_validation(si, &va, &vb, cat);
359 item = extract(si, result, extra, va, vb);
1779 uint64_t va, vb; local
1781 _ds_get_validation(si, &va, &vb, CATEGORY_GROUPLIST);
1788 item = (si_item_t *)LI_ils_create("L4488s4@", (unsigned long)si, CATEGORY_GROUPLIST, 1, va, vb, name, count,
/macosx-10.9.5/vim-53/runtime/indent/
H A Dvb.vim2 " Language: VisualBasic (ft=vb) / Basic (ft=basic) / SaxBasic (ft=vb)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwsh.vim23 syn include @wshVBScript <sfile>:p:h/vb.vim
H A Dlscript.vim23 " These are Notes thingies that had an equivalent in the vb highlighter
151 "These are Notes thingies that I'm not sure how to classify as they had no vb equivalent
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dbb_convert.c231 const char *va, *vb; local
235 vb = asl_get(*(aslmsg *)b, ASL_KEY_MSG_ID);
238 if (vb == NULL) return 1;
241 nb = atoll(vb);
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dvb.vim2 " Language: VisualBasic (ft=vb)
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DSnackOgg.c109 vorbis_block vb; /* local working space for packet->PCM decode */ member in struct:OggVorbis_File
208 extern void *_vorbis_block_alloc(vorbis_block *vb,long bytes);
209 extern void _vorbis_block_ripcord(vorbis_block *vb);
725 vorbis_block_init(&vf->vd,&vf->vb);
770 vorbis_block_clear(&vf->vb);
811 if(!vorbis_synthesis(&vf->vb,op_ptr)){ /* lazy check for lazy
826 vorbis_synthesis_blockin(&vf->vd,&vf->vb);
1013 vorbis_block_clear(&vf->vb);
1550 vorbis_synthesis_trackonly(&vf->vb,&op); /* set up a vb wit
2002 static vorbis_block vb; /* local working space for packet->PCM decode */ variable
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dtermcap42 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
99 :vb=^R^C^G^Y^D\200\200\200\200^Ye\200^E\200^D^Ye\200\200\200\200:\
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dfax2ps.c310 pcompar(const void* va, const void* vb) argument
313 const int* pb = (const int*) vb;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhilit-chg.el963 (let ((n 0) extent p va vb a b)
982 (setq vb (ediff-get-fine-diff-vector n 'B))
983 ;; vb is a vector
984 (if vb
985 (setq b (append vb nil))
987 (setq vb (ediff-get-difference n 'B))
988 (setq b (list (elt vb 0))))
/macosx-10.9.5/swig-10/Lib/octave/
H A Doctcontainer.swg139 typename Sequence::const_iterator vb = self->begin();
141 std::advance(vb,ii);
143 return new Sequence(vb, ve);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest2_dict_interface.py318 kb, vb = tb = b.popitem()
319 self.assertEqual(vb, int(kb))
H A Dtest3_dict_interface.py504 kb, vb = tb = b.popitem()
505 self.assertEqual(vb, int(kb))
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalcalg3.el812 incr c va vb vc u vu r q ulim bc ba qr)
815 vb (math-min-eval expr b))
816 (if (math-lessp-float va vb)
818 vu va va vb vb vu))
822 (while (and (not done) (math-lessp-float vc vb))
829 r (math-mul-float ba (math-sub-float vb vc))
830 q (math-mul-float bc (math-sub-float vb va))
844 (setq a b va vb
845 b u vb v
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.cpp981 const ValueStringPair* vb = static_cast<const ValueStringPair*>(b); local
982 return codePointCompare(va->second, vb->second);
1297 int compare_key_key(key va, key vb) argument
1300 ASSERT(!vb.isUndefined());
1309 m_cachedCall->setArgument(1, vb);
1314 arguments.append(vb);
/macosx-10.9.5/swig-10/Lib/python/
H A Dpycontainer.swg240 typename Sequence::const_iterator vb = self->begin();
242 std::advance(vb,ii);
244 return new Sequence(vb, ve);
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DSeqGrabber.c2494 VideoBottles vb; local
2497 vb.procCount = 9;
2498 err = SGGetVideoBottlenecks(sgchanVideo, &vb);
2506 vb.grabCompleteProc = NewSGGrabCompleteBottleUPP( MyGrabFrameComplete );
2508 vb.grabCompleteProc = NewSGGrabCompleteBottleProc( MyGrabFrameComplete );
2510 err = SGSetVideoBottlenecks( sgchanVideo, &vb );
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantIntegers.c581 giantDigit vb; local
592 va = a->n[j]; vb = b->n[j];
593 if (va > vb) return(sgn);
594 if (va < vb) return(-sgn);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantIntegers.c581 giantDigit vb; local
592 va = a->n[j]; vb = b->n[j];
593 if (va > vb) return(sgn);
594 if (va < vb) return(-sgn);
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src145 # -vb Use visible bell (:vb:) rather than :bl:.
698 :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
1164 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
1309 :vb=^G:
1674 vt100-vb|dec vt100 (w/advanced video) & no beep:\
1675 :bl@:vb=\E[?5h\E[?5l:tc=vt100:
1810 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:
1833 :ue=\23324m:up=\233A:us=\2334m:vb=\233?5h\233?5l:
1983 :vb
[all...]
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubycontainer.swg108 typename Sequence::const_iterator vb = self->begin();
110 std::advance(vb,ii);
112 return new Sequence(vb, ve);
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_msfees.c353 static int offcompare P((const void *va, const void *vb));
1227 const void *vb
1231 const l_fp *b = (const l_fp *)vb;

Completed in 256 milliseconds

123