Home
last modified time | relevance | path

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

123

/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/linux/drivers/video/fbdev/omap/
H A DMakefile13 objs-yy := omapfb_main.o lcdc.o
24 omapfb-objs := $(objs-yy)
26 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
/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.docker17 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
18 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 && \
/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/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/lib/efi_driver/
H A DMakefile9 ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
/openbmc/u-boot/arch/arm/
H A DMakefile3 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
25 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drenesas,rsnd.txt62 [xx]Hz [yy]Hz
65 SRC can convert [xx]Hz to [yy]Hz. Then, it has below 2 modes
94 [xx]ch [yy]ch
97 CTU can convert [xx]ch to [yy]ch, or exchange outputted channel.
/openbmc/linux/drivers/video/fbdev/core/
H A Dtileblit.c55 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument
63 blit.sy = yy; in tile_putcs()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c68 Y yy; in f()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c354 u64 yy[KMB_ECC_VLI_MAX_DIGITS] = { 0 }; in kmb_ocs_ecc_is_pubkey_valid_partial() local
376 rc = kmb_ecc_do_scalar_op(ecc_dev, yy, pk->y, pk->y, curve, pk->ndigits, in kmb_ocs_ecc_is_pubkey_valid_partial()
411 rc = vli_cmp(yy, w, pk->ndigits); in kmb_ocs_ecc_is_pubkey_valid_partial()
417 memzero_explicit(yy, sizeof(yy)); in kmb_ocs_ecc_is_pubkey_valid_partial()
/openbmc/linux/scripts/
H A DMakefile.debug12 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_AS_IS_GNU),yy)
/openbmc/phosphor-event/
H A D.build.sh8 RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy \
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A Dgcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch81 + friend istream& operator>>(istream& in, years_from_to&& yy)
97 + yy.from = year(1900);
100 + yy.from = year{num};
106 + yy.to = year::max();
111 + yy.to = yy.from;
115 + yy.to = year{num};
/openbmc/openbmc-build-scripts/
H A Dbuild-rootfs-size-docker.sh54 RUN apt-get update && apt-get install -yy \
/openbmc/linux/drivers/firmware/arm_scmi/
H A DMakefile22 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dmakefile-fix-parallel.patch32 lex.yy.c: parsetime.l
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h70 u8 yy; member

123