Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/
H A Dfbset-2.1-fix-makefile-dep.patch9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop.
20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o
24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h
25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c
27 lex.yy.c: modes.l
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_huffman.c87 Int32 zz, yy, tmp; \
90 yy = zz << 1; \
91 if (yy > nHeap) break; \
92 if (yy < nHeap && \
93 weight[heap[yy+1]] < weight[heap[yy]]) \
94 yy++; \
95 if (weight[tmp] < weight[heap[yy]]) break; \
96 heap[zz] = heap[yy]; \
97 zz = yy; \
H A Dbzlib_compress.c162 UChar yy[256]; in generateMTFValues() local
201 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i; in generateMTFValues()
210 if (yy[0] == ll_i) { in generateMTFValues()
233 rtmp = yy[1]; in generateMTFValues()
234 yy[1] = yy[0]; in generateMTFValues()
235 ryy_j = &(yy[1]); in generateMTFValues()
244 yy[0] = rtmp; in generateMTFValues()
245 j = ryy_j - &(yy[0]); in generateMTFValues()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch18 @@ -59,8 +59,9 @@ lex.yy.c: calc.lex
19 lex.yy.o: lex.yy.c
20 $(CC) $(CFLAGS) -I$(srcdir) -c lex.yy.c
H A D0002-fix-reproducibility-of-build-process.patch32 lex.yy.c: calc.lex
/openbmc/phosphor-host-ipmid/
H A D.build.sh5 RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -yy
6 RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy make g++ gcc libsyst…
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-toolchain.docker16 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
28 apt build-dep -yy --arch-only gcc glibc
39 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
H A Ddebian-tricore-cross.docker15 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
16 DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
H A Ddebian-loongarch-cross.docker16 apt build-dep -yy qemu
19 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
H A Ddebian-hexagon-cross.docker13 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
31 apt build-dep -yy --arch-only qemu && \
H A Ddebian-xtensa-cross.docker11 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
H A Ddebian-legacy-test-cross.docker21 apt build-dep -yy qemu
/openbmc/u-boot/lib/efi_driver/
H A DMakefile9 ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c318 static void video_drawchars(int xx, int yy, unsigned char *s, int count) in video_drawchars() argument
323 offset = yy * VIDEO_LINE_LEN + xx * VIDEO_PIXEL_SIZE; in video_drawchars()
501 static inline void video_drawstring(int xx, int yy, unsigned char *s) in video_drawstring() argument
503 video_drawchars(xx, yy, s, strlen((char *) s)); in video_drawstring()
506 static void video_putchar(int xx, int yy, unsigned char c) in video_putchar() argument
508 video_drawchars(xx, yy + video_logo_height, &c, 1); in video_putchar()
519 static void video_invertchar(int xx, int yy) in video_invertchar() argument
523 int firsty = yy * VIDEO_LINE_LEN; in video_invertchar()
524 int lasty = (yy + VIDEO_FONT_HEIGHT) * VIDEO_LINE_LEN; in video_invertchar()
1909 int xx = VIDEO_INFO_X, yy = VIDEO_INFO_Y; in video_logo() local
[all …]
/openbmc/u-boot/arch/arm/
H A DMakefile3 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
25 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
/openbmc/phosphor-event/
H A D.build.sh8 RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy \
/openbmc/openbmc-build-scripts/
H A Dbuild-rootfs-size-docker.sh54 RUN apt-get update && apt-get install -yy \
H A Dqemu-build.sh102 RUN apt-get update && apt-get install -yy --no-install-recommends \
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dmakefile-fix-parallel.patch32 lex.yy.c: parsetime.l
/openbmc/u-boot/lib/efi_selftest/
H A DMakefile45 ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
/openbmc/docs/
H A DREDFISH-cheatsheet.md227 …ontext", "DeliveryRetryPolicy": "RetryForever", "Destination": "http://yy.yy.yy.yy:8888/events", "…
/openbmc/u-boot/drivers/serial/
H A DMakefile8 ifeq ($(CONFIG_$(SPL_TPL_)BUILD)$(CONFIG_$(SPL_TPL_)DM_SERIAL),yy)
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex51 REG_ID_64 ee|ss|dd|tt|uu|vv|xx|yy
/openbmc/u-boot/
H A DMakefile824 ifeq ($(CONFIG_MX6)$(CONFIG_SECURE_BOOT), yy)
827 ifeq ($(CONFIG_MX7)$(CONFIG_SECURE_BOOT), yy)
851 ifeq ($(CONFIG_ARCH_SUNXI)$(CONFIG_SPL),yy)
856 ifeq ($(CONFIG_TEGRA)$(CONFIG_SPL),yy)
872 ifeq ($(CONFIG_MPC85xx)$(CONFIG_OF_SEPARATE),yy)
994 ifneq ($(CONFIG_DM_SPI)$(CONFIG_OF_CONTROL),yy)
1005 ifneq ($(CONFIG_DM_SPI_FLASH)$(CONFIG_OF_CONTROL),yy)
1247 ifeq ($(CONFIG_ARCH_LPC32XX)$(CONFIG_SPL),yy)
1330 ifeq ($(CONFIG_MPC85xx)$(CONFIG_OF_SEPARATE),yy)
1436 ifeq ($(CONFIG_MPC85xx)$(CONFIG_OF_SEPARATE),yy)
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-qemu-robot-docker.sh57 RUN apt-get update && apt-get install -yy \

12