Home
last modified time | relevance | path

Searched refs:c32 (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c48 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 Dvsprintf.c509 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 Dsyslinux.bbclass52 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 D0010-Workaround-multiple-definition-of-symbol-errors.patch27 - $(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 D0003-linux-syslinux-implement-install_to_ext2.patch7 * 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 Ddrm_ioc32.c265 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 Dstih410-clock.dtsi34 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 Dstih418-clock.dtsi34 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 Dstih407-clock.dtsi31 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 Dimx6ul-phytec-phycore-som.dtsi77 compatible = "catalyst,24c32", "atmel,24c32";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dstih407-clock.dtsi40 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 Dstih410-clock.dtsi42 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 D0016-Workaround-multiple-definition-of-symbol-errors.patch28 - $(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 Dgenimage.sh94 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 Dpcm030.dts70 compatible = "catalyst,24c32", "atmel,24c32";
H A Dpcm032.dts72 compatible = "catalyst,24c32", "atmel,24c32";
/OK3568_Linux_fs/buildroot/fs/iso9660/
H A Diso9660.mk105 $(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 Dmt8183-kukui-krane.dtsi76 compatible = "atmel,24c32";
89 compatible = "atmel,24c32";
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-bootloader-config.cfg7 UI vesamenu.c32
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbSwap.c74 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 Dfsl-ls1028a-kontron-sl28.dts295 compatible = "atmel,24c32";
309 compatible = "atmel,24c32";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-altera.txt34 compatible = "atmel,24c32";
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A DMakefile41 systbl_abi_syscall_table_c32 := c32
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A DMakefile41 systbl_abi_syscall_table_c32 := c32
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/st/
H A Dst,clkgen-pll.txt26 compatible = "st,clkgen-c32";

123