/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
|
/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/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/ |
H A D | baseboard-fru-handler.sh | 90 # The output would be in form ethx=yy:yy:yy:yy:yy: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/linux/drivers/usb/serial/ |
H A D | io_edgeport.h | 45 __u8 BootMinorVersion; /* yy. */ 49 __u8 FirmwareMinorVersion; /* yy. */ 52 __u8 ManufactureDescDate[3]; /* MM/DD/YY when descriptor template was compiled */
|
/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/rtc/ |
H A D | m41t62.c | 71 /* assume 20YY not 19YY, and ignore the Century Bit */ in m41t62_update_rtc_time() 102 /* assume 20YY not 19YY */ in m41t62_set_rtc_buf()
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr-props.yaml | 23 lpddrX-YY,ZZZZ where X is the LPDDR version, YY is the manufacturer ID
|
/openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
H A D | posixtm.c | 50 touch -t [[CC]YY]mmddhhmm[.ss] FILE... 54 touch mmddhhmm[YY] FILE... (obsoleted by POSIX 1003.1-2001) 55 8 or 10 digits, YY (if present) must be in the range 69-99 58 date mmddhhmm[[CC]YY]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-soc | 32 YY is continuation code. 71 code, YY is continuation code and ZZZZ is the SOC ID.
|
/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/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | filtersnippet.js | 20 $(elemFrom).datepicker( "option", "dateFormat", "dd/mm/yy" ); 21 $(elemTo).datepicker( "option", "dateFormat", "dd/mm/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/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/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/u-boot/lib/efi_driver/ |
H A D | Makefile | 9 ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
|
/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/obmc-console/ |
H A D | .travis.yml | 13 - sudo apt-get update && sudo apt-get install -yy gcc-5 clang-3.6
|
/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 375 /* Compute y^2 -> store in yy */ in kmb_ocs_ecc_is_pubkey_valid_partial() 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()
|