| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | Build | 67 perf-y += parse-events-flex.o 70 perf-y += pmu-flex.o 129 perf-y += expr-flex.o 205 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u… 207 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \ 208 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $< 215 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c 217 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \ 218 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $< 225 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/flex/ |
| H A D | flex_2.6.4.bb | 4 HOMEPAGE = "http://sourceforge.net/projects/flex/" 9 DEPENDS = "${@bb.utils.contains('PTEST_ENABLED', '1', 'bison-native flex-native', '', d)}" 15 SRC_URI = "https://github.com/westes/flex/releases/download/v${PV}/flex-${PV}.tar.gz \ 28 UPSTREAM_CHECK_URI = "https://github.com/westes/flex/releases" 29 UPSTREAM_CHECK_REGEX = "flex-(?P<pver>\d+(\.\d+)+)\.tar" 33 # https://github.com/westes/flex/issues/414 43 EXTRA_OEMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', 'FLEX=${STAGING_BINDIR_NATIVE}/flex', '… 46 create_wrapper ${D}/${bindir}/flex M4=${M4} 50 create_wrapper ${D}/${bindir}/flex M4=${M4} 85 CVE_PRODUCT = "flex_project:flex"
|
| /OK3568_Linux_fs/buildroot/package/flex/ |
| H A D | 0002-build-make-it-possible-to-disable-the-build-of-the-f.patch | 4 Subject: [PATCH] build: make it possible to disable the build of the flex 7 The flex program uses fork(), which isn't available on noMMU 12 the flex program. 18 Submitted-upstream: https://github.com/westes/flex/pull/256 38 $(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT) 52 + [do not build the flex program, only the libfl library])], 57 # (e.g. when cross-compiling flex or when bootstrapping has bugs). 68 bin_PROGRAMS = flex
|
| H A D | Config.in | 2 bool "flex" 9 https://github.com/westes/flex/
|
| H A D | 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch | 25 AC_INIT([the fast lexical analyser generator],[2.6.4],[flex-help@lists.sourceforge.net],[flex])
|
| /OK3568_Linux_fs/buildroot/package/libloki/ |
| H A D | 0001-allow-to-install-to-a-specific-location-using-DESTDI.patch | 28 - mkdir -p $(prefix)/include/loki/flex 31 + mkdir -p $(DESTDIR)$(prefix)/include/loki/flex 35 - install -m 644 loki/flex/*.h $(prefix)/include/loki/flex 38 + install -m 644 loki/flex/*.h $(DESTDIR)$(prefix)/include/loki/flex
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd/ |
| H A D | 0001-configure-Check-for-flex-if-lex-is-not-found.patch | 4 Subject: [PATCH] configure: Check for flex if lex is not found 7 flex 21 trylex ${CROSS_COMPILE}flex 23 +trylex flex
|
| /OK3568_Linux_fs/buildroot/package/checkpolicy/ |
| H A D | checkpolicy.mk | 12 CHECKPOLICY_DEPENDENCIES = libselinux flex host-flex host-bison 32 HOST_CHECKPOLICY_DEPENDENCIES = host-libselinux host-flex host-bison
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/flex/flex/ |
| H A D | disable-tests.patch | 2 depends on $(BUILD_SOURCES), which means when building flex parts of the test 3 suite are built even if they're not needed, resulting in flex needing 4 flex-native and bison-native to build.
|
| H A D | run-ptest | 4 make FLEX=/usr/bin/flex -t check-TESTS || true 5 make FLEX=/usr/bin/flex abs_builddir=./ check-TESTS
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | meson.build | 1 flex = find_program('flex') variable 5 flex,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/musl/ |
| H A D | musl-nscd_git.bb | 10 DEPENDS += "flex-native bison-native flex bison" 17 file://0001-configure-Check-for-flex-if-lex-is-not-found.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gradm/ |
| H A D | gradm_3.1-201903191516.bb | 12 DEPENDS = "flex-native bison-native ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)… 30 'FLEX=${STAGING_BINDIR_NATIVE}/flex' \ 40 'FLEX=${STAGING_BINDIR_NATIVE}/flex' \
|
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | check-host-bison-flex.mk | 12 ifeq ($(shell which flex 2>/dev/null),) 13 BR2_FLEX_HOST_DEPENDENCY = host-flex
|
| /OK3568_Linux_fs/buildroot/package/gnuchess/ |
| H A D | gnuchess.mk | 14 GNUCHESS_DEPENDENCIES = host-flex flex
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/ |
| H A D | unfs3_git.bb | 10 DEPENDS = "flex-native bison-native flex" 12 DEPENDS:append:class-nativesdk = " flex-nativesdk"
|
| /OK3568_Linux_fs/buildroot/package/libcue/ |
| H A D | libcue.mk | 11 LIBCUE_DEPENDENCIES = host-bison host-flex flex
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | blockgroup.rst | 59 groups (flex\_bg). Leftover space is used for file data blocks, indirect 66 (flex\_bg). In a flex\_bg, several block groups are tied together as one 68 first block group of the flex\_bg are expanded to include the bitmaps 69 and inode tables of all other block groups in the flex\_bg. For example, 70 if the flex\_bg size is 4, then group 0 will contain (in order) the 77 if flex\_bg is enabled. The number of block groups that make up a 78 flex\_bg is given by 2 ^ ``sb.s_log_groups_per_flex``.
|
| /OK3568_Linux_fs/buildroot/package/at/ |
| H A D | at.mk | 11 AT_DEPENDENCIES = $(if $(BR2_PACKAGE_FLEX),flex) host-bison host-flex
|
| /OK3568_Linux_fs/buildroot/package/acpica/ |
| H A D | acpica.mk | 12 ACPICA_DEPENDENCIES = host-bison host-flex 13 HOST_ACPICA_DEPENDENCIES = host-bison host-flex
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/packagegroups/ |
| H A D | packagegroup-sdk-target.bb | 13 flex flex-dev \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_perf.c | 2108 struct flex { struct 2117 const struct flex *flex, unsigned int count) in gen8_store_flex() argument 2129 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex() 2131 *cs++ = flex->value; in gen8_store_flex() 2132 } while (flex++, --count); in gen8_store_flex() 2142 const struct flex *flex, unsigned int count) in gen8_load_flex() argument 2154 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex() 2155 *cs++ = flex->value; in gen8_load_flex() 2156 } while (flex++, --count); in gen8_load_flex() 2165 const struct flex *flex, unsigned int count) in gen8_modify_context() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | missing | 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|
| /OK3568_Linux_fs/buildroot/package/libsepol/ |
| H A D | libsepol.mk | 14 LIBSEPOL_DEPENDENCIES = host-flex 15 HOST_LIBSEPOL_DEPENDENCIES = $(BR2_COREUTILS_HOST_DEPENDENCY) host-flex
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | meson.build | 110 flex = find_program('flex') variable 114 flex,
|