Searched defs:SIGN (Results 1 – 11 of 11) sorted by relevance
2 #define SIGN (1 << 31) macro
6 SIGN ?= macro1114 SIGN="$(CODESIGN_CERT)" PKGDIR="$(MACOSOUTDIR)/dist/x64/node/usr/local" sh \ macro1122 SIGN="$(CODESIGN_CERT)" PKGDIR="$(MACOSOUTDIR)/dist/node/usr/local" sh \ macro1148 SIGN="$(PRODUCTSIGN_CERT)" PKG="$(PKG)" sh tools/osx-productsign.sh macro1287 SIGN="$(CODESIGN_CERT)" PKGDIR="$(BINARYNAME)" sh tools/osx-codesign.sh macro
275 SIGN = 6 variable in AlgorithmCategory
629 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro
129 #define SIGN(a) ((a) < 0 ? -1 : 1) macro
1819 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
1911 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
176 #define SIGN 0x80000000U macro
2142 #define SIGN(a,b) ((a) < (b) ? -1 : (a) > (b) ? 1 : 0) macro