Searched refs:vs (Results 101 - 125 of 144) sorted by relevance

123456

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DHashing.h234 uint64_t vs = b + rotate(a, 31) + c; local
244 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
245 return shift_mix((seed ^ (r * k0)) + vs) * k2;
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex553 \key{symbolic (vs.\ numeric) mode}{m s}
554 \key{fractions (vs.\ float) mode}{m f}
641 \key{set log vs.\ linear {\it x, y} axis}{g l\, g L}
H A Dtermcap.src699 :ve=\E[?25h\E[?0c:vi=\E[?25l\E[?1c:vs=\E[?25h\E[?8c:\
811 :vs=\E[=0;12C:
1034 :ve=\E[9/y\E[12/y\E[=6l:vs=\E[10/y\E[=1h\E[=2l\E[=6h:
1110 :vs=\Ey2:
1141 :ve@:vi@:vs@:tc=qnx4:
1165 :vs=\E[?12;25h:
1388 :ta=^I:up=\E[A:ve=\E[=0C:vs=\E[=1C:
1983 :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
2025 :ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
2981 :vs
[all...]
/macosx-10.10.1/CPANInternal-159.1/Test-NoWarnings-1.04/lib/Test/
H A DNoWarnings.pm190 =head2 use vs require
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509_vfy.h413 int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dx509_vfy.h413 int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
/macosx-10.10.1/ruby-106/ruby/enc/unicode/
H A Dname2ctype.h.blt26233 char uniname2ctype_pool_str497[sizeof("vs")];
26875 "vs",
H A Dname2ctype.h26233 char uniname2ctype_pool_str497[sizeof("vs")];
26875 "vs",
/macosx-10.10.1/apache-793/httpd/test/
H A Dmake_sni.sh363 SSL server IP/port overlap: ape.*:443 (httpd-sni.conf:24) vs. jane.*:443 (httpd-sni.conf:42)
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A DNTMakefile483 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libkrb5-exports.def.in
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim200 elseif s:line1 =~ '^\(diff\>\|Only in \|\d\+\(,\d\+\)\=[cda]\d\+\>\|# It was generated by makepatch \|Index:\s\+\f\+\r\=$\|===== \f\+ \d\+\.\d\+ vs edited\|==== //\f\+#\d\+\)'
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgnuplot.vim87 " needs code to: using title vs autoscale t
H A Dmush.vim185 syntax keyword mushAttribute vo vp vq vr vs vt vu vv vw vx vy vz
H A Dvim.vim22 syn keyword vimCommand contained arga[dd] argl[ocal] ba[ll] bm[odified] brea[k] bro[wse] bw[ipeout] cal[l] cd cgetb[uffer] chd[ir] clo[se] cnf[ile] comp[iler] cpf[ile] cw[indow] delm[arks] diffsplit dj[ump] earlier el[se] endf[unction] ex filetype fir[st] folddoc[losed] fu[nction] ha[rdcopy] if is[earch] ju[mps] kee[pmarks] lan[guage] lc[d] lefta[bove] lgetb[uffer] lgrepa[dd] lli[st] lne[xt] lo[adview] lop[en] ls luafile mak[e] menut[ranslate] mkvie[w] mzf[ile] nbs[tart] nmapc[lear] omapc[lear] pc[lose] po[p] pre[serve] profd[el] ps[earch] ptl[ast] ptr[ewind] pyf[ile] quita[ll] red[o] res[ize] ri[ght] rubyf[ile] sal[l] sba[ll] sbn[ext] sb[uffer] setf[iletype] sfir[st] sim[alt] sm[ap] sN[ext] snoremenu spe[llgood] spellw[rong] sta[g] stj[ump] sun[hide] sv[iew] tabc[lose] tabfir[st] tabn[ext] tabr[ewind] tc[l] tf[irst] tm to[pleft] ts[elect] u[ndo] unlo[ckvar] ve[rsion] vimgrepa[dd] vs[plit] windo wN[ext] w[rite] X xme xnoreme y[ank]
133 " ======= : Trade-off: Increasing synclines with slower editing vs augroup END error checking.
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsimple.el3510 (let ((vs (window-vscroll nil t)))
3511 (when (> vs (frame-char-height))
3512 (set-window-vscroll nil (- vs (frame-char-height)) t)))
3519 ppos py vs)
3542 ((> (setq vs (window-vscroll nil t)) 0)
3544 (set-window-vscroll nil (+ vs (min rbot (frame-char-height))) t)))
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c2497 uint16 hs, vs;
2498 TIFFGetFieldDefaulted(img->tif, TIFFTAG_YCBCRSUBSAMPLING, &hs, &vs);
2499 switch ((hs<<4)|vs) {
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A DNTMakefile575 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libgssapi-exports.def
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dfloor.rb1635 TkScrollbar.new(base_frame, 'command'=>proc{|*args| c.yview(*args)}){|vs|
1636 c.yscrollcommand(proc{|first,last| vs.set first,last})
H A Dfloor2.rb1635 TkScrollbar.new(base_frame, 'command'=>proc{|*args| c.yview(*args)}){|vs|
1636 c.yscrollcommand(proc{|first,last| vs.set first,last})
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dfloor.rb1633 TkScrollbar.new(base_frame, 'command'=>proc{|*args| c.yview(*args)}){|vs|
1634 c.yscrollcommand(proc{|first,last| vs.set first,last})
H A Dfloor2.rb1633 TkScrollbar.new(base_frame, 'command'=>proc{|*args| c.yview(*args)}){|vs|
1634 c.yscrollcommand(proc{|first,last| vs.set first,last})
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dgetscript.vim49 " wget vs curl {{{2
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h2488 const Elf_Versym *vs = getEntry<Elf_Versym>(dot_gnu_version_sec, entry_index); local
2489 size_t version_index = vs->vs_index & ELF::VERSYM_VERSION;
2518 IsDefault = !(vs->vs_index & ELF::VERSYM_HIDDEN);
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm971 =item When do I use SKIP vs. TODO?
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit

Completed in 503 milliseconds

123456