Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 251) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/package/php/
H A D0001-acinclude.m4-don-t-unset-variables.patch4 Subject: [PATCH] acinclude.m4: don't unset variables
24 - unset ac_cv_lib_$2[]_$1
25 - unset ac_cv_lib_$2[]___$1
26 unset found
33 - unset ac_cv_func_$1
34 - unset ac_cv_func___$1
35 unset found
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0002-build-php.m4-don-t-unset-cache-variables.patch4 Subject: [PATCH 02/11] build/php.m4: don't unset cache variables
29 - unset ac_cv_lib_$2[]_$1
30 - unset ac_cv_lib_$2[]___$1
31 unset found
38 - unset ac_cv_func_$1
39 - unset ac_cv_func___$1
40 unset found
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-regs-options.c13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() argument
21 if (unset) in __parse_regs()
90 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() argument
92 return __parse_regs(opt, str, unset, false); in parse_user_regs()
96 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs() argument
98 return __parse_regs(opt, str, unset, true); in parse_intr_regs()
H A Dparse-regs-options.h5 int parse_user_regs(const struct option *opt, const char *str, int unset);
6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
H A Dpfm.h14 int unset);
24 int unset __maybe_unused) in parse_libpfm_events_option()
H A Dparse-events.h34 int parse_events_option(const struct option *opt, const char *str, int unset);
35 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset);
46 int parse_filter(const struct option *opt, const char *str, int unset);
47 int exclude_perf(const struct option *opt, const char *arg, int unset);
H A Dparse-branch-options.c94 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
98 if (unset) in parse_branch_stack()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A DglmTargets.cmake29 unset(_targetsDefined)
30 unset(_targetsNotDefined)
31 unset(_expectedTargets)
39 unset(_targetsDefined)
40 unset(_targetsNotDefined)
41 unset(_expectedTargets)
53 unset(_realOrig)
54 unset(_realCurr)
98 unset(_IMPORT_CHECK_FILES_FOR_${target})
100 unset(_IMPORT_CHECK_TARGETS)
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dparse-options.c73 const int unset = flags & OPT_UNSET; in get_value() local
76 if (unset && p->opt) in get_value()
78 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
147 if (unset) in get_value()
187 if (unset) in get_value()
194 *(bool *)opt->value = unset ? false : true; in get_value()
200 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value()
204 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value()
208 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value()
213 if (unset) in get_value()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/
H A DOpenCVModules.cmake29 unset(_targetsDefined)
30 unset(_targetsNotDefined)
31 unset(_expectedTargets)
39 unset(_targetsDefined)
40 unset(_targetsNotDefined)
41 unset(_expectedTargets)
165 unset(_IMPORT_CHECK_FILES_FOR_${target})
167 unset(_IMPORT_CHECK_TARGETS)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/
H A DOpenCVModules.cmake29 unset(_targetsDefined)
30 unset(_targetsNotDefined)
31 unset(_expectedTargets)
39 unset(_targetsDefined)
40 unset(_targetsNotDefined)
41 unset(_expectedTargets)
165 unset(_IMPORT_CHECK_FILES_FOR_${target})
167 unset(_IMPORT_CHECK_TARGETS)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/abi-arm64-v8a/
H A DOpenCVModules.cmake29 unset(_targetsDefined)
30 unset(_targetsNotDefined)
31 unset(_expectedTargets)
39 unset(_targetsDefined)
40 unset(_targetsNotDefined)
41 unset(_expectedTargets)
167 unset(_IMPORT_CHECK_FILES_FOR_${target})
169 unset(_IMPORT_CHECK_TARGETS)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/abi-armeabi-v7a/
H A DOpenCVModules.cmake29 unset(_targetsDefined)
30 unset(_targetsNotDefined)
31 unset(_expectedTargets)
39 unset(_targetsDefined)
40 unset(_targetsNotDefined)
41 unset(_expectedTargets)
167 unset(_IMPORT_CHECK_FILES_FOR_${target})
169 unset(_IMPORT_CHECK_TARGETS)
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/
H A D0008-do-not-auto-check-var-PYTHON.patch29 - [unset PYTHON
32 unset PYTHON_VERSION
33 unset PYTHON_CPPFLAGS
34 unset PYTHON_LDFLAGS
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/
H A D0001-configure.ac-drop-non-standard-checks.patch20 …AC_CHECK_LIB([id3tag -lz], [id3_file_open], [LIBID3TAG_LIBS="-lid3tag -lz"], [unset ac_cv_lib_id3t…
28 …[unset ac_cv_lib_avformat_av_open_input_file; unset ac_cv_lib_avformat_avformat_open_input; LDFLAG…
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-ftrace.c726 const char *str, int unset) in opt_list_avail_functions() argument
732 if (unset || !str) in opt_list_avail_functions()
758 int unset __maybe_unused) in parse_filter_func()
784 const char *str, int unset) in parse_buffer_size() argument
796 if (unset) { in parse_buffer_size()
815 const char *str, int unset) in parse_func_tracer_opts() argument
825 if (unset) in parse_func_tracer_opts()
836 const char *str, int unset) in parse_graph_tracer_opts() argument
849 if (unset) in parse_graph_tracer_opts()
H A Dbuiltin-probe.c168 int unset __maybe_unused) in opt_set_target()
203 const char *str, int unset __maybe_unused) in opt_set_target_ns()
234 const char *str, int unset __maybe_unused) in opt_show_lines()
254 const char *str, int unset __maybe_unused) in opt_show_vars()
276 const char *str, int unset __maybe_unused) in opt_add_probe_event()
287 const char *str, int unset) in opt_set_filter_with_command() argument
289 if (!unset) in opt_set_filter_with_command()
299 const char *str, int unset __maybe_unused) in opt_set_filter()
/OK3568_Linux_fs/u-boot/net/
H A DKconfig11 bool "Random ethaddr if unset"
15 even when the ethaddr variable for that interface is unset.
32 If unset, timeout and maximum are hard-defined as 1 second
/OK3568_Linux_fs/external/mpp/build/android/
H A Dandroid.toolchain.cmake273 unset( ${var_name} CACHE )
299 unset( __value )
300 unset( __values )
306 unset( __test_path )
316 unset( __apiFileContent )
317 unset( __ndkApiLevelRegex )
332 unset( __gccExePath )
333 unset( __gccExePathsCount )
334 unset( __gccExeName )
354 unset(__new_path)
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/
H A Dandroid.toolchain.cmake275 unset( ${var_name} CACHE )
301 unset( __value )
302 unset( __values )
308 unset( __test_path )
325 unset( __apiFileContent )
326 unset( __ndkApiLevelRegex )
341 unset( __gccExePath )
342 unset( __gccExePathsCount )
343 unset( __gccExeName )
363 unset(__new_path)
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dste-dma40.txt44 Logical channel when unset
47 Memory to Device when unset
50 Little endian when unset
53 Use automatic channel selection when unset
56 Normal priority when unset
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0013-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch25 @@ -75,21 +75,15 @@ unset(_qt5gui_OPENGL_INCLUDE_DIR CACHE)
41 - unset(_actual_dir CACHE)
46 + unset(_actual_dir CACHE)
/OK3568_Linux_fs/buildroot/package/woff2/
H A D0001-CMake-Handle-multiple-libraries-being-returned-for-B.patch20 unset to let find_package_handle_standard_args() report an error.
45 + unset(BROTLIDEC_LIBRARIES)
70 + unset(BROTLIENC_LIBRARIES)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/
H A Dinterp.patch28 - unset -nocomplain result
29 + unset -nocomplain result tout
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-0.21/
H A D0001-tests-autopoint-3-unset-MAKEFLAGS.patch4 Subject: [PATCH] tests/autopoint-3: unset MAKEFLAGS
23 +unset MAKEFLAGS

1234567891011