Home
last modified time | relevance | path

Searched defs:distribution (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake95 set(distribution ${umbrella_distribution}) variable
102 set(distribution "") variable
/openbsd/etc/
H A DMakefile83 distribution-etc-root-var distribution distrib-dirs release: target
246 distribution: target
/openbsd/usr.sbin/npppd/
H A DMakefile8 distribution: target
/openbsd/usr.bin/ssh/
H A DMakefile8 distribution: target
/openbsd/etc/mail/
H A DMakefile5 distribution: target
/openbsd/usr.bin/bgplg/
H A DMakefile15 distribution: target
/openbsd/usr.sbin/ypserv/ypinit/
H A DMakefile20 distribution: target
/openbsd/usr.bin/mail/
H A DMakefile11 distribution: target
/openbsd/usr.sbin/ikectl/
H A DMakefile18 distribution: target
/openbsd/usr.sbin/ldapd/
H A DMakefile25 distribution: target
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DPlugin.pm42 sub distribution { # ; subroutine
H A DModule.pm33 sub distribution { subroutine
/openbsd/gnu/llvm/llvm/docs/
H A DBuildingADistribution.rst90 .. _Multi-distribution configurations:
/openbsd/lib/libcrypto/
H A DMakefile786 distribution: target
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dto_chars.bench.cpp17 std::uniform_int_distribution<unsigned> distribution(0, std::numeric_limits<unsigned>::max()); in __anonbb1bb1540102() local
H A Dformatter_int.bench.cpp18 generate(std::uniform_int_distribution<T> distribution = std::uniform_int_distribution<T>{ in generate()
H A Dformatter_float.bench.cpp87 …t_distribution<std::conditional_t<sizeof(F) == sizeof(uint32_t), uint32_t, uint64_t>> distribution; in make_data() local