Searched refs:sign (Results 251 - 275 of 626) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCodeSigner.cpp121 SecCodeSigner::required(signerRef)->sign(SecStaticCode::required(codeRef), flags);
H A Dsigner.h52 void sign(SecCSFlags flags);
66 void signMachO(Universal *fat, const Requirement::Context &context); // sign a Mach-O binary
67 void signArchitectureAgnostic(const Requirement::Context &context); // sign anything else
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDecimalNumber.h90 bool sign() const { return m_sign; } function in class:WTF::DecimalNumber
/macosx-10.10.1/WTF-7600.1.24/wtf/dtoa/
H A Ddouble-conversion.h194 // (one additional character for the sign, and one for the decimal point).
224 // kMaxExponentialDigits + 8 characters (the sign, the digit before the
226 // exponent's sign, and at most 3 exponent digits).
263 // kMaxPrecisionDigits + 7 characters (the sign, the decimal point, the
264 // exponent character, the exponent's sign, and at most 3 exponent digits).
326 bool* sign,
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpgg-gpg.el208 (defun pgg-gpg-encrypt-region (start end recipients &optional sign passphrase)
211 If optional argument SIGN is non-nil, do a combined sign and encrypt.
217 (when (and sign (not (pgg-gpg-use-agent-p)))
226 (if sign (list "--sign" "--local-user" pgg-gpg-user-id))
235 (when sign
237 ;; Possibly cache passphrase under, e.g. "jas", for future sign.
310 (defun pgg-gpg-sign-region (start end &optional cleartext passphrase)
320 (append (list (if cleartext "--clearsign" "--detach-sign")
328 ;; Possibly cache passphrase under, e.g. "jas", for future sign
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dgoodies.c411 { int sign,any;unsigned i;char*chp;double acc,fracc; local
412 fracc=1;acc=any=sign=0;
413 switch(*(chp=skpspace(str))) /* the sign */
414 { case '-':sign=1;
426 return sign?-acc:acc;
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_ns_spki.rb23 spki.sign(key1, OpenSSL::Digest::SHA1.new)
H A Dtest_ocsp.rb40 request.sign(@cert, @key, [@cert])
/macosx-10.10.1/shell_cmds-179/jot/
H A Djot.c390 int dot, hash, space, sign, numbers = 0; local
421 dot = hash = space = sign = numbers = 0;
426 } else if ((*p == '#' && !(numbers|dot|sign|space|
429 ((*p == '+' || *p == '-') && !(numbers|dot|sign++))
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DW3CDTF.pm106 my $sign = $offset < 0 ? '-' : '+';
116 sprintf( '%s%02d:%02d:%02d', $sign, $hours, $mins, $secs ) :
117 sprintf( '%s%02d:%02d', $sign, $hours, $mins )
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DW3CDTF.pm101 my $sign = $offset < 0 ? '-' : '+';
112 ? sprintf( '%s%02d:%02d:%02d', $sign, $hours, $mins, $secs )
113 : sprintf( '%s%02d:%02d', $sign, $hours, $mins )
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/lib/DateTime/Format/
H A DW3CDTF.pm118 my $sign = $offset < 0 ? '-' : '+';
129 ? sprintf( '%s%02d:%02d:%02d', $sign, $hours, $mins, $secs )
130 : sprintf( '%s%02d:%02d', $sign, $hours, $mins )
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/TypeConversion/
H A D9.5-2.js36 3 compute (sign (result(1)) * floor(abs(result 1)))
75 var sign = ( n < 0 ) ? -1 : 1;
81 n = (sign * Math.floor( Math.abs(n) )) % Math.pow(2,32);
82 if ( sign == -1 ) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmtrace.c84 { int sign = ((long)v < 0); local
85 if(sign)
91 if(sign)
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtclock.c44 #define sign(_x) (_x<0?-1:1) macro
78 sx = sign(dx);
79 sy = sign(dy);
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dsecurity.rb57 # Keep your private key hidden; if it's compromised, someone can sign packages
63 # In RubyGems 2 and newer there is no extra work to sign a gem. RubyGems will
65 # them to sign newly packaged gems.
173 # -C, --certificate CERT Signing certificate for --sign
174 # -K, --private-key KEY Key for --sign or --build
175 # -s, --sign CERT Signs CERT with the key from -K
182 # <code>--sign</code> option?
236 # The <code>--sign</code> option allows all this to happen. A developer
244 # # sign a certificate with the specified key and certificate
247 # --sign client_cer
520 def self.sign certificate, signing_key, signing_cert, singleton method in class:Gem
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c167 bignew_1(VALUE klass, long len, int sign) argument
170 RBIGNUM_SET_SIGN(big, sign?1:0);
183 #define bignew(len,sign) bignew_1(rb_cBignum,(len),(sign))
186 rb_big_new(long len, int sign) argument
188 return bignew(len, sign != 0);
363 * is the sign bit: 1 means negative and 0 means zero or positive.
366 * higier words (including a sign bit) are ignored.
409 /* See rb_big_pack comment for endianness and sign of buf. */
484 rb_quad_unpack(const char *buf, int sign) argument
561 rb_quad_unpack(const char *buf, int sign) argument
583 char sign = 1, nondigit = 0; local
1997 bigadd(VALUE x, VALUE y, int sign) argument
3234 char sign; local
3284 char sign; local
3338 char sign; local
3380 char sign; local
3434 char sign; local
3476 char sign; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dder_date.c273 extern char *__dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve);
278 int sign; local
280 char *str = __dtoa(at, 0, 0, &dotoff, &sign, &end);
336 int sign; local
338 char *str = __dtoa(at, 0, 0, &dotoff, &sign, &end);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dder_date.c273 extern char *__dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve);
278 int sign; local
280 char *str = __dtoa(at, 0, 0, &dotoff, &sign, &end);
336 int sign; local
338 char *str = __dtoa(at, 0, 0, &dotoff, &sign, &end);
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c325 char sign; /* sign prefix (' ', '+', '-', or \0) */ local
336 * A: 'sign' holds this value if present; '\0' otherwise
367 int realsz; /* field size expanded by dprec, sign, etc */
514 sign = '\0';
528 if (!sign)
529 sign = ' ';
555 sign = '+';
656 sign = '\0';
671 sign
[all...]
H A Dvfwprintf.c401 wchar_t sign; /* sign prefix (' ', '+', '-', or \0) */ local
411 * A: 'sign' holds this value if present; '\0' otherwise
441 int realsz; /* field size expanded by dprec, sign, etc */
583 sign = '\0';
597 if (!sign)
598 sign = ' ';
624 sign = '+';
713 sign = '\0';
728 sign
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbignum.tcl85 # The bignum representation is [list bignum <sign> <atom0> ... <atomN>]
89 # The sign is 0 if the number is positive, 1 for negative numbers.
106 # Get the bignum sign
107 proc ::math::bignum::sign bignum {
137 # Set the bignum sign
138 proc ::math::bignum::setsign {bignumvar sign} {
140 lset bignum 1 $sign
168 # Compare by absolute value. Called by ::math::bignum::cmp after the sign check.
198 proc ::math::bignum::cmp {a b} { ; # same sign case
201 if {[::math::bignum::sign
[all...]
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-dtoa.c78 (d0, mode, ndigits, decpt, sign, rve)
79 double d0; int mode, ndigits, *decpt, *sign; char **rve;
81 (double d0, int mode, int ndigits, int *decpt, int *sign, char **rve)
84 /* Arguments ndigits, decpt, sign are similar to those
155 /* set sign for everything, including 0's and NaNs */
156 *sign = 1;
157 word0(&d) &= ~Sign_bit; /* clear sign bit */
160 *sign = 0;
192 if (*sign)
623 j1 = delta->sign
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-ia64-opc.c189 BFD_HOST_64_BIT val = 0, sign; local
198 /* sign extend: */
199 sign = (BFD_HOST_64_BIT) 1 << (total - 1);
200 val = (val ^ sign) - sign;
385 BFD_HOST_U_64_BIT sign = 0; local
389 sign = 0x4;
400 *code |= (sign | value) << self->field[0].shift;
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dtic30-dis.c275 unsigned long exp, sign, mant; local
299 sign = (tmsfloat & 0x00800000) << 8;
306 if (sign == 0)
311 if (sign == 0)
319 if (sign)
328 sign = mant = exp = 0;
329 tmsfloat = sign | exp | mant;

Completed in 407 milliseconds

<<11121314151617181920>>