Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 2702) sorted by relevance

12345678910>>...109

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMSA.txt4 Intrinsics are lowered to SelectionDAG nodes where possible in order to enable
18 It is not possible to emit bclri.b since andi.b covers exactly the
23 It is not possible to emit vshf.w when the shuffle description is
36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the
40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the
48 It is not possible to emit splati.w since shf.w covers the same cases.
66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
/netbsd-src/external/bsd/ntp/dist/scripts/rc/
H A DREADME3 In general, ntpd should be started as soon as possible in the boot process. If
5 before them as late as possible.
13 ntpd as much time as possible to synchronize before running ntpwait).
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DLLVMLibC.rst26 - Ability to layer this libc over the system libc if possible and desired
36 - ABI independent implementation as far as possible.
37 - Use source based implementations as far possible rather than
41 and possible, differential testing: We want to be able
44 relevant and possible, test against the testsuite of an another
66 implementation, we want to use normal source code as much as possible so
96 When meaningful and practically possible on a platform, llvm-libc will be
97 developed in a fashion that it will be possible to layer it over the system
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py165 possible = os.path.join(location, 'mingw64')
166 if not os.path.exists(possible):
167 possible = os.path.join(location, 'mingw32')
168 if not os.path.exists(possible):
169 raise ValueError('Failed to find unpacked MinGW: ' + possible)
170 return possible
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py165 possible = os.path.join(location, 'mingw64')
166 if not os.path.exists(possible):
167 possible = os.path.join(location, 'mingw32')
168 if not os.path.exists(possible):
169 raise ValueError('Failed to find unpacked MinGW: ' + possible)
170 return possible
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DAutomaton.td23 // Q: A set of possible states.
28 // Because generating all possible states is tedious, we instead define the
40 // Instead of defining all possible states (which would be cumbersome), the user
41 // provides a set of possible Transitions from state A, consuming an input
44 // all the possible transitions until none are valid.
92 // The automaton generator uses this property to crawl the set of possible
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dspectrum120 # 2nd possible text description
124 # 3rd possible text description
128 # 4th possible text description
132 # 5th possible text description
136 # 6th possible text description
140 # 7th possible text description
H A Drtf44 # skip space or \ and display possible 4th digit of code page string
47 # possible 5th digit of code page string
59 # skip \ and NL and show possible 5th digit of language string
68 # possible 5th digit of language string
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d166 Greedy version - tries as many times as possible.)
168 Lazy version - stops as early as possible.)
170 Greedy version - tries as many times as possible.)
172 Lazy version - stops as early as possible.)
174 Greedy version - tries as many times as possible.)
176 Lazy version - stops as early as possible.)
179 Greedy version - tries as many times as possible. )
181 Lazy version - stops as early as possible.)
183 Greedy version - tries as many times as possible, but no more than m times. )
185 Lazy version - stops as early as possible, but no less then n times.)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBenchmarking.rst9 For benchmarking a patch we want to reduce all possible sources of
10 noise as much as possible. How to do that is very OS dependent.
24 * Disable as many processes or services as possible on the target system.
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/
H A DREADME96 code sustains 4 instructions/cycle. It might be possible to invent a better
106 It would be possible to save two instructions: (1) The mov could be avoided
110 It should be possible to reach 14 cycles/limb for UltraSPARC-3 if the fp
114 code. It would be possible to shave one or two cycles from it, with some
119 UltraSPARC-3. It would be possible to either match the mpn_addmul_1
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drluser.texi71 * Programmable Completion:: How to specify the possible completions for
76 generating possible completions.
339 keybindings installed by default, it is possible to use a different set
444 common prefix of the set of possible completions using a different color.
451 If set to @samp{on}, Readline displays possible completions using different
465 The number of screen columns used to display possible matches
487 The length in characters of the common prefix of a list of possible
490 replaced with an ellipsis when displaying possible completions.
494 The number of possible completions that determines when the user is
496 If the number of possible completions is greater than or equal to this value,
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_pending.pod30 will ignore them. Therefore, it is possible for no more bytes to be readable from
36 unprocessed) and 0 otherwise. Note that it is possible for SSL_has_pending() to
39 data (for example this can happen during renegotiation). It is also possible in
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_pending.pod30 will ignore them. Therefore, it is possible for no more bytes to be readable from
36 unprocessed) and 0 otherwise. Note that it is possible for SSL_has_pending() to
39 data (for example this can happen during renegotiation). It is also possible in
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dhwcaps.m46 dnl HWCAP_CFLAGS='-Wa,-nH' if possible.
38 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dhwcaps.m46 dnl HWCAP_CFLAGS='-Wa,-nH' if possible.
38 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dhwcaps.m46 dnl HWCAP_CFLAGS='-Wa,-nH' if possible.
39 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dhwcaps.m46 dnl HWCAP_CFLAGS='-Wa,-nH' if possible.
38 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dhwcaps.m46 dnl HWCAP_CFLAGS='-Wa,-nH' if possible.
38 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible
/netbsd-src/sys/arch/sbmips/
H A DTODO17 * clean as many changes off of 'stand' as possible. the files
59 the features for which that's not possible in pass1 disabled.
/netbsd-src/sys/arch/evbmips/sbmips/
H A DTODO17 * clean as many changes off of 'stand' as possible. the files
59 the features for which that's not possible in pass1 disabled.
/netbsd-src/external/bsd/byacc/dist/
H A DREADME8 as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input
28 Include a small example if possible. Please include the banner string from
/netbsd-src/sys/fs/ntfs/
H A DTODO6 to find some offset in a file, it's possible to check if the data
24 - implement writing into resident attributes, so it would be possible
/netbsd-src/external/bsd/ipf/dist/
H A DREADME10 It is also quite possible for this small kernel extension to be installed
17 the IP packet queue and a check is made as early as possible, aiming to
38 It is worth noting, that it is possible, using a small MTU and
41 on these types of packets is possible, but under the more general case
/netbsd-src/external/gpl3/autoconf/dist/
H A DBUGS23 * Now that configure depends on shell functions, it is possible that
35 possible that other difficulties will be encountered, whether with

12345678910>>...109