Home
last modified time | relevance | path

Searched refs:unset (Results 76 - 100 of 152) sorted by relevance

1234567

/kernel/linux/linux-6.6/tools/perf/util/
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);
H A Dparse-events.c2272 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 Dannotate.h430 int unset);
H A Dsymbol.h173 const char *dir, int unset __maybe_unused);
/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
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov9640.c229 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 Dov9640.c229 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 Dsdma_v4_0.c961 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 Dannotate.h417 int unset);
H A Dcgroup.c153 int unset __maybe_unused) in parse_cgroups()
H A Dsymbol.h177 const char *dir, int unset __maybe_unused);
H A Dparse-events.c2274 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 Dvideocodec.c156 res = a->codec->unset(a->codec); in videocodec_detach()
H A Dzr36016.c400 .unset = zr36016_unset,
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dzr36016.c384 .unset = zr36016_unset,
/third_party/node/deps/v8/include/
H A Dv8config.h199 # error A target OS is defined but V8_HAVE_TARGET_OS is unset.
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-pxa.c290 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 Di2c-pxa.c290 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 Dcommand_gen.cc622 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 Dbuiltin-script.c2622 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 Dnuma.c164 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 Dnuma.c164 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()

Completed in 36 milliseconds

1234567