Searched refs:VS (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_integer_comb.rb4 VS = [
108 #VS.map! {|v| 0x4000000000000000.coerce(v)[0] }
133 VS.each {|a|
138 VS.each {|a|
139 VS.each {|b|
153 VS.each {|a|
154 VS.each {|b|
168 VS.each {|a|
169 VS.each {|b|
183 VS
[all...]
H A Dtest_float.rb404 VS = [
471 VS.each {|f|
487 VS.each {|f|
502 VS.each {|f|
517 VS.each {|f|
H A Dtest_sprintf_comb.rb5 VS = [
108 VS.reverse!
275 VS.each {|v|
/macosx-10.9.5/libarchive-29/libarchive/build/
H A Dbump-version.sh24 VS="$(($VN/1000000)).$(( ($VN/1000)%1000 )).$(( $VN%1000 ))$MARKER"
27 ANNOUNCE=`date +"%b %d, %Y:"`" libarchive $VS released"
H A Dautogen.sh36 VS="$(($VN/1000000)).$(( ($VN/1000)%1000 )).$(( $VN%1000 ))$MARKER"
45 perl -p -i -e "s/^(#define\tARCHIVE_VERSION_STRING).*/\$1 \"libarchive $VS\"/" libarchive/archive.h
47 perl -p -i -e 's/(m4_define\(\[LIBARCHIVE_VERSION_S\]),.*\)/$1,['"$VS"'])/' configure.ac
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregcustom.h41 #define FREE(p) ckfree(VS(p))
42 #define REALLOC(p,n) ckrealloc(VS(p),n)
H A Dregguts.h71 #ifndef VS
72 #define VS(x) ((void*)(x)) /* cast something to generic ptr */ macro
97 #define REALLOC(p, n) realloc(VS(p), n)
100 #define FREE(p) free(VS(p))
H A Dregc_locale.c1053 return memcmp(VS(x), VS(y), len*sizeof(chr));
H A Dregexec.c47 memcmp(VS(bv), VS((ss)->states), (nw)*sizeof(unsigned)) == 0))
281 memcpy(VS(pmatch), VS(v->pmatch), n*sizeof(regmatch_t));
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregcustom.h35 #define FREE(p) ckfree(VS(p))
36 #define REALLOC(p,n) ckrealloc(VS(p),n)
H A Dregguts.h75 #ifndef VS
76 #define VS(x) ((PVOID)(x)) /* cast something to generic ptr */ macro
101 #define REALLOC(p, n) realloc(VS(p), n)
104 #define FREE(p) free(VS(p))
H A Dregc_color.c186 memcpy(VS(newt->tcolor), VS(t->tcolor),
189 memcpy(VS(newt->tptr), VS(t->tptr),
249 memcpy(VS(new), VS(cm->cdspace), cm->ncds *
477 memcpy(VS(t->tptr), VS(fillt->tptr),
H A Dregc_locale.c967 return memcmp(VS(x), VS(y), len*sizeof(chr));
H A Dregexec.c47 memcmp(VS(bv), VS((ss)->states), (nw)*sizeof(unsigned)) == 0))
244 memcpy(VS(pmatch), VS(v->pmatch), n*sizeof(regmatch_t));
H A Dregcomp.c336 re->re_fns = VS(&functions);
339 re->re_guts = VS(MALLOC(sizeof(struct guts)));
457 memcpy(VS(p), VS(v->subs),
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dbldmanhelp.tcl56 {.HS .BS .BE .VS .VE} {
93 .HS* - .BS* - .BE* - .VS* - .VE* - .TH* {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html.awk16 $1 == ".VS" || $1 == ".VE" || $1 == ".AS" { next }
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h36 VS, // Overflow Unordered enumerator in enum:llvm::ARMCC::CondCodes
56 case VS: return VC;
57 case VC: return VS;
76 case ARMCC::VS: return "vs";
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dconvex.h46 #define VS 6 macro
502 {0,0,lr,VS,A,0}, /* mov */
503 {0,0,rxl,A,VS,0}, /* mov */
506 {0,7,lr,VS,S,0}, /* mov.w */
507 {0,7,rxl,S,VS,0}, /* mov.w */
577 {18,7,iml,VS,0,0}, /* ld.w */
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A Dman2html2.tcl358 VS {
H A Dman2help2.tcl423 VS {}
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dman2html2.tcl377 VS {
H A Dman2help2.tcl427 VS {}
/macosx-10.9.5/vim-53/src/
H A DMake_mvc.mak310 ### Set the default $(WINVER) to make it work with VC++7.0 (VS.NET)
978 # Batch compilation is supported by nmake 1.62 (part of VS 5.0) and later)
987 # Batch compilation is supported by nmake 1.62 (part of VS 5.0) and later)
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARM.h59 Overflow = ARMAssembler::VS,
1202 m_assembler.cmp(ARMRegisters::S0, ARMRegisters::S0, ARMAssembler::VS);

Completed in 170 milliseconds

12