OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_mode
(Results
1 - 25
of
41
) sorted by relevancy
1
2
/src/external/public-domain/xz/dist/src/xz/
coder.h
33
extern enum operation_mode
opt_mode
;
main.c
173
if (
opt_mode
!= MODE_LIST && opt_robot)
186
if (
opt_mode
== MODE_COMPRESS) {
205
if (
opt_mode
!= MODE_LIST)
222
||
opt_mode
== MODE_LIST))
230
if (
opt_mode
== MODE_LIST)
241
if (
opt_mode
== MODE_COMPRESS) {
295
if (
opt_mode
== MODE_LIST) {
args.c
267
opt_mode
= MODE_DECOMPRESS;
297
opt_mode
= MODE_LIST;
315
opt_mode
= MODE_TEST;
333
opt_mode
= MODE_COMPRESS;
615
opt_mode
= MODE_DECOMPRESS;
618
opt_mode
= MODE_DECOMPRESS;
621
opt_mode
= MODE_DECOMPRESS;
625
opt_mode
= MODE_DECOMPRESS;
640
// that whatever is in
opt_mode
is also supported.
642
if (
opt_mode
== MODE_COMPRESS
[
all
...]
coder.c
24
enum operation_mode
opt_mode
= MODE_COMPRESS;
variable in typeref:enum:operation_mode
201
if (
opt_mode
== MODE_COMPRESS && opt_flush_timeout != 0) {
223
const uint64_t memory_limit = hardware_memlimit_get(
opt_mode
);
225
if (
opt_mode
== MODE_COMPRESS) {
260
if (
opt_mode
== MODE_COMPRESS) {
278
assert(
opt_mode
== MODE_COMPRESS);
439
if (
opt_mode
== MODE_COMPRESS) {
515
if (
opt_mode
== MODE_DECOMPRESS
647
if (
opt_mode
== MODE_COMPRESS && opt_format == FORMAT_XZ) {
709
if (
opt_mode
!= MODE_TEST && io_write(pair, &out_buf
[
all
...]
mytime.c
80
if (opt_flush_timeout == 0 ||
opt_mode
!= MODE_COMPRESS)
message.c
200
FILE *file =
opt_mode
== MODE_LIST ? stdout : stderr;
234
&& (progress_automatic ||
opt_mode
== MODE_LIST))
518
if (
opt_mode
== MODE_COMPRESS) {
843
uint64_t memlimit = hardware_memlimit_get(
opt_mode
);
suffix.c
381
return
opt_mode
== MODE_COMPRESS
file_io.c
529
opt_mode
== MODE_LIST
723
opt_mode
== MODE_LIST
914
} else if (try_sparse &&
opt_mode
== MODE_DECOMPRESS) {
/src/external/gpl3/gcc/dist/gcc/
machmode.h
23
typedef
opt_mode
<machine_mode> opt_machine_mode;
262
class
opt_mode
class
267
ALWAYS_INLINE CONSTEXPR
opt_mode
() : m_mode (E_VOIDmode) {}
function in class:opt_mode
268
ALWAYS_INLINE CONSTEXPR
opt_mode
(const T &m) : m_mode (m) {}
function in class:opt_mode
270
ALWAYS_INLINE CONSTEXPR
opt_mode
(const U &m) : m_mode (T (m)) {}
function in class:opt_mode
271
ALWAYS_INLINE CONSTEXPR
opt_mode
(from_int m) : m_mode (machine_mode (m)) {}
function in class:opt_mode
293
opt_mode
<T>::else_void () const
302
opt_mode
<T>::else_mode (machine_mode fallback) const
311
opt_mode
<T>::require () const
321
opt_mode
<T>::exists () cons
[
all
...]
coretypes.h
64
template<typename> class
opt_mode
;
65
typedef
opt_mode
<scalar_mode> opt_scalar_mode;
66
typedef
opt_mode
<scalar_int_mode> opt_scalar_int_mode;
67
typedef
opt_mode
<scalar_float_mode> opt_scalar_float_mode;
/src/usr.sbin/tprof/
tprof_top.c
86
static int
opt_mode
= SAMPLE_MODE_INSTANTANEOUS;
variable
648
nsample_total = sample_n_kern[
opt_mode
] + sample_n_user[
opt_mode
];
655
sample_n_per_event[
opt_mode
][i]);
664
sum += sample_n_per_event_cpu[
opt_mode
][nevent * n + i];
695
if (sample_n_per_event[
opt_mode
][i] >= nsample_total) {
697
sample_n_per_event[
opt_mode
][i] / nsample_total);
700
sample_n_per_event[
opt_mode
][i] / nsample_total);
703
sample_n_per_event[
opt_mode
][i]);
708
sample_n_per_event_cpu[
opt_mode
][nevent * n + i])
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
machmode.h
23
typedef
opt_mode
<machine_mode> opt_machine_mode;
246
class
opt_mode
class
251
ALWAYS_INLINE CONSTEXPR
opt_mode
() : m_mode (E_VOIDmode) {}
function in class:opt_mode
252
ALWAYS_INLINE CONSTEXPR
opt_mode
(const T &m) : m_mode (m) {}
function in class:opt_mode
254
ALWAYS_INLINE CONSTEXPR
opt_mode
(const U &m) : m_mode (T (m)) {}
function in class:opt_mode
255
ALWAYS_INLINE CONSTEXPR
opt_mode
(from_int m) : m_mode (machine_mode (m)) {}
function in class:opt_mode
277
opt_mode
<T>::else_void () const
286
opt_mode
<T>::else_mode (machine_mode fallback) const
295
opt_mode
<T>::require () const
305
opt_mode
<T>::exists () cons
[
all
...]
coretypes.h
64
template<typename> class
opt_mode
;
65
typedef
opt_mode
<scalar_mode> opt_scalar_mode;
66
typedef
opt_mode
<scalar_int_mode> opt_scalar_int_mode;
67
typedef
opt_mode
<scalar_float_mode> opt_scalar_float_mode;
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/external/bsd/file/dist/
ltmain.sh
2000
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2269
opt_mode
=
2345
opt_mode
=$1
2445
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2453
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3613
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3619
case $
opt_mode
in
3796
func_fatal_help "invalid operation mode '$
opt_mode
'"
3811
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/external/bsd/flex/dist/build-aux/
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/external/bsd/openldap/dist/build/
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/external/bsd/openldap/dist/contrib/ldapc++/
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/external/lgpl3/gmp/dist/
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/external/lgpl3/mpc/dist/
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
/src/sys/external/isc/libsodium/dist/
ltmain.sh
442
$ECHO "$progname: ${
opt_mode
+$
opt_mode
: }$*"
468
$ECHO "$progname: ${
opt_mode
+$
opt_mode
: }"${1+"$@"} 1>&2
475
$opt_warning && $ECHO "$progname: ${
opt_mode
+$
opt_mode
: }warning: "${1+"$@"} 1>&2
1103
opt_mode
="$optarg"
1204
if test -n "$opt_dlopen" && test "$
opt_mode
" != execute; then
1212
help="Try \`$progname --help --mode=$
opt_mode
' for more information."
2294
test "$
opt_mode
" = compile && func_mode_compile ${1+"$@"
[
all
...]
/src/external/bsd/am-utils/dist/
ltmain.sh
442
$ECHO "$progname: ${
opt_mode
+$
opt_mode
: }$*"
468
$ECHO "$progname: ${
opt_mode
+$
opt_mode
: }"${1+"$@"} 1>&2
475
$opt_warning && $ECHO "$progname: ${
opt_mode
+$
opt_mode
: }warning: "${1+"$@"} 1>&2
1103
opt_mode
="$optarg"
1204
if test -n "$opt_dlopen" && test "$
opt_mode
" != execute; then
1212
help="Try \`$progname --help --mode=$
opt_mode
' for more information."
2294
test "$
opt_mode
" = compile && func_mode_compile ${1+"$@"
[
all
...]
/src/crypto/external/bsd/heimdal/dist/
ltmain.sh
2235
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2504
opt_mode
=
2590
opt_mode
=$1
2688
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2696
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3856
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3862
case $
opt_mode
in
4042
func_fatal_help "invalid operation mode '$
opt_mode
'"
4057
for
opt_mode
in compile link execute install finish uninstall clean; d
[
all
...]
Completed in 59 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026