Home
last modified time | relevance | path

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

12345678910>>...196

/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 */
138 /*! Base class for wait/release volatile flag */
143 PtrType checker; /**< When flag==checker, it has been released. */
165 /*! @result true if the flag object has been released. */
173 /*! @param old_loc in old value of flag
174 * @result true if the flag's old value indicates it was released. */
176 /*! @result true if the flag object is not yet released.
179 * while (flag.notdone_check()) { pause(); }
184 /*! @result Actual flag value before release was applied.
185 * 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/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/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
298 // Please include the version that deprecated the flag as comment to allow
308 def : Flag<["-"], "fslp-vectorize-aggressive">, Group<clang_ignored_legacy_options_Group>;
309 def : Flag<["-"], "fno-slp-vectorize-aggressive">, Group<clang_ignored_legacy_options_Group>;
312 def mmpx : Flag<["-"], "mmpx">, Group<clang_ignored_legacy_options_Group>;
313 def mno_mpx : Flag<["-"], "mno-mpx">, Group<clang_ignored_legacy_options_Group>;
345 // Args.hasArg(OPT_ffoo) can be used to check that the flag is enabled.
351 def f#NAME : Flag<["-"], "f"#name>, Visibility<[CC1Option] # vis>,
[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/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller.yaml38 $ref: /schemas/types.yaml#/definitions/flag
48 $ref: /schemas/types.yaml#/definitions/flag
64 # using the GPIO_ACTIVE_LOW flag. This creates an ambiguity in the
67 # example leaving the GPIO_ACTIVE_LOW flag clear and specifying the
72 $ref: /schemas/types.yaml#/definitions/flag
77 $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.c71 int flag; member
120 g_attr_changed_event(void *arg, int flag) in g_attr_changed_event() argument
131 if (flag != EV_CANCEL && g_shutdown == 0) { in g_attr_changed_event()
144 g_attr_changed(struct g_provider *pp, const char *attr, int flag) in g_attr_changed() argument
149 args = g_malloc(sizeof *args, flag); in g_attr_changed()
154 error = g_post_event(g_attr_changed_event, args, flag, pp, NULL); in g_attr_changed()
255 ep->flag |= EV_INPROGRESS; in one_event()
263 ep->flag &= ~EV_INPROGRESS; in one_event()
264 if (ep->flag & EV_WAKEUP) { in one_event()
265 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/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/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/bin/chflags/
H A Dchflags.1107 set the archived flag (super-user only)
109 set the nodump flag (owner or super-user only)
111 set the opaque flag (owner or super-user only)
113 set the system append-only flag (super-user only)
115 set the system immutable flag (super-user only)
117 set the snapshot flag (filesystems do not allow changing this flag)
119 set the system undeletable flag (super-user only)
121 set the user append-only flag (owner or super-user only)
123 set the archive flag (owner or super-user only)
125 set the user immutable flag (owner or super-user only)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp55 // flag.
408 // 843419. Only non-Cortex-A53 devices are allowed to skip this flag. in ConstructJob()
1050 auto MArchMips16 = MultilibBuilder("/mips16").flag("-m32").flag("-mips16"); in findMipsCsMultilibs()
1053 MultilibBuilder("/micromips").flag("-m32").flag("-mmicromips"); in findMipsCsMultilibs()
1056 .flag("-mips16", /*Disallow=*/true) in findMipsCsMultilibs()
1057 .flag("-mmicromips", /*Disallow=*/true); in findMipsCsMultilibs()
1059 auto UCLibc = MultilibBuilder("/uclibc").flag("-muclibc"); in findMipsCsMultilibs()
1061 auto SoftFloat = MultilibBuilder("/soft-float").flag("-msoft-float"); in findMipsCsMultilibs()
1063 auto Nan2008 = MultilibBuilder("/nan2008").flag("-mnan=2008"); in findMipsCsMultilibs()
1066 .flag("-msoft-float", /*Disallow=*/true) in findMipsCsMultilibs()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_feature_activation.ksh34 # the zstd feature flag. Destroying the last dataset using the zstd feature flag
39 # 2. Check that the zstd feature flag is 'enabled'.
41 # 4. Check that the zstd feature flag is now 'active'.
43 # 6. Confirm that the feature flag reverts to the 'enabled' state.
49 "org.freebsd:zstd_compress feature flag, and destroying the last"\
50 "dataset using that property, should revert the feature flag to"\
71 log_unsupported "ZSTD feature flag unsupposed"
83 log_note "After zfs set, feature flag value is: $featureval"
86 log_fail "ZSTD feature flag not activated"
92 log_note "After zfs destroy, feature flag value is: $featureval"
[all …]
/freebsd/share/man/man9/
H A Dusbdi.9477 This flag forces the last transmitted USB packet to be short.
480 This flag can be changed during operation.
482 This flag allows the received transfer length, "xfer->actlen" to be
484 This flag can be changed during operation.
486 This flag allows the reception of multiple short USB frames.
487 This flag
490 This flag can be changed during operation.
492 This flag causes a failing USB transfer to remain first in the PIPE
503 The purpose of this flag is to avoid races when multiple transfers are
508 In this case this flag is used to prevent the following USB transfers
[all …]
/freebsd/contrib/lutok/m4/
H A Dcompiler-flags.m434 dnl Be aware that, in order to detect a flag accurately, we may need to enable
37 dnl selected. This fact would confuse the flag checks below because we would
38 dnl conclude that a flag is valid while in reality it is not. To resolve this,
39 dnl the macros below will pass -Werror to the compiler along with any other flag
43 dnl Checks for a compiler flag and sets a result variable.
51 dnl \param 3 The name of the compiler flag to check for.
53 dnl be set to 'yes' if the flag is valid, 'no' otherwise.
55 dnl looking for the flag in $3. We use this here to pass -Werror to the
56 dnl flag checks (unless we are checking for -Werror already).
72 dnl Checks for a compiler flag and appends it to a result variable.
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td4 def NAME: Flag<["--"], name>, HelpText<help1>;
5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
14 class F<string name, string help>: Flag<["--"], name>, HelpText<help>;
23 def basenames : Flag<["--"], "basenames">, HelpText<"Strip directory names from paths">;
34 def filter_markup : Flag<["--"], "filter-markup">, HelpText<"Filter symbolizer markup from stdin.">;
63 def : Flag<["-"], "a">, Alias<addresses>, HelpText<"Alias for --addresses">;
65 def : Flag<["-"], "C">, Alias<demangle>, HelpText<"Alias for --demangle">;
70 def : Flag<["-"], "f">, Alias<functions>, HelpText<"Alias for --functions">;
72 def : Flag<["-"], "h">, Alias<help>;
73 def : Flag<["
[all...]

12345678910>>...196