Home
last modified time | relevance | path

Searched refs:unset (Results 51 - 75 of 152) sorted by relevance

1234567

/third_party/rust/crates/rustix/src/process/
H A Dsched.rs53 pub fn unset(&mut self, field: usize) { in unset() functions
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-mem.c43 const char *str, int unset __maybe_unused) in parse_record_events()
396 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument
403 if (unset) in parse_mem_ops()
H A Dbuiltin-report.c1073 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in report_parse_callchain_opt() argument
1077 callchain->enabled = !unset; in report_parse_callchain_opt()
1081 if (unset) { in report_parse_callchain_opt()
1092 int unset __maybe_unused) in parse_time_quantum()
1128 const char *arg, int unset __maybe_unused) in report_parse_ignore_callees_opt()
1146 const char *str __maybe_unused, int unset) in parse_branch_mode()
1150 *branch_mode = !unset; in parse_branch_mode()
1156 int unset __maybe_unused) in parse_percent_limit()
1145 parse_branch_mode(const struct option *opt, const char *str __maybe_unused, int unset) parse_branch_mode() argument
/third_party/mbedtls/tests/scripts/
H A Ddepends.py28 one is defined and other symbols from the list are unset. For each job look for
29 any non-standard symbols to set/unset in EXCLUSIVE_GROUPS. These are usually not
31 look for any unset symbols and handle their reverse dependencies.
124 """Set/unset a configuration option, optionally specifying a value.
125 value can be either True/False (set/unset config option), or a string,
132 log_command(['config.py', 'unset', option])
133 conf.unset(option)
297 unset = dep.startswith('-')
299 config_settings[dep] = not unset
319 with this symbol set and the others unset
[all...]
/third_party/mbedtls/library/
H A Dentropy.c524 unsigned char unset = 0x00; in mbedtls_entropy_source_self_test_check_bits() local
529 unset |= buf[i]; in mbedtls_entropy_source_self_test_check_bits()
532 return set == 0xFF || unset == 0x00; in mbedtls_entropy_source_self_test_check_bits()
538 * - The entropy source is not providing only 0s (all bits unset) or 1s (all
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-stat.c1029 const char *s __maybe_unused, int unset) in stat__set_big_num()
1031 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
1032 perf_stat__set_big_num(!unset); in stat__set_big_num()
1037 const char *s __maybe_unused, int unset) in enable_metric_only()
1040 stat_config.metric_only = !unset; in enable_metric_only()
1046 int unset __maybe_unused) in parse_metric_groups()
1056 int unset __maybe_unused) in parse_control_option()
1064 const char *str, int unset) in parse_stat_cgroups()
1071 return parse_cgroups(opt, str, unset); in parse_stat_cgroups()
1028 stat__set_big_num(const struct option *opt __maybe_unused, const char *s __maybe_unused, int unset) stat__set_big_num() argument
1036 enable_metric_only(const struct option *opt __maybe_unused, const char *s __maybe_unused, int unset) enable_metric_only() argument
1063 parse_stat_cgroups(const struct option *opt, const char *str, int unset) parse_stat_cgroups() argument
H A Dbuiltin-kmem.c1755 const char *arg, int unset __maybe_unused) in parse_sort_opt()
1778 int unset __maybe_unused) in parse_caller_opt()
1786 int unset __maybe_unused) in parse_alloc_opt()
1794 int unset __maybe_unused) in parse_slab_opt()
1802 int unset __maybe_unused) in parse_page_opt()
1809 const char *arg, int unset __maybe_unused) in parse_line_opt()
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dvideocodec.h253 int (*unset)(struct videocodec *codec); member
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dvideocodec.h253 int (*unset)(struct videocodec *codec); member
H A Dvideocodec.c136 res = a->codec->unset(a->codec); in videocodec_detach()
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_case_sensitivity.py47 env.unset('PYTHONCASEOK')
/third_party/rust/crates/nix/src/sys/
H A Dtimerfd.rs179 pub fn unset(&self) -> Result<()> { in unset() functions
193 /// Note: If the alarm is unset, then you will wait forever.
/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.h596 int unset);
712 int unset __maybe_unused) in itrace_parse_synth_opts()
H A Dsort.h298 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
H A Dpfm.c32 int unset __maybe_unused) in parse_libpfm_events_option()
H A Drecord.c267 int record__parse_freq(const struct option *opt, const char *str, int unset __maybe_unused) in record__parse_freq()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devlist.h191 int evlist__parse_mmap_pages(const struct option *opt, const char *str, int unset);
434 const char *str, int unset);
H A Dpfm.c34 int unset __maybe_unused) in parse_libpfm_events_option()
H A Drecord.c271 int record__parse_freq(const struct option *opt, const char *str, int unset __maybe_unused) in record__parse_freq()
H A Dsort.h316 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
/third_party/mbedtls/scripts/
H A Dconfig.py121 def unset(self, name): member in Config
122 """Make name unset (inactive).
135 `True` if `name` is set and `False` if `name` is known but unset,
138 otherwise unset `name` (i.e. make it known but inactive).
525 parser_unset = subparsers.add_parser('unset',
530 parser_unset_all = subparsers.add_parser('unset-all',
590 elif args.command == 'unset':
591 config.unset(args.symbol)
592 elif args.command == 'unset-all':
/third_party/curl/projects/
H A Dbuild-wolfssl.bat363 echo If this parameter is unset the OS platform is used ^(%OS_PLATFORM%^).
371 echo If this parameter is unset both configurations are built.
378 echo If this parameter is unset the directory used is "%DEFAULT_START_DIR%".
/third_party/icu/icu4c/source/allinone/
H A Dicucheck.bat114 REM unset ICU_OPATH
/third_party/python/Lib/test/
H A Dtest__osx_support.py28 self.env.unset(cv)
/third_party/rust/crates/nix/src/
H A Dsched.rs213 pub fn unset(&mut self, field: usize) -> Result<()> { in unset() functions

Completed in 25 milliseconds

1234567