| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | efi-stub-helper.c | 48 u32 c32; in utf8_to_utf32() local 68 c32 = cx >> clen--; in utf8_to_utf32() 74 c32 = (c32 << 6) | cx; in utf8_to_utf32() 82 if (c32 > 0x10ffff || in utf8_to_utf32() 83 (c32 & 0xf800) == 0xd800 || in utf8_to_utf32() 84 clen != (c32 >= 0x80) + (c32 >= 0x800) + (c32 >= 0x10000)) in utf8_to_utf32() 87 return c32; in utf8_to_utf32() 99 u32 c32; in efi_puts() local 104 c32 = utf8_to_utf32(&s8); in efi_puts() 105 if (c32 < 0x10000) { in efi_puts() [all …]
|
| H A D | vsprintf.c | 509 u32 c32 = utf16_to_utf32(&ws); in vsnprintf() local 513 if (c32 < 0x80) { in vsnprintf() 514 PUTC(c32); in vsnprintf() 519 clen = 1 + (c32 >= 0x800) + (c32 >= 0x10000); in vsnprintf() 533 for (s8 += clen; clen; --clen, c32 >>= 6) in vsnprintf() 534 *s8-- = 0x80 | (c32 & 0x3f); in vsnprintf() 536 *s8 |= c32; in vsnprintf()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | syslinux.bbclass | 52 install -m 0644 ${STAGING_DATADIR}/syslinux/vesamenu.c32 ${DEST}${BOOTDIR}/vesamenu.c32 53 install -m 0444 ${STAGING_DATADIR}/syslinux/libcom32.c32 ${DEST}${BOOTDIR}/libcom32.c32 54 install -m 0444 ${STAGING_DATADIR}/syslinux/libutil.c32 ${DEST}${BOOTDIR}/libutil.c32 65 install -m 0644 ${STAGING_DATADIR}/syslinux/ldlinux.c32 $iso_dir${ISOLINUXDIR} 146 cfgfile.write('ui vesamenu.c32\n')
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0010-Workaround-multiple-definition-of-symbol-errors.patch | 27 - $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) \ 28 + $(LD) -shared $(LDFLAGS) -z muldefs -soname $(patsubst %.elf,%.c32,$(@F)) \ 49 - $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^ 50 + $(LD) -shared $(LDFLAGS) -z muldefs -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^
|
| H A D | 0003-linux-syslinux-implement-install_to_ext2.patch | 7 * The write_to_ext() installs files (ldlinux.sys or ldlinux.c32) to the 56 + const char *c32file = "ldlinux.c32"; 80 + /* Write ldlinux.c32 */
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_ioc32.c | 265 drm_client32_t c32; in compat_drm_getclient() local 270 if (copy_from_user(&c32, argp, sizeof(c32))) in compat_drm_getclient() 275 client.idx = c32.idx; in compat_drm_getclient() 281 c32.idx = client.idx; in compat_drm_getclient() 282 c32.auth = client.auth; in compat_drm_getclient() 283 c32.pid = client.pid; in compat_drm_getclient() 284 c32.uid = client.uid; in compat_drm_getclient() 285 c32.magic = client.magic; in compat_drm_getclient() 286 c32.iocs = client.iocs; in compat_drm_getclient() 288 if (copy_to_user(argp, &c32, sizeof(c32))) in compat_drm_getclient()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stih410-clock.dtsi | 34 compatible = "st,clkgen-c32"; 72 compatible = "st,clkgen-c32"; 114 compatible = "st,clkgen-c32"; 225 compatible = "st,clkgen-c32"; 261 compatible = "st,clkgen-c32"; 309 compatible = "st,clkgen-c32";
|
| H A D | stih418-clock.dtsi | 34 compatible = "st,clkgen-c32"; 73 compatible = "st,clkgen-c32"; 112 compatible = "st,clkgen-c32"; 219 compatible = "st,clkgen-c32"; 255 compatible = "st,clkgen-c32"; 310 compatible = "st,clkgen-c32";
|
| H A D | stih407-clock.dtsi | 31 compatible = "st,clkgen-c32"; 72 compatible = "st,clkgen-c32"; 113 compatible = "st,clkgen-c32"; 217 compatible = "st,clkgen-c32"; 251 compatible = "st,clkgen-c32"; 299 compatible = "st,clkgen-c32";
|
| H A D | imx6ul-phytec-phycore-som.dtsi | 77 compatible = "catalyst,24c32", "atmel,24c32";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | stih407-clock.dtsi | 40 compatible = "st,clkgen-c32"; 94 compatible = "st,clkgen-c32"; 132 compatible = "st,clkgen-c32"; 214 compatible = "st,clkgen-c32"; 254 compatible = "st,clkgen-c32"; 302 compatible = "st,clkgen-c32";
|
| H A D | stih410-clock.dtsi | 42 compatible = "st,clkgen-c32"; 96 compatible = "st,clkgen-c32"; 138 compatible = "st,clkgen-c32"; 233 compatible = "st,clkgen-c32"; 275 compatible = "st,clkgen-c32"; 323 compatible = "st,clkgen-c32";
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0016-Workaround-multiple-definition-of-symbol-errors.patch | 28 - $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) \ 29 + $(LD) -shared $(LDFLAGS) -z muldefs -soname $(patsubst %.elf,%.c32,$(@F)) \ 54 - $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^ 55 + $(LD) -shared $(LDFLAGS) -z muldefs -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | genimage.sh | 94 if [ -f /usr/$i/$j/ldlinux.c32 ]; then 95 ldlinux=/usr/$i/$j/ldlinux.c32
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | pcm030.dts | 70 compatible = "catalyst,24c32", "atmel,24c32";
|
| H A D | pcm032.dts | 72 compatible = "catalyst,24c32", "atmel,24c32";
|
| /OK3568_Linux_fs/buildroot/fs/iso9660/ |
| H A D | iso9660.mk | 105 $(INSTALL) -D -m 0644 $(HOST_DIR)/share/syslinux/ldlinux.c32 \ 106 $(ROOTFS_ISO9660_TMP_TARGET_DIR)/isolinux/ldlinux.c32
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8183-kukui-krane.dtsi | 76 compatible = "atmel,24c32"; 89 compatible = "atmel,24c32";
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/ |
| H A D | directdisk-bootloader-config.cfg | 7 UI vesamenu.c32
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbSwap.c | 74 CARD32 *c32; in SProcXkbSelectEvents() member 116 swapl(&from.c32[0]); in SProcXkbSelectEvents() 117 swapl(&from.c32[1]); in SProcXkbSelectEvents()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1028a-kontron-sl28.dts | 295 compatible = "atmel,24c32"; 309 compatible = "atmel,24c32";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-altera.txt | 34 compatible = "atmel,24c32";
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/ |
| H A D | Makefile | 41 systbl_abi_syscall_table_c32 := c32
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/ |
| H A D | Makefile | 41 systbl_abi_syscall_table_c32 := c32
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/st/ |
| H A D | st,clkgen-pll.txt | 26 compatible = "st,clkgen-c32";
|