/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
H A D | fbset-2.1-fix-makefile-dep.patch | 9 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 D | bzlib_huffman.c | 87 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 D | bzlib_compress.c | 162 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 D | 0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch | 18 @@ -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 D | 0002-fix-reproducibility-of-build-process.patch | 32 lex.yy.c: calc.lex
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | Makefile | 13 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 D | debian-toolchain.docker | 16 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 D | debian-tricore-cross.docker | 17 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \ 18 DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
|
H A D | debian-loongarch-cross.docker | 16 apt build-dep -yy qemu 19 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
|
H A D | debian-hexagon-cross.docker | 13 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \ 31 apt build-dep -yy --arch-only qemu && \
|
/openbmc/phosphor-host-ipmid/ |
H A D | .build.sh | 5 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 D | cfb_console.c | 318 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 D | Makefile | 9 ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
|
/openbmc/u-boot/arch/arm/ |
H A D | Makefile | 3 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy) 25 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | renesas,rsnd.txt | 62 [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 D | tileblit.c | 55 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 D | btf_dump_test_case_namespacing.c | 68 Y yy; in f()
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 354 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 D | Makefile.debug | 12 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_AS_IS_GNU),yy)
|
/openbmc/phosphor-event/ |
H A D | .build.sh | 8 RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy \
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch | 81 + 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 D | build-rootfs-size-docker.sh | 54 RUN apt-get update && apt-get install -yy \
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | Makefile | 22 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
|
/openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
H A D | makefile-fix-parallel.patch | 32 lex.yy.c: parsetime.l
|
/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_ucode.h | 70 u8 yy; member
|