Home
last modified time | relevance | path

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

12345

/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dchk.sh77 printf "pkgsrc signature\n\nversion: 1\n" > ${dir}/calc
78 printf "pkgname: %s\n" ${name} >> ${dir}/calc
79 printf "algorithm: ${digest}\n" >> ${dir}/calc
80 printf "block size: ${blocksize}\n" >> ${dir}/calc
81 printf "file size: %s\n\n" ${size} >> ${dir}/calc
87 digest ${digest} < ${dir}/in >> ${dir}/calc
91 printf "end pkgsrc signature\n" >> ${dir}/calc
94 diff ${dir}/+PKG_HASH ${dir}/calc || die "Bad hashes generated"
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A DREADME25 be found in calc.y.
30 make calc
32 (or on a DOS system, "make calc.exe").
37 gcc calc.c calclex.c -lgmp -o calc
41 gcc calc.c calclex.c calcread.c -lgmp -lreadline -o calc
43 (again, on a DOS system "-o calc.exe").
45 Readline support can be enabled or disabled in calc-config.h. That file is
50 The supplied calc.c was generated by GNU bison, but a standard yacc should
H A DMakefile.in118 EXTRA_PROGRAMS = calc$(EXEEXT)
119 subdir = demos/calc
128 CONFIG_CLEAN_FILES = calc-config.h
130 am_calc_OBJECTS = calc.$(OBJEXT) calclex.$(OBJEXT) calcread.$(OBJEXT)
218 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/calc-config-h.in \
219 $(top_srcdir)/ylwrap README calc.c calc.h calclex.c
390 calc_SOURCES = calc.y calclex.l calcread.c calc-common.h
391 BUILT_SOURCES = calc.h
409 $(AUTOMAKE) --gnu --ignore-deps demos/calc/Makefile
427 calc-config.h: $(top_builddir)/config.status $(srcdir)/calc-config-h.in
[all …]
H A DMakefile.am40 EXTRA_PROGRAMS = calc program
42 calc_SOURCES = calc.y calclex.l calcread.c calc-common.h
43 BUILT_SOURCES = calc.h
H A Dcalc-config-h.in1 /* Templates for calc program configuration. -*- mode:c -*-
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_nsec3.c1117 struct nsec3_cache_table* ct, struct query_info* qinfo, int* calc) in nsec3_do_prove_nameerror() argument
1129 sec = nsec3_prove_closest_encloser(env, flt, ct, qinfo, 1, &ce, calc); in nsec3_do_prove_nameerror()
1153 if(!find_covering_nsec3(env, flt, ct, wc, wclen, &wc_rrset, &wc_rr, calc)) { in nsec3_do_prove_nameerror()
1154 if(*calc == MAX_NSEC3_ERRORS) { in nsec3_do_prove_nameerror()
1160 } else if(*calc >= MAX_NSEC3_CALCULATIONS) { in nsec3_do_prove_nameerror()
1184 struct nsec3_cache_table* ct, int* calc) in nsec3_prove_nameerror() argument
1197 return nsec3_do_prove_nameerror(env, &flt, ct, qinfo, calc); in nsec3_prove_nameerror()
1209 int* calc) in nsec3_do_prove_nodata() argument
1219 &rrset, &rr, calc)) { in nsec3_do_prove_nodata()
1263 if(*calc == MAX_NSEC3_ERRORS) { in nsec3_do_prove_nodata()
[all …]
H A Dval_nsec3.h133 struct nsec3_cache_table* ct, int* calc);
171 struct nsec3_cache_table* ct, int* calc);
196 struct nsec3_cache_table* ct, int* calc);
249 struct nsec3_cache_table* ct, int* calc);
/netbsd-src/sys/netipsec/
H A Dxform_ah.c732 unsigned char calc[AH_ALEN_MAX]; in ah_input_cb() local
785 memset(calc, 0, sizeof(calc)); in ah_input_cb()
788 m_copydata(m, skip + rplen, authsize, calc); in ah_input_cb()
794 if (!consttime_memequal(pppp, calc, authsize)) { in ah_input_cb()
802 calc[0], calc[1], calc[2], calc[3], in ah_input_cb()
803 calc[4], calc[5], calc[6], calc[7], in ah_input_cb()
804 calc[8], calc[9], calc[10], calc[11], in ah_input_cb()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Daarch64-reloc-property.cc70 calc(uint64_t x) in calc() function in gold::__anon4a72a5310111::Rvalue_bit_select_impl
81 calc(uint64_t x) in calc() function in gold::__anon4a72a5310111::Rvalue_bit_select_impl
93 calc(uint64_t x) in calc() function in gold::__anon4a72a5310111::Rvalue_bit_select_impl
105 return Rvalue_bit_select_impl<L, U>::calc(x); in rvalue_bit_select()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Daarch64-reloc-property.cc70 calc(uint64_t x) in calc() function in gold::__anon5c577c1e0111::Rvalue_bit_select_impl
81 calc(uint64_t x) in calc() function in gold::__anon5c577c1e0111::Rvalue_bit_select_impl
93 calc(uint64_t x) in calc() function in gold::__anon5c577c1e0111::Rvalue_bit_select_impl
105 return Rvalue_bit_select_impl<L, U>::calc(x); in rvalue_bit_select()
/netbsd-src/external/lgpl3/gmp/dist/demos/
H A DMakefile.am32 SUBDIRS = calc expr subdir
49 cd calc; $(MAKE) $(AM_MAKEFLAGS) allprogs
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha256.c97 calc (SHA256_CTX *m, uint32_t *in) in calc() function
195 calc(m, current); in SHA256_Update()
197 calc(m, (uint32_t*)m->save); in SHA256_Update()
H A Dsha512.c121 calc (SHA512_CTX *m, uint64_t *in) in calc() function
217 calc(m, current); in SHA512_Update()
219 calc(m, (uint64_t*)m->save); in SHA512_Update()
H A Dmd4.c72 calc (struct md4 *m, uint32_t *data) in calc() function
203 calc(m, current); in MD4_Update()
205 calc(m, (uint32_t*)m->save); in MD4_Update()
H A Dsha.c86 calc (struct sha *m, uint32_t *in) in calc() function
253 calc(m, SHA1current); in SHA1_Update()
255 calc(m, (uint32_t*)m->save); in SHA1_Update()
H A Dmd5.c74 calc (struct md5 *m, uint32_t *data) in calc() function
227 calc(m, swapped); in MD5_Update()
229 calc(m, (uint32_t*)m->save); in MD5_Update()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_nv50.c366 u32 calc, diff; in nv50_disp_super_2_2_dp() local
370 calc = VTUi * symbol; in nv50_disp_super_2_2_dp()
371 diff = tu_valid - calc; in nv50_disp_super_2_2_dp()
380 calc += symbol - (symbol / VTUf); in nv50_disp_super_2_2_dp()
384 calc += symbol; in nv50_disp_super_2_2_dp()
389 calc += symbol / VTUf; in nv50_disp_super_2_2_dp()
392 diff = calc - tu_valid; in nv50_disp_super_2_2_dp()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A DREADME.md56 int calc(int len, int *data)
81 &function_begin("calc");
101 &function_end("calc");
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A DREADME50 int calc(int len, int *data)
75 &function_begin("calc");
95 &function_end("calc");
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_g84.c34 .calc = nv50_clk_calc,
H A Dpriv.h13 int (*calc)(struct nvkm_clk *, struct nvkm_cstate *); member
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_ramgm107.c47 .calc = gk104_ram_calc,
H A Dnouveau_nvkm_subdev_fb_ramgf108.c56 .calc = gf100_ram_calc,
H A Dnouveau_nvkm_subdev_fb_ramgm200.c62 .calc = gk104_ram_calc,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-c-test/
H A DBUILD.gn19 "calc.c",

12345