Searched refs:archExpr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DMakefile28 archExpr = case "`$(UNAME) -p`" in \ macro
39 ARCH := $(shell $(archExpr) )
55 archExpr = case "`$(UNAME) -m`" in \ macro
66 ARCH := $(shell $(archExpr) )
/openjdk7/corba/make/common/shared/
H A DPlatform.gmk102 archExpr = case "$(processor)" in \
113 ARCH := $(shell $(archExpr))
156 archExpr = case "$(mach)" in \
176 ARCH := $(shell $(archExpr) )
267 archExpr = case "$(mach)" in \
287 ARCH := $(shell $(archExpr) )
/openjdk7/jdk/make/common/shared/
H A DPlatform.gmk106 archExpr = case "$(processor)" in \
117 ARCH := $(shell $(archExpr))
163 archExpr = case "$(mach)" in \
183 ARCH := $(shell $(archExpr) )
254 archExpr = case "$(mach)" in \
274 ARCH := $(shell $(archExpr) )
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs144 archExpr x32 x64 = if x32 /= x64 then retdiff else x32
151 ffitypeVal nt = archExpr (ffitype2js $ ffitype W32 nt)
155 popAddrVal nt = archExpr (popAddr W32 nt) (popAddr W64 nt)

Completed in 47 milliseconds