Searched refs:calc (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dmd2.c67 calc(struct md2 *m, const void *v) function
104 calc(m, m->data);
109 calc(m, p);
H A Dsha256.c93 calc (SHA256_CTX *m, uint32_t *in) function
191 calc(m, current);
193 calc(m, (uint32_t*)m->save);
H A Dmd4.c68 calc (struct md4 *m, uint32_t *data) function
199 calc(m, current);
201 calc(m, (uint32_t*)m->save);
H A Dsha.c82 calc (struct sha *m, uint32_t *in) function
249 calc(m, SHA1current);
251 calc(m, (uint32_t*)m->save);
H A Dsha512.c117 calc (SHA512_CTX *m, uint64_t *in) function
213 calc(m, current);
215 calc(m, (uint64_t*)m->save);
H A Dmd5.c70 calc (struct md5 *m, uint32_t *data) function
223 calc(m, swapped);
225 calc(m, (uint32_t*)m->save);
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/
H A DCalc.yp80 my($calc)=new Calc;
81 $calc->Run;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dbench-compare.tcl8 write [calc [input 0]] [calc [input 1]]
26 proc calc {data} { procedure
/macosx-10.10/emacs-93/emacs/man/
H A Dmakefile.w32-in40 $(infodir)/autotype $(infodir)/calc $(infodir)/idlwave \
46 DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
277 $(infodir)/calc: calc.texi
278 $(MAKEINFO) calc.texi
280 calc.dvi: calc.texi
281 $(ENVADD) $(TEXI2DVI) $(srcdir)/calc.texi
366 $(infodir)/autotype* $(infodir)/calc* \
H A DMakefile.in41 ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
46 DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
272 ../info/calc: calc.texi
273 cd $(srcdir); $(MAKEINFO) calc.texi
275 calc.dvi: calc.texi
276 $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi
/macosx-10.10/uucp-11/uucp/unix/
H A Dstatsb.c404 int calc;
426 calc = 0;
508 if (cgot >= calc)
510 calc += 10;
511 pai = (pid_t *) xrealloc ((pointer) pai, calc * sizeof (pid_t));
514 calc * sizeof (nid_t));
399 int calc; local
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGoToLineDialog.css30 width: calc(100% - 40px);
H A DCSSStyleDeclarationTextEditor.css130 background-size: calc(50% + 1px);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDate.pm148 sub calc { subroutine
324 The C<calc()> method can be used to create an interface to the C<Date::Calc>
327 [% calc = date.calc %]
328 [% calc.Monday_of_Week(22, 2001).join('/') %]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPrimitiveValue.cpp188 switch (m_value.calc->category()) {
421 m_value.calc = c.leakRef();
466 m_value.calc->deref();
581 // The multiplier and factor is applied to each value in the calc expression individually
582 return m_value.calc->computeLengthPx(conversionData);
743 return m_primitiveUnitType != CSS_CALC ? m_value.num : m_value.calc->doubleValue();
1128 return m_value.calc->cssText();
1201 result = CSSPrimitiveValue::create(m_value.calc);
1330 return m_value.calc && other.m_value.calc
[all...]
H A DCSSPrimitiveValue.h318 CSSCalcValue* cssCalcValue() const { return m_primitiveUnitType != CSS_CALC ? 0 : m_value.calc; }
399 CSSCalcValue* calc; member in union:WebCore::CSSPrimitiveValue::__anon5618
/macosx-10.10/uucp-11/uucp/
H A Dchat.c1177 size_t calc, clen;
1188 calc = 0;
1200 if (clen + 2 > calc)
1204 calc = clen + 50;
1205 znew = zbufalc (calc);
1354 if (clen + cprefix + 1 > calc)
1358 calc = clen + cprefix + 20;
1359 znew = zbufalc (calc);
1422 if (clen + cadd + 1 > calc)
1426 calc
1172 size_t calc, clen; local
[all...]
H A Dsend.c1266 size_t calc, clen;
1270 calc = 0;
1276 usadd_exec_line (&z, &calc, &clen, 'Q', "", "", TRUE);
1278 usadd_exec_line (&z, &calc, &clen, 'U', qtrans->s.zuser,
1280 usadd_exec_line (&z, &calc, &clen, 'F', qtrans->s.zto, "", fquote);
1281 usadd_exec_line (&z, &calc, &clen, 'I', qtrans->s.zto, "", fquote);
1283 usadd_exec_line (&z, &calc, &clen, 'N', "", "", fquote);
1285 usadd_exec_line (&z, &calc, &clen, 'Z', "", "", fquote);
1287 usadd_exec_line (&z, &calc, &clen, 'R', qtrans->s.znotify, "", fquote);
1289 usadd_exec_line (&z, &calc,
1259 size_t calc, clen; local
[all...]
H A Duucico.c2825 size_t calc;
2852 calc = 0;
2920 if (cgot >= calc)
2924 calc += CINCREMENT;
2925 znew = zbufalc (calc);
2975 size_t calc;
2992 calc = 0;
3052 if (cgot >= calc)
3056 calc += CINCREMENT;
3057 znew = zbufalc (calc);
2820 size_t calc; local
2970 size_t calc; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-trail.el0 ;;; calc-trail.el --- functions for manipulating the Calc "trail"
30 ;; This file is autoloaded from calc-ext.el.
32 (require 'calc-ext)
33 (require 'calc-macs)
37 (defun calc-trail-in ()
39 (let ((win (get-buffer-window (calc-trail-display t))))
42 (defun calc-trail-out ()
44 (calc-select-buffer)
49 (calc-align-stack-window))
50 (calc))))
[all...]
H A Dcalc.el0 ;;; calc.el --- the GNU Emacs calculator
32 ;; facilities. The more advanced features are based in calc-ext, which
45 ;; report-calc-bug to send them).
48 ;; of the prefixes "math", "Math", or "calc", with the exceptions of
49 ;; "full-calc", "full-calc-keypad", "another-calc", "quick-calc",
50 ;; "report-calc-bug", and "defmath". User-accessible variables begin
61 ;; Consider reimplementing calc
209 (defgroup calc nil function
1282 (defun calc (&optional arg full-display interactive) function
[all...]
H A Dcalc-yank.el0 ;;; calc-yank.el --- kill-ring functionality for Calc
30 ;; This file is autoloaded from calc-ext.el.
32 (require 'calc-ext)
33 (require 'calc-macs)
37 (defun calc-kill (nn &optional no-delete)
39 (if (eq major-mode 'calc-mode)
40 (calc-wrapper
41 (calc-force-refresh)
42 (calc-set-command-flag 'no-align)
43 (let ((num (max (calc
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/bin/
H A DSOAPsh.pl49 perl SOAPsh.pl http://soap.4s4c.com/ssss4c/soap.asp http://simon.fell.com/calc doubler([10,20,30])
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsApple.css298 max-width: calc(100% - 48px); /* right + 10px */
299 max-height: calc(100% - 39px); /* bottom + 10px */
697 right: calc(50% - 183px); /* 183px is 221px (half the media controller's width) minus 38px (the right position of the captions icon). */
698 max-width: calc(50% + 173px); /* right + 10px */
699 max-height: calc(100% - 124px); /* bottom + 10px */
H A DmediaControlsiOS.css191 left: calc(50% - 36px);
192 top: calc(50% - 36px);

Completed in 570 milliseconds

12