/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… 26 …#$CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/ec_self_tests_"$triplet"_word"$wordsize"_static rand 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_… 35 …#wine $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/ec_self_tests_"$triplet"_word"$wordsize"_stati… 89 for wordsize in 16 32 64; 91 run_triplet_wordsize $2 $wordsize [all …]
|
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn_config.h | 172 * library has been compiled with options (WORDSIZE and NN_MAX_BIT_LEN) 175 * in our .a archive, consisting in a concatenation of WORDSIZE and 178 * if WORDSIZE or NN_MAX_BIT_LEN differ. 185 void LIBECC_CONCATENATE(nn_consistency_check_maxbitlen, NN_MAX_BASE, wordsize, 186 WORDSIZE, MAX_DIGEST_SIZE) (void); 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() 196 WORDSIZE, MAX_DIGEST_SIZE) (); in nn_check_libconsistency() 203 void LIBECC_CONCATENATE(nn_consistency_check_maxbitlen, NN_MAX_BASE, wordsize, 204 WORDSIZE, complete_formulas, MAX_DIGEST_SIZE) (void); [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompactUnwindInfo.cpp | 749 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/crypto/libecc/include/libecc/words/ |
H A D | words.h | 33 #if defined(WORDSIZE) 35 #if (WORDSIZE == 16) || (WORDSIZE == 32) || (WORDSIZE == 64) 37 #include concat(words_, WORDSIZE) 44 * we use WORDSIZE=64. This is obviously the case on 64-bit platforms, 50 * instruction, yielding in slower code for WORDSIZE=64 than for WORDSIZE=32. 59 #define WORDSIZE 64 macro 62 /* We let the user fix the WORDSIZE manually */
|
H A D | types.h | 102 * Our guess depends on the WORDSIZE the user provides us, since we assume 106 * Consequently, when the user provides us a WORDSIZE=16, we infer that 122 #if(WORDSIZE == 16) 123 /* The user has provided WORDSIZE=16, so we guess that 131 #endif /* (WORDSIZE == 16) */
|
/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 …]
|
H A D | quotafile.3 | 75 .Fn quota_convert "struct quotafile *qf" "int wordsize" 229 .Va wordsize 231 The supported wordsize arguments are 32 for the old 32-bit
|
/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/contrib/llvm-project/lld/MachO/ |
H A D | Layout.h | 26 // FooLayout(size_t wordSize) { 27 // if (wordSize == 8) 30 // assert(wordSize == 4); 57 className##Layout(size_t wordSize) { \ 58 if (wordSize == 8) \ 61 assert(wordSize == 4); \
|
H A D | ObjC.cpp | 58 if (target->wordSize == 8) in objectHasObjCSection() 185 : catLayout(target->wordSize), classLayout(target->wordSize), in ObjcCategoryChecker() 186 roClassLayout(target->wordSize), listHeaderLayout(target->wordSize), in ObjcCategoryChecker() 187 methodLayout(target->wordSize) {} in ObjcCategoryChecker() 536 : catLayout(target->wordSize), classLayout(target->wordSize), in ObjcCategoryMerger() 537 roClassLayout(target->wordSize), listHeaderLayout(target->wordSize), in ObjcCategoryMerger() 538 methodLayout(target->wordSize), in ObjcCategoryMerger() 539 protocolListHeaderLayout(target->wordSize), in ObjcCategoryMerger() 666 off <= catLayout.classPropsOffset; off += target->wordSize) { in collectCategoryWriterInfoFromCategory() 684 assert((isec && (secOffset + target->wordSize <= isec->data.size())) && in parseProtocolListInfo() [all …]
|
H A D | Target.h | 51 wordSize = LP::wordSize; in TargetInfo() 52 p2WordSize = llvm::CTLog2<LP::wordSize>(); in TargetInfo() 127 size_t wordSize; variable 163 static constexpr size_t wordSize = 8; member 179 static constexpr size_t wordSize = 4; member
|
H A D | SyntheticSections.cpp | 182 (incr % target->wordSize) == 0) { in emitIncrement() 194 if (state.skipLength == target->wordSize) { in flushRebase() 204 encodeULEB128(state.skipLength - target->wordSize, os); in flushRebase() 209 encodeULEB128(state.skipLength - target->wordSize, os); in flushRebase() 242 RebaseState state{1, target->wordSize}; in encodeRebases() 270 state.skipLength = target->wordSize; in encodeRebases() 305 align = target->wordSize; in NonLazyPointerSectionBase() 343 addNonLazyBindingEntries(sym, isec, sym->gotIndex * target->wordSize); in addEntry() 349 assert(target->wordSize == 8 && "Only 64-bit platforms are supported"); in writeChainedRebase() 367 assert(target->wordSize == 8 && "Only 64-bit platforms are supported"); in writeChainedBind() [all …]
|
H A D | Writer.cpp | 136 target->wordSize); in getSize() 331 target->wordSize); in getSize() 366 target->wordSize); in getSize() 393 target->wordSize); in getSize() 418 target->wordSize); in getSize() 1036 osec->align = target->wordSize; in createOutputSections() 1042 osec->align = std::max<uint32_t>(osec->align, target->wordSize); in createOutputSections() 1248 if (offset < target->wordSize) in buildFixupChains() 1379 uint8_t *arr = bAlloc().Allocate<uint8_t>(target->wordSize); in createSyntheticSections() 1380 memset(arr, 0, target->wordSize); in createSyntheticSections() [all …]
|
/freebsd/crypto/libecc/.github/workflows/ |
H A D | libecc_runtime_tests.yml | 15 wordsize: [64, 32, 16] 30 WORDSIZE: ${{ matrix.wordsize }} 38 make "${WORDSIZE}" && ./build/ec_self_tests vectors rand;
|
/freebsd/contrib/byacc/ |
H A D | closure.c | 27 rowsize = WORDSIZE(nvars); in set_EFF() 66 rulesetsize = WORDSIZE(nrules); in set_first_derives() 67 varsetsize = WORDSIZE(nvars); in set_first_derives() 120 rulesetsize = WORDSIZE(nrules); in closure() 205 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars)); in print_EFF() 237 rp = first_derives + (i - ntokens) * WORDSIZE(nrules); in print_first_derives()
|
H A D | warshall.c | 17 rowsize = WORDSIZE(n); in transitive_closure() 66 rowsize = WORDSIZE(n); in reflexive_transitive_closure()
|
/freebsd/contrib/tcpdump/ |
H A D | cpack.c | 52 /* Advance to the next wordsize boundary. Return NULL if fewer than 53 * wordsize bytes remain in the buffer after the boundary. Otherwise, 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() 64 /* Too little space for wordsize bytes? */ in nd_cpack_align_and_reserve() 65 if (next - cs->c_buf + wordsize > cs->c_len) in nd_cpack_align_and_reserve()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | divmod.m4 | 14 * WORDSIZE -- how many bits altogether we're talking about: 15 * obviously: define(WORDSIZE, 32) macro 18 * define(TOPBITS, eval( WORDSIZE - N*((WORDSIZE-1)/N) ) ) 135 sethi %hi(1<<(WORDSIZE-TOPBITS-1)),T
|
/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() 88 // rip is retrieved at the CFA-wordsize. If there is no description of the 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/lib/msun/man/ |
H A D | ieee.3 | 152 Wordsize: 32 bits. 187 Wordsize: 64 bits. 218 Wordsize: 96 bits. 249 Wordsize: 128 bits.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 78 size_t WordSize = strnlen(reinterpret_cast<const char *>(CurrentWord), in printAsStringList() local 80 if (!WordSize) { in printAsStringList() 85 printAsPrintable(W.startLine(), CurrentWord, WordSize); in printAsStringList() 87 CurrentWord += WordSize + 1; in printAsStringList()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 318 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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 70 const int WordSize = 2; in isInRage() local 72 assert((DistanceInBytes % WordSize == 0) && in isInRage() 75 int Words = DistanceInBytes / WordSize; in isInRage()
|
/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() 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()
|