Home
last modified time | relevance | path

Searched full:flag (Results 1 – 25 of 5470) sorted by relevance

12345678910>>...219

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td4 def NAME: Flag<["--"], name>, HelpText<help1>;
5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
15 def help : Flag<["--"], "help">,
18 def help_hidden : Flag<["--"], "help-hidden">,
22 def version : Flag<["--"], "version">,
24 def : Flag<["-"], "v">, Alias<version>, HelpText<"Alias for --version">;
30 def all_headers : Flag<["--"], "all-headers">,
33 def : Flag<["-"], "x">, Alias<all_headers>, HelpText<"Alias for --all-headers">;
38 def archive_headers : Flag<["--"], "archive-headers">,
45 def : Flag<["-"], "a">, Alias<archive_headers>,
[all …]
H A DOtoolOpts.td3 def help : Flag<["--"], "help">, HelpText<"print help">;
4 def help_hidden : Flag<["--"], "help-hidden">,
9 def C : Flag<["-"], "C">, HelpText<"print linker optimization hints">;
10 def d : Flag<["-"], "d">, HelpText<"print data section">;
11 def D : Flag<["-"], "D">, HelpText<"print shared library id">;
12 def f : Flag<["-"], "f">, HelpText<"print universal headers">;
13 def G : Flag<["-"], "G">, HelpText<"print data-in-code table">;
14 def h : Flag<["-"], "h">, HelpText<"print mach header">;
15 def I : Flag<["-"], "I">, HelpText<"print indirect symbol table">;
16 def j : Flag<["-"], "j">, HelpText<"print opcode bytes">;
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp106 #define FLAG(f) \ in EmitInstrDocs() macro
110 FLAG(isReturn) in EmitInstrDocs()
111 FLAG(isEHScopeReturn) in EmitInstrDocs()
112 FLAG(isBranch) in EmitInstrDocs()
113 FLAG(isIndirectBranch) in EmitInstrDocs()
114 FLAG(isCompare) in EmitInstrDocs()
115 FLAG(isMoveImm) in EmitInstrDocs()
116 FLAG(isBitcast) in EmitInstrDocs()
117 FLAG(isSelect) in EmitInstrDocs()
118 FLAG(isBarrier) in EmitInstrDocs()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h1088 char rhs, int flag);
1090 char rhs, int flag);
1092 char rhs, int flag);
1095 unsigned char rhs, int flag);
1097 char rhs, int flag);
1099 char rhs, int flag);
1101 char rhs, int flag);
1103 char rhs, int flag);
1106 unsigned char rhs, int flag);
1108 char rhs, int flag);
[all …]
H A Dkmp_wait_release.h106 flag_properties t; /**< "Type" of the flag in loc */
139 /*! Base class for wait/release volatile flag */
144 PtrType checker = (PtrType)0; /**< When flag==checker, it has been released */
166 /*! @result true if the flag object has been released. */
174 /*! @param old_loc in old value of flag
175 * @result true if the flag's old value indicates it was released. */
177 /*! @result true if the flag object is not yet released.
180 * while (flag.notdone_check()) { pause(); }
185 /*! @result Actual flag value before release was applied.
186 * Trigger all waiting threads to run by modifying flag to release state. */
[all …]
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64() argument
19 this_thr, flag USE_ITT_BUILD_ARG(itt_sync_obj)); in __kmp_wait_64()
22 this_thr, flag USE_ITT_BUILD_ARG(itt_sync_obj)); in __kmp_wait_64()
25 void __kmp_release_64(kmp_flag_64<> *flag) { __kmp_release_template(flag); } in __kmp_release_64() argument
29 void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_mwait_32() argument
30 __kmp_mwait_template(th_gtid, flag); in __kmp_mwait_32()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64() argument
34 __kmp_mwait_template(th_gtid, flag); in __kmp_mwait_64()
37 void __kmp_atomic_mwait_64(int th_gtid, kmp_atomic_flag_64<C, S> *flag) { in __kmp_atomic_mwait_64() argument
38 __kmp_mwait_template(th_gtid, flag); in __kmp_atomic_mwait_64()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td58 // be used), add this flag.
79 // CLOption - This is a cl.exe compatibility option. Options with this flag
96 // DXCOption - This is a dxc.exe compatibility option. Options with this flag
300 // Please include the version that deprecated the flag as comment to allow
310 def : Flag<["-"], "fslp-vectorize-aggressive">, Group<clang_ignored_legacy_options_Group>;
311 def : Flag<["-"], "fno-slp-vectorize-aggressive">, Group<clang_ignored_legacy_options_Group>;
314 def mmpx : Flag<["-"], "mmpx">, Group<clang_ignored_legacy_options_Group>;
315 def mno_mpx : Flag<["-"], "mno-mpx">, Group<clang_ignored_legacy_options_Group>;
347 // Args.hasArg(OPT_ffoo) can be used to check that the flag is enabled.
353 def f#NAME : Flag<["-"], "f"#name>, Visibility<[CC1Option] # vis>,
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td4 def NAME: Flag<["--"], name>, HelpText<help1>;
5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
13 def help : Flag<["-", "--"], "help">,
15 def help_hidden : Flag<["--"], "help-hidden">,
18 def verbose : Flag<["--"], "verbose">,
23 def color_diagnostics: Flag<["--"], "color-diagnostics">,
26 def no_color_diagnostics: Flag<["--"], "no-color-diagnostics">,
36 def thinlto_emit_imports_files: Flag<["--"], "thinlto-emit-imports-files">,
38 def thinlto_emit_index_files: Flag<["--"], "thinlto-emit-index-files">,
40 def thinlto_index_only: Flag<["--"], "thinlto-index-only">,
[all …]
/freebsd/sys/contrib/x86emu/
H A Dx86emu_regs.h86 /* flag conditions */
87 #define FB_CF 0x0001 /* CARRY flag */
88 #define FB_PF 0x0004 /* PARITY flag */
89 #define FB_AF 0x0010 /* AUX flag */
90 #define FB_ZF 0x0040 /* ZERO flag */
91 #define FB_SF 0x0080 /* SIGN flag */
92 #define FB_TF 0x0100 /* TRAP flag */
93 #define FB_IF 0x0200 /* INTERRUPT ENABLE flag */
94 #define FB_DF 0x0400 /* DIR flag */
95 #define FB_OF 0x0800 /* OVERFLOW flag */
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td13 def help : Flag<["--"], "help">;
14 def h : Flag<["-"], "h">, Alias<help>;
17 : Flag<["--"], "allow-broken-links">,
23 : Flag<["--"], "enable-deterministic-archives">,
26 def D : Flag<["-"], "D">,
31 : Flag<["--"], "disable-deterministic-archives">,
34 def U : Flag<["-"], "U">,
38 def preserve_dates : Flag<["--"], "preserve-dates">,
40 def p : Flag<["-"], "p">,
44 def strip_all : Flag<["--"], "strip-all">,
[all …]
/freebsd/crypto/krb5/src/util/
H A Dprincflags.py9 # KDB principal flag definitions copied from kdb.h
30 # Input tables -- list of tuples of the form (name, flag, invert)
85 # Combined input-to-flag lookup table, to be filled in by
95 # Inverted table to look up ftuples by flag value, to be filled in by
104 def __init__(self, name, flag, invert): argument
106 self.flag = flag
110 return "Ftuple" + str((self.name, self.flag, self.invert))
113 return _flagnames[self.flag]
149 # Populate combined input-to-flag lookup table. This will
158 kadmin_itable[x.flag] = x
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller-common.yaml30 $ref: /schemas/types.yaml#/definitions/flag
40 $ref: /schemas/types.yaml#/definitions/flag
56 # using the GPIO_ACTIVE_LOW flag. This creates an ambiguity in the
59 # example leaving the GPIO_ACTIVE_LOW flag clear and specifying the
64 $ref: /schemas/types.yaml#/definitions/flag
69 $ref: /schemas/types.yaml#/definitions/flag
105 $ref: /schemas/types.yaml#/definitions/flag
125 $ref: /schemas/types.yaml#/definitions/flag
131 $ref: /schemas/types.yaml#/definitions/flag
136 $ref: /schemas/types.yaml#/definitions/flag
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c130 #define MAKEEXTRALIST(flag, extra, orig_str) \ argument
142 if (flag & VIS_SP) *e++ = ' '; \
143 if (flag & VIS_TAB) *e++ = '\t'; \
144 if (flag & VIS_NL) *e++ = '\n'; \
145 if ((flag & VIS_NOSLASH) == 0) *e++ = '\\'; \
153 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) in do_hvis() argument
160 dst = do_svis(dst, c, flag, nextc, extra); in do_hvis()
169 * flag: Flag word
175 do_svis(char *dst, int c, int flag, int nextc, const char *extra) in do_svis() argument
180 ((flag & VIS_SAFE) && issafe(c)))) { in do_svis()
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in84 type = "flag"
89 type = "flag"
94 type = "flag"
99 type = "-flag"
104 type = "flag"
109 type = "-flag"
114 type = "flag"
146 type = "flag"
151 type = "flag"
156 type = "flag"
[all …]
/freebsd/sys/geom/
H A Dgeom_event.c70 int flag; member
119 g_attr_changed_event(void *arg, int flag) in g_attr_changed_event() argument
130 if (flag != EV_CANCEL && g_shutdown == 0) { in g_attr_changed_event()
143 g_attr_changed(struct g_provider *pp, const char *attr, int flag) in g_attr_changed() argument
148 args = g_malloc(sizeof(*args), flag); in g_attr_changed()
153 error = g_post_event(g_attr_changed_event, args, flag, pp, NULL); in g_attr_changed()
254 ep->flag |= EV_INPROGRESS; in one_event()
262 ep->flag &= ~EV_INPROGRESS; in one_event()
263 if (ep->flag & EV_WAKEUP) { in one_event()
264 ep->flag |= EV_DONE; in one_event()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dvis.c46 #define isvisible(c,flag) \ argument
47 (((c) == '\\' || (flag & VIS_ALL) == 0) && \
50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
51 ((flag & VIS_SP) == 0 && (c) == ' ') || \
52 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
53 ((flag & VIS_NL) == 0 && (c) == '\n') || \
54 ((flag & VIS_SAFE) && ((c) == '\b' || \
62 vis(char *dst, int c, int flag, int nextc) in vis() argument
64 if (isvisible(c, flag)) { in vis()
65 if ((c == '"' && (flag & VIS_DQ) != 0) || in vis()
[all …]
/freebsd/crypto/heimdal/include/
H A Dbits.c77 print_bt(FILE *f, int flag) __attribute__ ((unused));
106 print_bt(FILE *f, int flag) in print_bt() argument
108 if(flag == 0){ in print_bt()
120 int flag; in main() local
175 flag = 0; in main()
177 flag = print_bt(f, flag); in main()
181 flag = print_bt(f, flag); in main()
185 flag = print_bt(f, flag); in main()
189 flag = print_bt(f, flag); in main()
194 flag = print_bt(f, flag); in main()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_set_flags.pod32 already set in the B<BIO>'s flag word remain set.
35 other bits in the flag word are left unchanged.
41 BIO_get_flags() returns the current flag word from the B<BIO> I<b>. This is
48 by setting the B<BIO_FLAGS_SHOULD_RETRY> flag. In addition, it sets the
49 B<BIO_FLAGS_READ> flag to indicate that the retry condition is
53 by setting the B<BIO_FLAGS_SHOULD_RETRY> flag. In addition, it sets the
54 B<BIO_FLAGS_WRITE> flag to indicate that the retry condition is
58 by setting the B<BIO_FLAGS_SHOULD_RETRY> flag. In addition, it sets the
59 B<BIO_FLAGS_IO_SPECIAL> flag to indicate that the retry condition is
77 The following flag bits are currently defined for use with BIO_set_flags(),
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_set_flags.394 already set in the \fBBIO\fR\*(Aqs flag word remain set.
97 other bits in the flag word are left unchanged.
103 \&\fBBIO_get_flags()\fR returns the current flag word from the \fBBIO\fR \fIb\fR. This is
110 by setting the \fBBIO_FLAGS_SHOULD_RETRY\fR flag. In addition, it sets the
111 \&\fBBIO_FLAGS_READ\fR flag to indicate that the retry condition is
115 by setting the \fBBIO_FLAGS_SHOULD_RETRY\fR flag. In addition, it sets the
116 \&\fBBIO_FLAGS_WRITE\fR flag to indicate that the retry condition is
120 by setting the \fBBIO_FLAGS_SHOULD_RETRY\fR flag. In addition, it sets the
121 \&\fBBIO_FLAGS_IO_SPECIAL\fR flag to indicate that the retry condition is
139 The following flag bits are currently defined for use with \fBBIO_set_flags()\fR,
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-opts.def11 flag = {
22 flag = {
33 flag = {
45 flag = {
57 flag = {
65 flag = {
79 flag = {
96 flag = {
117 flag = {
135 flag = {
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dthread_arch.h67 #define CRYPTO_THREAD_GET_STATE(THREAD, FLAG) ((THREAD)->state & (FLAG)) argument
68 #define CRYPTO_THREAD_GET_ERROR(THREAD, FLAG) (((THREAD)->state >> 16) & (FLAG)) argument
86 #define CRYPTO_THREAD_UNSET_STATE(THREAD, FLAG) \ argument
88 (THREAD)->state &= ~(FLAG); \
91 #define CRYPTO_THREAD_SET_STATE(THREAD, FLAG) \ argument
93 (THREAD)->state |= (FLAG); \
96 #define CRYPTO_THREAD_SET_ERROR(THREAD, FLAG) \ argument
98 (THREAD)->state |= ((FLAG) << 16); \
101 #define CRYPTO_THREAD_UNSET_ERROR(THREAD, FLAG) \ argument
103 (THREAD)->state &= ~((FLAG) << 16); \
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-env-var-test_.cc47 void PrintFlag(const char* flag) { in PrintFlag() argument
48 if (strcmp(flag, "break_on_failure") == 0) { in PrintFlag()
53 if (strcmp(flag, "catch_exceptions") == 0) { in PrintFlag()
58 if (strcmp(flag, "color") == 0) { in PrintFlag()
63 if (strcmp(flag, "death_test_style") == 0) { in PrintFlag()
68 if (strcmp(flag, "death_test_use_fork") == 0) { in PrintFlag()
73 if (strcmp(flag, "fail_fast") == 0) { in PrintFlag()
78 if (strcmp(flag, "filter") == 0) { in PrintFlag()
83 if (strcmp(flag, "output") == 0) { in PrintFlag()
88 if (strcmp(flag, "brief") == 0) { in PrintFlag()
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c218 char *name, char *id, char *flag, char *flag_val) in partition_create() argument
273 char *flag, char *val) in parse_group_flag() argument
276 int len = strlen(flag); in parse_group_flag()
277 if (!strncmp(flag, "mtu", len)) { in parse_group_flag()
282 "flag \'mtu\' requires valid value" in parse_group_flag()
284 } else if (!strncmp(flag, "rate", len)) { in parse_group_flag()
289 "flag \'rate\' requires valid value" in parse_group_flag()
291 } else if (!strncmp(flag, "scope", len)) { in parse_group_flag()
297 "flag \'scope\' requires valid value" in parse_group_flag()
301 } else if (!strncmp(flag, "Q_Key", strlen(flag))) { in parse_group_flag()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_feature_activation.ksh25 # the zstd feature flag. Destroying the last dataset using the zstd feature flag
30 # 2. Check that the zstd feature flag is 'enabled'.
32 # 4. Check that the zstd feature flag is now 'active'.
34 # 6. Confirm that the feature flag reverts to the 'enabled' state.
40 "org.freebsd:zstd_compress feature flag, and destroying the last"\
41 "dataset using that property, should revert the feature flag to"\
62 log_unsupported "ZSTD feature flag unsupposed"
74 log_note "After zfs set, feature flag value is: $featureval"
77 log_fail "ZSTD feature flag not activated"
83 log_note "After zfs destroy, feature flag value is: $featureval"
[all …]
/freebsd/bin/chflags/
H A Dchflags.1132 set the archived flag (super-user only)
134 set the nocache flag (owner or super-user only)
136 set the nodump flag (owner or super-user only)
138 set the opaque flag (owner or super-user only)
140 set the system append-only flag (super-user only)
142 set the system immutable flag (super-user only)
144 set the snapshot flag (filesystems do not allow changing this flag)
146 set the system undeletable flag (super-user only)
148 set the user append-only flag (owner or super-user only)
150 set the archive flag (owner or super-user only)
[all …]

12345678910>>...219