Home
last modified time | relevance | path

Searched refs:eqs (Results 1 – 7 of 7) sorted by relevance

/external/libpng/contrib/gregbook/
Dmakevms.com19 $ if zpath .eqs. ""
25 $ if pngpath .eqs. ""
38 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
42 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
51 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
/external/zlib/src/
Dmake_vms.com72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
315 $ if cparm .eqs. "DEBUG"
328 $ if cparm .eqs. "LINK" then linkonly = true
347 $ if cc_com .eqs. "DECC" then its_decc = true
[all …]
/external/libpng/scripts/
Dmakevms.com10 $ if p1 .eqs. "CONTRIB"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
44 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
53 $ if make.eqs.""
97 $ if f$search("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
/external/libpng/contrib/pngminus/
Dmakevms.com13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
26 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
/external/libxml2/vms/
Dbuild_libxml.com36 $ if p1.eqs."DEBUG" .or. p2.eqs."DEBUG"
/external/zlib/src/contrib/minizip/
Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp1184 const BlendEq eqs[] = in getRandomBlendEq() local
1193 …return de::getSizedArrayElement<DE_LENGTH_OF_ARRAY(eqs)>(eqs, rng.getUint32() % DE_LENGTH_OF_ARRAY… in getRandomBlendEq()