| /freebsd/crypto/libecc/scripts/ |
| H A D | crossbuild.sh | 33 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 D | crossrun.sh | 20 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 D | CompactUnwindInfo.cpp | 746 const int wordsize = 8; in CreateUnwindPlan_x86_64() local 752 2 * wordsize); in CreateUnwindPlan_x86_64() 754 wordsize * -2, true); in CreateUnwindPlan_x86_64() 756 wordsize * -1, true); in CreateUnwindPlan_x86_64() 779 wordsize * -saved_registers_offset, true); in CreateUnwindPlan_x86_64() 825 stack_size = large_stack_size + (stack_adjust * wordsize); in CreateUnwindPlan_x86_64() 839 : stack_size * wordsize; in CreateUnwindPlan_x86_64() 843 wordsize * -1, true); in CreateUnwindPlan_x86_64() 946 wordsize * -saved_registers_offset, true); in CreateUnwindPlan_x86_64() 1013 const int wordsize = 4; in CreateUnwindPlan_i386() local [all …]
|
| /freebsd/lib/libutil/ |
| H A D | quotafile.c | 53 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 D | compact-unwind-dumper.c | 861 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 D | nn_config.h | 185 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 D | UnwindAssembly-x86.cpp | 74 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 D | cpack.c | 57 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 D | cpack.h | 53 const uint8_t *nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 322 ctx.arg.wordsize) {} in GnuPropertySection() 856 return index * ctx.arg.wordsize; in getPageEntryOffset() 864 return g.tls.lookup(sym) * ctx.arg.wordsize; in getSymEntryOffset() 866 return g.global.lookup(sym) * ctx.arg.wordsize; in getSymEntryOffset() 867 return g.local16.lookup({sym, addend}) * ctx.arg.wordsize; in getSymEntryOffset() 872 return g.dynTlsSymbols.lookup(nullptr) * ctx.arg.wordsize; in getTlsIndexOffset() 879 return g.dynTlsSymbols.lookup(sym) * ctx.arg.wordsize; in getGlobalDynOffset() 912 if (count * ctx.arg.wordsize > ctx.arg.mipsGotSize) in tryMergeGots() 922 size = headerEntriesNum * ctx.arg.wordsize; in updateAllocSize() 924 size += g.getEntriesNum() * ctx.arg.wordsize; in updateAllocSize() [all …]
|
| H A D | EhFrame.cpp | 108 return ctx.arg.wordsize; in getAugPSize()
|
| H A D | Target.h | 138 unsigned gotEntrySize = ctx.arg.wordsize;
|
| H A D | Config.h | 515 int wordsize; member
|
| H A D | InputSection.cpp | 741 return s.getVA(ctx, 0) + ctx.arg.wordsize * 2 + in getTlsTpOffset() 742 ((tls->p_vaddr - ctx.arg.wordsize * 2) & (tls->p_align - 1)); in getTlsTpOffset()
|
| H A D | SyntheticSections.h | 1208 size_t getSize() const override { return ctx.arg.wordsize; } in getSize()
|
| H A D | Relocations.cpp | 1926 uint64_t offsetOff = off + ctx.arg.wordsize; in postScanRelocations()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DLL.cpp | 66 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() 138 : NullChunk(ctx.config.wordsize, ctx.config.wordsize) {} in NullChunk() 140 : NullChunk(n, ctx.config.wordsize) {} in NullChunk() 578 setAlignment(ctx.config.wordsize); in DelayAddressChunk() 580 size_t getSize() const override { return ctx.config.wordsize; } in getSize()
|
| H A D | Config.h | 121 size_t wordsize; member
|
| H A D | Chunks.cpp | 886 setAlignment(ctx.config.wordsize); in LocalImportChunk() 893 size_t LocalImportChunk::getSize() const { return ctx.config.wordsize; } in getSize() 1084 return symtab.ctx.config.wordsize; in getSize()
|
| H A D | SymbolTable.cpp | 358 if (refptr && refptr->getChunk()->getSize() == ctx.config.wordsize) { in handleMinGWAutomaticImport()
|
| /freebsd/sys/dev/sound/macio/ |
| H A D | i2s.c | 438 'wordsize' is the sample size (usually 16 bits). 443 i2s_setup(struct i2s_softc *sc, unsigned int rate, unsigned int wordsize, unsigned 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 D | meson.options | 7 …', choices : ['0', '16', '32', '64'], value : '0', description: 'force wordsize, 0 means no forci…
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | RISCV.cpp | 241 write32le(buf + 24, itype(load, X_T0, X_T0, ctx.arg.wordsize)); in writePltHeader() 335 const unsigned bits = ctx.arg.wordsize * 8; in relocate()
|
| H A D | LoongArch.cpp | 378 write32le(buf + 24, insn(ld, R_T0, R_T0, ctx.arg.wordsize)); in writePltHeader()
|
| H A D | ARM.cpp | 1486 const uint64_t sectionHeaderOff = alignToPowerOf2(off, ctx.arg.wordsize); in writeARMCmseImportLib()
|