Home
last modified time | relevance | path

Searched refs:wordsize (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/crypto/libecc/scripts/
H A Dcrossbuild.sh33 wordsize=$4
37 …nn_pollard_rho $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/nn_pollard_rho_"$triplet"_word"$words…
38 …quare_residue $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/fp_square_residue_"$triplet"_word"$wor…
39 …ic_examples $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/curve_basic_examples_"$triplet"_word"$wo…
40 …basic/curve_ecdh $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/curve_ecdh_"$triplet"_word"$wordsiz…
42 …mples/"hash"/"hash" $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/hash_"$triplet"_word"$wordsize""…
44 …src/examples/sss/sss $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/sss_"$triplet"_word"$wordsize""…
46 …examples/sig/rsa/rsa $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/rsa_"$triplet"_word"$wordsize""…
47 …examples/sig/dsa/dsa $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/dsa_"$triplet"_word"$wordsize""…
48 …mples/sig/sdsa/sdsa $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/sdsa_"$triplet"_word"$wordsize""…
[all …]
H A Dcrossrun.sh20 wordsize=$2
21 echo "======== RUNNING RELEASE FOR $triplet / $wordsize"
24 …$CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/ec_self_tests_"$triplet"_word"$wordsize"_static vect…
25 …$CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/ec_self_tests_"$triplet"_word"$wordsize"_debug_stati…
33 …wine $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/ec_self_tests_"$triplet"_word"$wordsize"_static…
34 …wine $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/ec_self_tests_"$triplet"_word"$wordsize"_debug_…
89 for wordsize in 16 32 64;
91 run_triplet_wordsize $2 $wordsize
100 for wordsize in 16 32 64;
104 ALL_CHECKS="$ALL_CHECKS\n-triplet $triplet $wordsize"
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp749 const int wordsize = 8; in CreateUnwindPlan_x86_64() local
755 2 * wordsize); in CreateUnwindPlan_x86_64()
758 wordsize * -2, true); in CreateUnwindPlan_x86_64()
760 wordsize * -1, true); in CreateUnwindPlan_x86_64()
783 wordsize * -saved_registers_offset, true); in CreateUnwindPlan_x86_64()
829 stack_size = large_stack_size + (stack_adjust * wordsize); in CreateUnwindPlan_x86_64()
843 : stack_size * wordsize; in CreateUnwindPlan_x86_64()
848 wordsize * -1, true); in CreateUnwindPlan_x86_64()
951 wordsize * -saved_registers_offset, true); in CreateUnwindPlan_x86_64()
1021 const int wordsize = 4; in CreateUnwindPlan_i386() local
[all …]
/freebsd/lib/libutil/
H A Dquotafile.c53 int wordsize; /* 32-bit or 64-bit limits */ member
140 if (quotactl(qf->fsname, qcmd, 0, &qf->wordsize) == 0) in quota_open()
155 qf->wordsize = 32; in quota_open()
162 qf->wordsize = 32; in quota_open()
172 qf->wordsize = 64; in quota_open()
175 qf->wordsize = 32; in quota_open()
184 qf->wordsize = 64; in quota_open()
266 switch (qf->wordsize) { in quota_maxid()
345 switch (qf->wordsize) { in quota_read()
441 switch (qf->wordsize) { in quota_write_usage()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c861 const int wordsize = 8; in print_encoding_arm64() local
870 int cfa_offset = reg_pairs_saved_count * -2 * wordsize; in print_encoding_arm64()
871 cfa_offset -= wordsize; in print_encoding_arm64()
873 cfa_offset -= wordsize; in print_encoding_arm64()
878 int cfa_offset = reg_pairs_saved_count * -2 * wordsize; in print_encoding_arm64()
879 cfa_offset -= wordsize; in print_encoding_arm64()
881 cfa_offset -= wordsize; in print_encoding_arm64()
886 int cfa_offset = reg_pairs_saved_count * -2 * wordsize; in print_encoding_arm64()
887 cfa_offset -= wordsize; in print_encoding_arm64()
889 cfa_offset -= wordsize; in print_encoding_arm64()
[all …]
/freebsd/crypto/libecc/include/libecc/nn/
H A Dnn_config.h185 void LIBECC_CONCATENATE(nn_consistency_check_maxbitlen, NN_MAX_BASE, wordsize,
189 wordsize, WORDSIZE, MAX_DIGEST_SIZE) (void) { in LIBECC_CONCATENATE() argument
195 LIBECC_CONCATENATE(nn_consistency_check_maxbitlen, NN_MAX_BASE, wordsize, in nn_check_libconsistency()
203 void LIBECC_CONCATENATE(nn_consistency_check_maxbitlen, NN_MAX_BASE, wordsize,
207 wordsize, WORDSIZE, complete_formulas, MAX_DIGEST_SIZE) (void) { in LIBECC_CONCATENATE() argument
213 LIBECC_CONCATENATE(nn_consistency_check_maxbitlen, NN_MAX_BASE, wordsize, in nn_check_libconsistency()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp74 int wordsize = 8; in AugmentUnwindPlanFromCallSite() local
79 wordsize = process_sp->GetTarget().GetArchitecture().GetAddressByteSize(); in AugmentUnwindPlanFromCallSite()
97 first_row->GetCFAValue().GetOffset() != wordsize) { in AugmentUnwindPlanFromCallSite()
105 first_row_pc_loc.GetOffset() != -wordsize) { in AugmentUnwindPlanFromCallSite()
142 if (first_row_pc_loc.GetOffset() == -wordsize) { in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/tcpdump/
H A Dcpack.c57 nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in nd_cpack_align_and_reserve() argument
62 next = nd_cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); in nd_cpack_align_and_reserve()
65 if (next - cs->c_buf + wordsize > cs->c_len) in nd_cpack_align_and_reserve()
H A Dcpack.h53 const uint8_t *nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp318 config->wordsize, ".note.gnu.property") {} in GnuPropertySection()
682 tlsIndexOff = numEntries * config->wordsize; in addTlsIndex()
688 return sym.getTlsDescIdx() * config->wordsize; in getTlsDescOffset()
696 return this->getVA() + b.getTlsGdIdx() * config->wordsize; in getGlobalDynAddr()
700 return b.getTlsGdIdx() * config->wordsize; in getGlobalDynOffset()
708 size = numEntries * config->wordsize; in finalizeContents()
808 return index * config->wordsize; in getPageEntryOffset()
816 return g.tls.lookup(sym) * config->wordsize; in getSymEntryOffset()
818 return g.global.lookup(sym) * config->wordsize; in getSymEntryOffset()
819 return g.local16.lookup({sym, addend}) * config->wordsize; in getSymEntryOffset()
[all …]
H A DEhFrame.cpp104 return config->wordsize; in getAugPSize()
H A DTarget.h135 unsigned gotEntrySize = config->wordsize;
H A DConfig.h430 int wordsize; member
H A DInputSection.cpp687 return s.getVA(0) + config->wordsize * 2 + in getTlsTpOffset()
688 ((tls->p_vaddr - config->wordsize * 2) & (tls->p_align - 1)); in getTlsTpOffset()
H A DSyntheticSections.h1192 size_t getSize() const override { return config->wordsize; } in getSize()
H A DRelocations.cpp1832 uint64_t offsetOff = off + config->wordsize; in postScanRelocations()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp66 setAlignment(ctx.config.wordsize); in LookupChunk()
68 size_t getSize() const override { return ctx.config.wordsize; } in getSize()
90 setAlignment(ctx.config.wordsize); in OrdinalOnlyChunk()
92 size_t getSize() const override { return ctx.config.wordsize; } in getSize()
534 setAlignment(ctx.config.wordsize); in DelayAddressChunk()
536 size_t getSize() const override { return ctx.config.wordsize; } in getSize()
698 lookups.push_back(make<NullChunk>(ctx.config.wordsize)); in create()
699 addresses.push_back(make<NullChunk>(ctx.config.wordsize)); in create()
H A DConfig.h117 size_t wordsize; member
H A DChunks.cpp860 setAlignment(ctx.config.wordsize); in LocalImportChunk()
867 size_t LocalImportChunk::getSize() const { return ctx.config.wordsize; } in getSize()
1066 size_t AbsolutePointerChunk::getSize() const { return ctx.config.wordsize; } in getSize()
H A DSymbolTable.cpp381 if (refptr && refptr->getChunk()->getSize() == ctx.config.wordsize) { in handleMinGWAutomaticImport()
/freebsd/sys/dev/sound/macio/
H A Di2s.c443 i2s_setup(struct i2s_softc *sc, u_int rate, u_int wordsize, u_int sclk_fs) in i2s_setup() argument
450 if ((wordsize * 2) > sclk_fs) in i2s_setup()
522 switch (wordsize) { in i2s_setup()
/freebsd/crypto/libecc/
H A Dmeson.options7 …', choices : ['0', '16', '32', '64'], value : '0', description: 'force wordsize, 0 means no forci…
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp241 write32le(buf + 24, itype(load, X_T0, X_T0, config->wordsize)); in writePltHeader()
336 const unsigned bits = config->wordsize * 8; in relocate()
H A DLoongArch.cpp355 write32le(buf + 24, insn(ld, R_T0, R_T0, config->wordsize)); in writePltHeader()
H A DARM.cpp1479 const uint64_t sectionHeaderOff = alignToPowerOf2(off, config->wordsize); in writeARMCmseImportLib()

12