Home
last modified time | relevance | path

Searched refs:pick (Results 1 – 25 of 226) sorted by relevance

12345678910

/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Version/
H A DBUILD.gn5 # To pick up the generated inc file.
22 # To pick up clang/Basic/Version.h.
/openbsd-src/gnu/llvm/llvm/utils/docker/scripts/
H A Dcheckout.sh24 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
86 git cherry-pick $CHERRY_REV
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DRegBankSelect.rst57 * **Fast** --- For each instruction, pick a target-provided "default" bank
60 * **Greedy** --- For each instruction, pick the cheapest of several
65 * **Global** --- Across multiple instructions, pick the cheapest combination of
/openbsd-src/gnu/llvm/llvm/docs/
H A DGitHub.rst27 /cherry-pick <commit> <commit> <...>
30 to cherry-pick the commit(s) to the release branch. If the commit(s) fail to
/openbsd-src/gnu/llvm/lld/cmake/modules/
H A DLLDConfig.cmake.in1 # This file allows users to call find_package(LLD) and pick up our targets.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/
H A DBUILD.gn25 # To pick up HTMLForestResources.inc:
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/
H A DBUILD.gn42 # To pick up the generated inc files.
45 # To pick up the generated DecisionForestRuntimeTest.h file.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn6 # To pick up the generated inc files.
78 # To pick up the generated inc files.
/openbsd-src/gnu/llvm/clang/cmake/modules/
H A DClangConfig.cmake.in1 # This file allows users to call find_package(Clang) and pick up our targets.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/Common/
H A DBUILD.gn4 # To pick up the generated inc file.
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrPatternsVec.td153 (VSHFvvil $vp, $vp, 4, $avl)>; // always pick lo
155 (VSHFvvil $vp, $vp, 0, $avl)>; // always pick hi
/openbsd-src/gnu/llvm/llvm/utils/docker/
H A Dbuild_docker_image.sh34 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
/openbsd-src/libexec/ld.so/m88k/
H A Dldasm.S86 mak %r5, %r6, 26<2> | pick branch offset and shift left by 2
/openbsd-src/gnu/llvm/libcxx/include/
H A D__verbose_abort35 // If the user does not supply their own version of the _LIBCPP_VERBOSE_ABORT macro, we pick the de…
/openbsd-src/games/hack/
H A Dhack.shk.c336 boolean box, pick; in inshop() local
344 pick = carrying(PICK_AXE); in inshop()
345 if(box || pick) { in inshop()
351 (box && pick) ? "box and pick-axe" : in inshop()
H A Dhh54 , pickup pick up all you can carry
/openbsd-src/usr.sbin/unbound/doc/
H A DREADME.DNS6449 To test NAT64 operation, pick a domain that only has IPv4 reachability for its
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-config/
H A DBUILD.gn120 # To pick up the generated inc files.
/openbsd-src/gnu/llvm/clang/docs/
H A DCrossCompilation.rst100 Finally, the ABI option is something that will pick default CPU/FPU,
107 Once your target is specified, it's time to pick the hardware you'll
198 uses hard-float), Clang will pick the ``armv7l-linux-gnueabi-ld``
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn4 # To pick up the generated inc file.
/openbsd-src/gnu/llvm/lld/docs/MachO/
H A Dld64-vs-lld.rst35 ld64 will pick the first one.
/openbsd-src/games/wump/
H A Dwump.info37 path, the arrow will flail about and randomly pick an existing tunnel
/openbsd-src/sys/kern/
H A Dtty.c2152 struct proc *p, *pick; in ttyinfo()
2190 * pick is running; is p running w/same or in ttyinfo()
2197 /* pick isn't running; is p running *or* w/more cpu? */ in ttyinfo()
2240 pick = p = TAILQ_FIRST(&pickpr->ps_threads); in ttyinfo()
2250 * pick is running; is p running w/same or in ttyinfo()
2257 /* pick isn't running; is p running *or* w/more cpu? */ in ttyinfo()
2265 pick = p; in ttyinfo()
2269 state = pick->p_stat == SONPROC ? "running" : in ttyinfo()
2270 pick->p_stat == SRUN ? "runnable" : in ttyinfo()
2271 pick in ttyinfo()
2154 struct proc *p, *pick; ttyinfo() local
[all...]
/openbsd-src/etc/
H A Dksh.kshrc13 # at or near the start to pick up the defaults in this
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn238 # To pick up Plugins.def.

12345678910