Searched refs:sign (Results 376 - 400 of 626) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/vim-55/src/proto/
H A Dgui_x11.pro66 void gui_mch_destroy_sign __ARGS((void *sign));
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_utils.c301 char sign = c; local
323 if (sign == '-') offset *= -60;
/macosx-10.10.1/xnu-2782.1.97/osfmk/conf/
H A DMakefile.template83 $(foreach file,$(OBJS_NO_SIGN_COMPARE),$(eval $(call add_perfile_cflags,$(file),-Wno-sign-compare)))
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_ca.in70 ${hxtool} crl-sign \
81 ${hxtool} crl-sign \
93 ${hxtool} crl-sign \
294 echo "sign CMS signature (generate key)"
H A Dtest_cms.in404 ${hxtool} cms-sign \
419 ${hxtool} cms-sign \
428 ${hxtool} cms-sign \
437 ${hxtool} cms-sign \
447 ${hxtool} cms-sign \
/macosx-10.10.1/apr-32/apr-util/apr-util/crypto/
H A Dcrypt_blowfish.c548 BF_word safety, sign, diff, tmp[2]; local
551 * There was a sign extension bug in older revisions of this function. While
576 * (0 means no bug, 1 means sign extension bug emulation) and a flag in the
587 sign = diff = 0;
599 * chars 2, 3, 4 in each four-char block, we set bit 7 of "sign" if sign
603 sign |= tmp[1] & 0x80;
617 * exactly the same result. If so and if "sign" is non-zero, which indicates
618 * that there was a non-benign sign extension, this means that we have a
627 sign <<
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dvi_mode.c152 _rl_vi_set_last (key, repeat, sign)
153 int key, repeat, sign;
157 _rl_vi_last_arg_sign = sign;
163 rl_vi_start_inserting (key, repeat, sign)
164 int key, repeat, sign;
166 _rl_vi_set_last (key, repeat, sign);
1021 Don't recognize minus sign?
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_core.c642 int32_t val, sign = 1; local
658 if (*p == '-') sign = -1;
686 if (tval != NULL) *tval = start + (sign * val);
918 int32_t tzh, tzs, sign = -1; local
1024 if (*p == '-') sign = 1;
1045 t.tm_sec += (sign * (tzh * SECONDS_PER_HOUR) + (tzs * SECONDS_PER_MINUTE));
/macosx-10.10.1/vim-55/src/
H A Dintegration.c192 char *sign; local
196 sign = strtok(NULL, NOCATGETS("\001"));
201 if (sign) {
202 sign++;
204 /* Change sign name to accommodate a different size? */
205 adjust_sign_name(sign);
206 workshop_add_mark_type(idx, color, sign);
585 /* Change sign name to accommodate a different size:
623 add a footer/message area or a sign gutter. */
H A Dgui_x11.c3401 XImage *sign; local
3403 if (gui.in_use && (sign = (XImage *)sign_get_image(typenr)) != NULL)
3405 XClearArea(gui.dpy, gui.wid, TEXT_X(col), TEXT_Y(row) - sign->height,
3407 XPutImage(gui.dpy, gui.wid, gui.text_gc, sign, 0, 0,
3408 TEXT_X(col) + (SIGN_WIDTH - sign->width) / 2,
3409 TEXT_Y(row) - sign->height,
3410 sign->width, sign->height);
3419 XImage *sign = NULL; local
3441 &sign, NUL
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dsrconv.c523 rl.sign = 0;
649 dbt.sign = BTYPE_UNSPEC;
655 dbt.sign = BTYPE_UNSPEC;
663 dbt.sign = SIGN_SIGNED;
684 dbt.sign = SIGN_UNSIGNED;
692 dbt.sign = SIGN_UNSIGNED;
746 dbt.sign = SIGN_UNSPEC;
772 dbt.sign = SIGN_UNSPEC;
827 dbt.sign = SIGN_UNSPEC;
854 dbt.sign
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclObj.c196 (objPtr)->internalRep.ptrAndLongRep.value = ( ((bignum).sign << 30) \
205 (bignum).sign = (objPtr)->internalRep.ptrAndLongRep.value >> 30; \
2788 if (big.sign) {
3095 if (big.sign) {
3526 if (value > (((~(unsigned long)0) >> 1) + bignumValue->sign)) {
3529 if (bignumValue->sign) {
3551 if (value > (((~(Tcl_WideUInt)0) >> 1) + bignumValue->sign)) {
3554 if (bignumValue->sign) {
3586 bignumValue->sign = MP_NEG;
/macosx-10.10.1/ruby-106/ruby/
H A Dstrftime.c181 int sign; local
459 sign = -1;
461 sign = +1;
499 precision + 1, sign * (off / 3600));
501 if (sign < 0 && off < 3600) {
/macosx-10.10.1/sudo-73/src/
H A Dgetdate.c849 int sign;
857 sign = c == '-' ? -1 : 1;
859 /* skip the '-' sign */
863 sign = 0;
867 if (sign < 0)
869 return sign ? tSNUMBER : tUNUMBER;
848 int sign; local
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.h180 int used, alloc, sign; member in struct:__anon566
190 #define SIGN(m) ((m)->sign)
224 #define mp_isneg(a) (((a)->sign) ? MP_YES : MP_NO)
/macosx-10.10.1/OpenSSL098-52/src/crypto/ec/
H A Dec_mult.c198 int sign = 1; local
226 sign = -1;
295 r[j++] = sign * digit;
/macosx-10.10.1/gpatch-3/patch/
H A Dpartime.c504 char sign; local
581 sign = *s++;
599 *zone = z + (sign == '-' ? -offset : offset);
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dchared.c335 int sign = 1; local
346 sign = -1; /* Handle $- */
351 *num = (sign < 0 ? dval - i : i);
/macosx-10.10.1/system_cmds-643.1.1/sysctl.tproj/
H A Dsysctl.c735 int i, hexlen, sign, ctltype; local
819 sign = ctl_sign[ctltype];
868 else if (!sign)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dfilter.c610 char *sign; local
624 sign = "=";
628 sign = ">=";
632 sign = "<=";
636 sign = "~=";
662 f->f_av_desc->ad_cname.bv_val, sign,
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfvprintf.c107 int dot, width, precis, sign, decpt; local
1182 &decpt, &sign, &n_s, v);
1188 &decpt, &sign, &n_s, v);
1200 &decpt, &sign, &n_s, v);
1202 sp = endsp = buf+1; /* reserve space for sign */
1217 &decpt, &sign, &n_s, v);
1246 sp = endsp = buf+1; /* reserve space for sign */
1276 /* the e/Exponent separator and sign */
1295 endsp = sp = buf+1; /* save a space for sign */
1333 if(sign)
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c82 { int sgn = x->sign;
225 if(a->sign == 0) return(1);
336 while((g->n[g->sign-1] == 0) && (g->sign > 0)) --g->sign;
344 y->coe[j]->sign = words;
353 g->sign = words*(1 + deg);
355 coedigs = (x->coe[j])->sign;
H A Dschoofs.c66 { int sgn = x->sign;
217 if(a->sign == 0) return(1);
328 while((g->n[g->sign-1] == 0) && (g->sign > 0)) --g->sign;
336 y->coe[j]->sign = words;
345 g->sign = words*(1 + deg);
347 coedigs = (x->coe[j])->sign;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c82 { int sgn = x->sign;
225 if(a->sign == 0) return(1);
336 while((g->n[g->sign-1] == 0) && (g->sign > 0)) --g->sign;
344 y->coe[j]->sign = words;
353 g->sign = words*(1 + deg);
355 coedigs = (x->coe[j])->sign;
H A Dschoofs.c66 { int sgn = x->sign;
217 if(a->sign == 0) return(1);
328 while((g->n[g->sign-1] == 0) && (g->sign > 0)) --g->sign;
336 y->coe[j]->sign = words;
345 g->sign = words*(1 + deg);
347 coedigs = (x->coe[j])->sign;

Completed in 394 milliseconds

<<11121314151617181920>>