Home
last modified time | relevance | path

Searched refs:calc (Results 1 – 19 of 19) sorted by relevance

/trueos/crypto/openssl/crypto/perlasm/
HDreadme50 int calc(int len, int *data)
75 &function_begin("calc");
95 &function_end("calc");
/trueos/contrib/byacc/
HDCHANGES49 …est/btyacc/btyacc_calc1.tab.c, test/btyacc/btyacc_demo.tab.c, test/btyacc/calc.tab.c, test/btyacc/…
227 …2.tab.c, test/btyacc/error.tab.c, test/btyacc/rename_debug.c, test/btyacc/calc.tab.c, test/btyacc/…
256 …ab.c, test/yacc/quote_calc3.tab.c, test/yacc/quote_calc4.tab.c, test/yacc/calc.tab.c, test/yacc/ca…
274calc.tab.c, test/yacc/calc1.tab.c, test/yacc/calc2.tab.c, test/yacc/calc3.tab.c, test/yacc/code_ca…
313calc.tab.c, test/btyacc/calc1.tab.c, test/btyacc/calc2.tab.c, test/btyacc/calc3.tab.c, test/btyacc…
392 …* test/yacc/calc.tab.c, test/yacc/calc1.tab.c, test/yacc/calc2.tab.c, test/yacc/calc3.tab.c, test/…
397 …, test/yacc/quote_calc4.tab.c, test/yacc/varsyntax_calc1.tab.c, test/yacc/calc.tab.c, test/yacc/ca…
400 …est/btyacc/btyacc_calc1.tab.c, test/btyacc/btyacc_demo.tab.c, test/btyacc/calc.tab.c, test/btyacc/…
403 …, test/yacc/quote_calc4.tab.c, test/yacc/varsyntax_calc1.tab.c, test/yacc/calc.tab.c, test/yacc/ca…
409 …est/btyacc/btyacc_calc1.tab.c, test/btyacc/btyacc_demo.tab.c, test/btyacc/calc.tab.c, test/btyacc/…
[all …]
HDMANIFEST80 test/btyacc/calc.error reference output for testing
81 test/btyacc/calc.output reference output for testing
82 test/btyacc/calc.tab.c reference output for testing
83 test/btyacc/calc.tab.h reference output for testing
362 test/calc.y example from VMS freeware version of byacc
426 test/yacc/calc.error reference output for testing
427 test/yacc/calc.output reference output for testing
428 test/yacc/calc.tab.c reference output for testing
429 test/yacc/calc.tab.h reference output for testing
/trueos/usr.bin/yacc/tests/
HDMakefile26 FILEStest+= calc.y
89 FILEStest_yacc+= calc.error
90 FILEStest_yacc+= calc.output
91 FILEStest_yacc+= calc.tab.c
92 FILEStest_yacc+= calc.tab.h
/trueos/sys/netinet/
HDsctp_indata.c69 uint32_t calc = 0; in sctp_calc_rwnd() local
78 return (calc); in sctp_calc_rwnd()
84 calc = max(SCTP_SB_LIMIT_RCV(stcb->sctp_socket), SCTP_MINIMAL_RWND); in sctp_calc_rwnd()
85 return (calc); in sctp_calc_rwnd()
88 calc = (uint32_t) sctp_sbspace(&stcb->asoc, &stcb->sctp_socket->so_rcv); in sctp_calc_rwnd()
94 calc = sctp_sbspace_sub(calc, (uint32_t) (asoc->size_on_reasm_queue + in sctp_calc_rwnd()
96 calc = sctp_sbspace_sub(calc, (uint32_t) (asoc->size_on_all_streams + in sctp_calc_rwnd()
99 if (calc == 0) { in sctp_calc_rwnd()
101 return (calc); in sctp_calc_rwnd()
104 calc = sctp_sbspace_sub(calc, stcb->asoc.my_rwnd_control_len); in sctp_calc_rwnd()
[all …]
/trueos/contrib/gdb/
HDsrc-release163 # dejagnu/example/calc, but 'make distclean' does not clean in
168 rm -f dejagnu/example/calc/config.status
169 rm -f dejagnu/example/calc/config.log
/trueos/sys/netipsec/
HDxform_ah.c727 unsigned char calc[AH_ALEN_MAX]; in ah_input_cb() local
790 m_copydata(m, skip + rplen, authsize, calc); in ah_input_cb()
800 if (bcmp(ptr + skip + rplen, calc, authsize)) { in ah_input_cb()
/trueos/contrib/dtc/Documentation/
HDdtc-paper.tex9 \usepackage{calc}
/trueos/contrib/file/magic/Magdir/
HDarchive622 >>>62 string calc Calc
/trueos/contrib/ntp/
HDCommitLog-4.1.0960 * ntpd/ntp_proto.c (transmit): hpoll calc logic cleanup.
1150 (clock_select): New sdisp calc.
1151 (root_distance): New return value calc.
1392 (refclock_sample): Fix the jitter calc.
/trueos/gnu/usr.bin/grep/
HDChangeLog1803 (reset): Initialize new vars. Check for overflow in buffer size calc.
/trueos/contrib/binutils/bfd/
HDChangeLog-94951054 calc correct.
2171 (coff_write_object_contents): Remove end_of_image calc.
HDChangeLog-96972278 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc): Fix overflow calc.
HDChangeLog-02037102 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
/trueos/contrib/binutils/
HDChangeLog2718 dejagnu/example/calc/config.status,
2719 dejagnu/example/calc/config.log.
/trueos/contrib/unbound/doc/
HDChangelog4961 - if type is not known, size calc will skip DNAME decompression.
/trueos/share/dict/
HDweb2a9250 calc-aphanite
9274 calc-sinter
9275 calc-spar
9276 calc-tufa
/trueos/contrib/gcc/
HDChangeLog-19982146 * sparc.c (sparc_flat_compute_frame_size): Correctly calc args_size
6773 (ultra_cmove_results_ready_p): Fixup entry modulo calc. and
/trueos/contrib/binutils/gas/
HDChangeLog-929512878 calc the base of relocs correctly.