Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 235) sorted by relevance

12345678910

/dragonfly/contrib/tcsh-6/nls/finnish/
H A Dset433 31 delete multiple chars
34 32 cursor down multiple
35 33 insert multiple chars
36 34 cursor left multiple
37 35 cursor right multiple
38 36 cursor up multiple
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset433 31 delete multiple chars
34 32 cursor down multiple
35 33 insert multiple chars
36 34 cursor left multiple
37 35 cursor right multiple
38 36 cursor up multiple
/dragonfly/contrib/tcsh-6/nls/ja/
H A Dset434 32 カーソル下移動(multiple)
36 34 カーソルj左移動(multiple)
37 35 カーソル右移動(multiple)
38 36 カーソル上移動(multiple)
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset434 32 cursor down multiple
36 34 cursor left multiple
37 35 cursor right multiple
38 36 cursor up multiple
/dragonfly/sys/dev/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h114 unsigned int multiple, in dml_round_to_multiple() argument
119 if (multiple == 0) in dml_round_to_multiple()
122 remainder = num % multiple; in dml_round_to_multiple()
128 return (num + multiple - remainder); in dml_round_to_multiple()
/dragonfly/crypto/openssh/
H A DPROTOCOL.krl77 This section may appear multiple times.
90 This section may appear multiple times.
103 This section may appear multiple times.
115 multiple times.
129 This section may appear multiple times.
145 This section may appear multiple times.
164 This section must appear last in the KRL. If multiple signature sections
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dnew_table.txt25 Don't add placeholder fields for subtables and other multiple data items.
26 (Don't use xxxxx[1] for a field that can have multiple items.)
78 multiple subtables (if supported), and multiple instances of any
/dragonfly/contrib/binutils-2.27/gprof/
H A DREADME111 that there may be multiple instances of the
164 is specified multiple times, annotated output is
184 "symspec". If the option is specified multiple
195 option is specified multiple times, the flat
204 option is specified multiple times, the union of
214 specified multiple times, the call-graph includes
222 multiple times, the union of the selected symbols
230 listing. If the option is specified multiple
239 option is specified multiple times, the union of
316 If the option is specified multiple times, the union
/dragonfly/contrib/zstd/
H A DCHANGELOG12 cli : provide a condensed summary by default when processing multiple files
16 api : shared thread pool: control total nb of threads used by multiple compression jobs, by @marxin
35 cli : Warn when (de)compressing multiple files into a single output, by @senhuang42 (#2279)
70 cli : -b -d command can now benchmark decompression on multiple files
201 build: fix compilation with multiple -arch flags, by @ryandesign
224 perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
274 cli : new : hidden command `-S`, to benchmark multiple files while generating one result per file
294 cli : fix : write file size in header in multiple-files mode
484 fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski.
526 Changed (!) : zstd cli now uses "multiple input files" as default mode. See `zstd -h`.
[all …]
/dragonfly/usr.sbin/installer/libdfui/
H A Dform.c480 f->multiple = 0; in dfui_form_new()
808 dfui_form_set_multiple(struct dfui_form *f, int multiple) in dfui_form_set_multiple() argument
812 f->multiple = multiple; in dfui_form_set_multiple()
820 return(f->multiple); in dfui_form_is_multiple()
/dragonfly/test/stress/stress2/testcases/
H A DREADME9 The setup() procedure is called once before test() is called multiple times
/dragonfly/tools/regression/usr.bin/m4/
H A Dm4wrap3.m43 dnl Another test, this time for multiple wrappers
/dragonfly/gnu/usr.bin/rcs/
H A DREFS91 parallel builds on multiple remote hosts and of multiple variants.
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpoly-int.h1977 *multiple = NCa (a.coeffs[0]) / NCb (b);
1994 *multiple = NCa (a) / NCb (b.coeffs[0]);
2001 const poly_int_pod<N, Cb> &b, Cm *multiple)
2020 *multiple = r;
2076 multiple_p (Ca a, Cb b, Cm *multiple)
2080 *multiple = a / b;
2094 multiple->coeffs[i] = a.coeffs[i] / b;
2111 *multiple = a / b.coeffs[0];
2122 poly_int_pod<N, Cm> *multiple)
2125 return multiple_p (a, b.coeffs[0], multiple);
[all …]
/dragonfly/sys/vfs/hammer2/
H A DTODO82 * transaction on cluster - multiple trans structures, subtrans
108 * Core 'copies' mechanism needs to be implemented to support multiple
134 on multiple locked inodes. Fix so we can use LBUFSIZE! Or,
149 * on fresh mount with multiple hardlinks present separate lookups will
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dc++config121 // throughout the library to avoid multiple weak definitions for
260 # error illegal use of multiple inlined namespaces
263 # error illegal use of multiple inlined namespaces
266 # error illegal use of multiple inlined namespaces
/dragonfly/usr.sbin/repquota/
H A Drepquota.c185 static int multiple = 0; in repquota() local
193 if (multiple++) in repquota()
/dragonfly/contrib/bmake/mk/
H A DREADME51 multiple programs in a single directory. It's a lot easier split up the
54 of make. So, don't get mad at us, figure out a better way to handle multiple
101 and there may be multiple pairs. The files are soft-linked.
343 If foo has multiple source files, add the line:
363 yacc that allow multiple lex and yacc targets to be built in parallel.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dnumeric110 /// Least common multiple
143 /// Least common multiple
/dragonfly/contrib/gdb-7/gdb/
H A Dada-operator.def77 time, we don't attempt to disambiguate X if it has multiple
84 cases where X has multiple meanings and is part of an array
/dragonfly/usr.bin/ctags/test/
H A Dctags.test38 multiple(one,two); \
/dragonfly/usr.bin/getconf/
H A Dprogenv.gperf29 * If we ever support multiple environments, this table will need to
/dragonfly/tools/regression/bin/sh/expansion/
H A Dplus-minus3.027 # and substituting multiple words otherwise.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dc++config178 // throughout the library to avoid multiple weak definitions for
347 # error illegal use of multiple inlined namespaces
350 # error illegal use of multiple inlined namespaces
353 # error illegal use of multiple inlined namespaces
/dragonfly/contrib/cvs-1.12/
H A DREADME55 changes occurred, etc., like RCS or SCCS. It handles multiple
56 developers, multiple directories, triggers to enable/log/control

12345678910