Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1103b/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
8 ifneq ($(CONFIG_SPL_BUILD)$(CONFIG_SPL_DECOMP_HEADER),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3506/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
8 ifneq ($(CONFIG_SPL_BUILD)$(CONFIG_SPL_DECOMP_HEADER),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1106/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
8 ifneq ($(CONFIG_SPL_BUILD)$(CONFIG_SPL_DECOMP_HEADER),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3562/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3528/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3568/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3588/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3576/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/px30/
H A DMakefile9 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126b/
H A DMakefile7 ifneq ($(CONFIG_TPL_BUILD)$(CONFIG_TPL_TINY_FRAMEWORK),yy)
/rk3399_rockchip-uboot/arch/arm/
H A DMakefile5 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
25 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
/rk3399_rockchip-uboot/lib/
H A DMakefile70 ifneq ($(CONFIG_$(SPL_TPL_)BUILD)$(CONFIG_$(SPL_TPL_)OF_PLATDATA),yy)
104 ifneq ($(CONFIG_LIB_HW_RAND)$(CONFIG_RNG_ROCKCHIP),yy)
/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c320 static void video_drawchars(int xx, int yy, unsigned char *s, int count) in video_drawchars() argument
325 offset = yy * VIDEO_LINE_LEN + xx * VIDEO_PIXEL_SIZE; in video_drawchars()
503 static inline void video_drawstring(int xx, int yy, unsigned char *s) in video_drawstring() argument
505 video_drawchars(xx, yy, s, strlen((char *) s)); in video_drawstring()
508 static void video_putchar(int xx, int yy, unsigned char c) in video_putchar() argument
510 video_drawchars(xx, yy + video_logo_height, &c, 1); in video_putchar()
521 static void video_invertchar(int xx, int yy) in video_invertchar() argument
525 int firsty = yy * VIDEO_LINE_LEN; in video_invertchar()
526 int lasty = (yy + VIDEO_FONT_HEIGHT) * VIDEO_LINE_LEN; in video_invertchar()
/rk3399_rockchip-uboot/doc/
H A DREADME.mpc85xxcds133 SW2=0x1111yy x=Flash bank, yy=PCI slot
/rk3399_rockchip-uboot/
H A DMakefile661 ifneq ($(CONFIG_SPL_BUILD)$(CONFIG_SPL_DECOMP_HEADER),yy)
797 ifeq ($(CONFIG_MX6)$(CONFIG_SECURE_BOOT), yy)
820 ifeq ($(CONFIG_TEGRA)$(CONFIG_SPL),yy)
/rk3399_rockchip-uboot/scripts/
H A DMakefile.spl248 ifeq ($(CONFIG_$(SPL_TPL_)OF_CONTROL)$(CONFIG_OF_SEPARATE)$(CONFIG_$(SPL_TPL_)OF_PLATDATA),yy)
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.tab.c_shipped36 /* All symbols defined below should begin with yy or YY, to avoid
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped36 /* All symbols defined below should begin with yy or YY, to avoid