| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 23 The macro language replaces the variable references with their expanded form, 54 variable is expanded "in place" to yield a text string that may then be 55 expanded further. To get the value of a variable, enclose the variable name in 59 There are two types of variables: simply expanded variables and recursively 60 expanded variables. 62 A simply expanded variable is defined using the := assignment operator. Its 63 righthand side is expanded immediately upon reading the line from the Kconfig 66 A recursively expanded variable is defined using the = assignment operator. 72 variable. The righthand side of += is expanded immediately if the lefthand 83 Useful functions must be expanded when they are used since the same function is [all …]
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | fstatat64.patch | 12 ../../third_party/lss/linux_syscall_support.h:2671:9: note: expanded from macro '_syscall4' 15 ../../third_party/lss/linux_syscall_support.h:2640:39: note: expanded from macro 'LSS_BODY' 18 <scratch space>:222:1: note: expanded from here 22 ../../third_party/lss/linux_syscall_support.h:2668:12: note: expanded from macro '_syscall4' 24 … ../../third_party/lss/linux_syscall_support.h:1901:28: note: expanded from macro 'LSS_N… 27 <scratch space>:213:1: note: expanded from here
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/variable/ |
| H A D | Kconfig | 6 # Simply expanded variable. 12 # Recursively expanded variable. 18 # Append something to a simply expanded variable. 24 # Append something to a recursively expanded variable. 31 # This works as a recursively expanded variable.
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/ |
| H A D | Kconfig | 23 # The following should print "$(X)". It should not be expanded further. 32 # A simple expanded should not be expanded multiple times. 33 # The following should print "$(X)". It should not be expanded further.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | xbel.cpp | 39 expanded(false) in BookmarkNode() 61 || expanded != other.expanded in operator ==() 161 folder->expanded = (attributes().value(QLatin1String("folded")) == QLatin1String("no")); in readFolder() 253 …writeAttribute(QLatin1String("folded"), parent->expanded ? QLatin1String("no") : QLatin1String("ye… in writeItem()
|
| H A D | xbel.h | 65 bool expanded; variable
|
| /OK3568_Linux_fs/buildroot/package/dc3dd/ |
| H A D | 0002-fix-autoreconf.patch | 10 …d/instance-0/output/host/usr/share/aclocal-1.15/obsolete.m4:26: AM_C_PROTOTYPES is expanded from... 11 m4/jm-macros.m4:124: gl_CHECK_ALL_TYPES is expanded from... 12 m4/jm-macros.m4:22: coreutils_MACROS is expanded from...
|
| /OK3568_Linux_fs/buildroot/package/shairport-sync/ |
| H A D | 0002-configure.ac-fix-build-with-automake-1.16.5.patch | 10 configure.ac:305: error: AM_INIT_AUTOMAKE expanded multiple times 11 …ld/run/instance-1/output-1/host/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from... 13 …ld/run/instance-1/output-1/host/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gcov-counter.def | 24 This macro will be expanded to all supported gcov counters, their 26 expanded to a handler function, like in gcov_merge, it is 27 expanded to __gcov_merge ## FN_TYPE. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gcov-counter.def | 24 This macro will be expanded to all supported gcov counters, their 26 expanded to a handler function, like in gcov_merge, it is 27 expanded to __gcov_merge ## FN_TYPE. */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
| H A D | mkdir_p.patch | 7 not expanded so no locale data is written into usr/share/locale. 25 +dnl @MKDIR_P@ is expanded in AM_GNU_GETTEXT
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/ |
| H A D | pinctrl-aspeed.c | 171 char *expanded; in get_defined_attribute() local 173 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute() 174 if (!expanded) { in get_defined_attribute() 176 return expanded; in get_defined_attribute() 179 found = expanded; in get_defined_attribute()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | FileOpen.qml | 62 …onClicked: fileOpen.state == "expanded" ? fileOpen.state = "collapsed" : fileOpen.state = "expande… 76 visible: fileOpen.state == "expanded"
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | gen_init_cpio.c | 385 char expanded[PATH_MAX + 1]; in cpio_replace_env() local 392 snprintf(expanded, sizeof expanded, "%s%s%s", in cpio_replace_env() 394 strcpy(new_location, expanded); in cpio_replace_env()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | librs.rst | 60 The expanded data can be inverted on the fly by providing a non-zero 61 inversion mask. The expanded data is XOR'ed with the mask. This is used 67 The databytes are expanded to the given symbol size on the fly. There is 97 The databytes are expanded to the given symbol size on the fly. There is
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | recipe_sanity.bbclass | 83 expanded = d.getVar(k) 89 cfgexpanded == expanded: 92 (p, cfgunexpanded, unexpanded, expanded))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.treetable.js | 76 if (this.expanded()) { 95 Node.prototype.expanded = function() { method in Node 184 if (this.expanded()) { 191 if (this.expanded()) {
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | ltsugar.m4 | 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | hv-common.c | 36 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED); in hv_perf_caps_get()
|
| H A D | hv-common.h | 12 expanded:1, member
|
| /OK3568_Linux_fs/kernel/ |
| H A D | OWNERS | 9 # The expanded list of reviewers can be found at:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-cross-canadian.bb | 8 # Use indirection to stop these being expanded prematurely
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file.c | 219 int expanded = 0; in expand_files() local 226 return expanded; in expand_files() 234 expanded = 1; in expand_files() 242 expanded = expand_fdtable(files, nr); in expand_files() 246 return expanded; in expand_files()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery.treetable.theme.toaster.css | 13 table.treetable tr.expanded span.indenter a { 23 table.treetable tr.expanded.selected span.indenter a { 36 table.treetable tr.expanded.accept td span.indenter a {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libxcb/ |
| H A D | disable-check.patch | 5 the future if the test suite is expanded this can be made conditional on the
|