/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | record.c | 271 int record__parse_freq(const struct option *opt, const char *str, int unset __maybe_unused) in record__parse_freq()
|
H A D | sort.h | 316 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
|
H A D | parse-events.c | 2272 int unset __maybe_unused) in parse_events_option() 2291 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset) in parse_events_option_new_evlist() argument 2304 ret = parse_events_option(opt, str, unset); in parse_events_option_new_evlist() 2392 int unset __maybe_unused) in parse_filter() 2424 int unset __maybe_unused) in exclude_perf()
|
H A D | annotate.h | 430 int unset);
|
H A D | symbol.h | 173 const char *dir, int unset __maybe_unused);
|
/third_party/icu/icu4c/source/allinone/ |
H A D | icucheck.bat | 114 REM unset ICU_OPATH
|
/third_party/python/Lib/test/ |
H A D | test__osx_support.py | 28 self.env.unset(cv)
|
/third_party/rust/crates/nix/src/ |
H A D | sched.rs | 213 pub fn unset(&mut self, field: usize) -> Result<()> { in unset() functions
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov9640.c | 229 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() argument 242 val &= ~unset; in ov9640_reg_rmw()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov9640.c | 229 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() argument 242 val &= ~unset; in ov9640_reg_rmw()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | sdma_v4_0.c | 961 int i, unset = 0; in sdma_v4_0_gfx_stop() local 966 if ((adev->mman.buffer_funcs_ring == sdma[i]) && unset != 1) { in sdma_v4_0_gfx_stop() 968 unset = 1; in sdma_v4_0_gfx_stop() 1004 bool unset = false; in sdma_v4_0_page_stop() local 1010 (!unset)) { in sdma_v4_0_page_stop() 1012 unset = true; in sdma_v4_0_page_stop()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 417 int unset);
|
H A D | cgroup.c | 153 int unset __maybe_unused) in parse_cgroups()
|
H A D | symbol.h | 177 const char *dir, int unset __maybe_unused);
|
H A D | parse-events.c | 2274 int unset __maybe_unused) in parse_events_option() 2291 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset) in parse_events_option_new_evlist() argument 2305 ret = parse_events_option(opt, str, unset); in parse_events_option_new_evlist() 2396 int unset __maybe_unused) in parse_filter() 2428 int unset __maybe_unused) in exclude_perf()
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | videocodec.c | 156 res = a->codec->unset(a->codec); in videocodec_detach()
|
H A D | zr36016.c | 400 .unset = zr36016_unset,
|
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zr36016.c | 384 .unset = zr36016_unset,
|
/third_party/node/deps/v8/include/ |
H A D | v8config.h | 199 # error A target OS is defined but V8_HAVE_TARGET_OS is unset.
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-pxa.c | 290 const char *unset; member 292 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u } 299 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-pxa.c | 290 const char *unset; member 292 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u } 299 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 622 Name of the target corresponding to "All" target in Xcode. If unset, 629 to contain files of it and its dependencies. If unset, the whole build
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 2622 const char *str, int unset __maybe_unused) in parse_scriptname() 2668 const char *arg, int unset __maybe_unused) in parse_output_fields() 2980 int unset __maybe_unused) in list_available_scripts() 3390 int unset __maybe_unused) in parse_insn_trace() 3400 int unset __maybe_unused) in parse_xed() 3411 int unset __maybe_unused) in parse_call_trace() 3422 int unset __maybe_unused) in parse_callret_trace()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 164 static int parse_cpus_opt(const struct option *opt, const char *arg, int unset); 165 static int parse_nodes_opt(const struct option *opt, const char *arg, int unset); 628 const char *arg, int unset __maybe_unused) in parse_cpus_opt() 743 const char *arg, int unset __maybe_unused) in parse_nodes_opt()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 164 static int parse_cpus_opt(const struct option *opt, const char *arg, int unset); 165 static int parse_nodes_opt(const struct option *opt, const char *arg, int unset); 667 const char *arg, int unset __maybe_unused) in parse_cpus_opt() 782 const char *arg, int unset __maybe_unused) in parse_nodes_opt()
|