Home
last modified time | relevance | path

Searched refs:w32 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-bitcnt.c17 uint32_t w32; member
76 { { .w32 = 0x00000000 }, .popct=0 },
77 { { .w32 = 0x00000001 }, .popct=1 },
78 { { .w32 = 0x0000000f }, .popct=4 },
79 { { .w32 = 0x00000f0f }, .popct=8 },
80 { { .w32 = 0x00001f1f }, .popct=10 },
81 { { .w32 = 0x00004001 }, .popct=2 },
82 { { .w32 = 0x00007000 }, .popct=3 },
83 { { .w32 = 0x00007fff }, .popct=15 },
84 { { .w32 = 0x55555555 }, .popct=16 },
[all …]
/openbmc/linux/arch/microblaze/lib/
H A Dmemset.c38 uint32_t w32 = 0; in memset() local
45 w32 = c; in memset()
46 w32 |= w32 << 8; in memset()
47 w32 |= w32 << 16; in memset()
71 *i_src++ = w32; in memset()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c54 struct v4l2_window32 w32; in get_v4l2_window32() local
56 if (copy_from_user(&w32, p32, sizeof(w32))) in get_v4l2_window32()
60 .w = w32.w, in get_v4l2_window32()
61 .field = w32.field, in get_v4l2_window32()
62 .chromakey = w32.chromakey, in get_v4l2_window32()
66 .global_alpha = w32.global_alpha, in get_v4l2_window32()
75 struct v4l2_window32 w32; in put_v4l2_window32() local
77 memset(&w32, 0, sizeof(w32)); in put_v4l2_window32()
78 w32 = (struct v4l2_window32) { in put_v4l2_window32()
88 if (copy_to_user(p32, &w32, sizeof(w32))) in put_v4l2_window32()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A D0001-Fix-builds-with-recent-gettext.patch20 -SUBDIRS = intl compat afm afmlib lib scripts src po states docs w32
21 +SUBDIRS = compat afm afmlib lib scripts src po states docs w32
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c378 cmd, cword.w32, in flash_write_cmd()
380 flash_write32(cword.w32, addr); in flash_write_cmd()
433 debug("is= %8.8x %8.8x\n", flash_read32(addr), cword.w32); in flash_isequal()
434 retval = (flash_read32(addr) == cword.w32); in flash_isequal()
477 retval = ((flash_read32(addr) & cword.w32) == cword.w32); in flash_isset()
738 cword->w32 = (cword->w32 >> 8) | l; in flash_add_byte()
740 cword->w32 = (cword->w32 << 8) | c; in flash_add_byte()
801 flag = ((flash_read32(dstaddr) & cword.w32) == cword.w32); in flash_write_cfiword()
848 flash_write32(cword.w32, dstaddr); in flash_write_cfiword()
1347 cword.w32 = 0; in write_buff()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Davoid-running-host-binaries-for-sanity.patch37 ….PHONY: all ${SUBDIR} blessmail epaths-force epaths-force-w32 epaths-force-ns-self-contained etc-e…
/openbmc/u-boot/include/mtd/
H A Dcfi_flash.h110 u32 w32; member
/openbmc/openbmc/poky/meta/recipes-devtools/m4/
H A Dm4-1.4.19.inc46 …chmod 0755 ${D}${PTEST_PATH}/tests/test-mbrtowc-w32-1.sh ${D}${PTEST_PATH}/tests/test-spawn-pipe-…
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch25428 +# Sed substitution that converts a w32 file name or path
26151 +# and $host is mingw, cygwin, or some other w32 environment. Relies on a
26155 +# ARG is the $build file name to be converted to w32 format.
26182 +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
26220 +# file name or path is assumed to be in w32 format, as previously converted
26221 +# from $build's *nix or MSYS format). In case (3), returns the w32 file name
26228 +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
26248 +# Convert file name or path ARG from MSYS format to w32 format. Return
26371 +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
26372 +# conversion to w32 is not available inside the cwrapper. Returns result in
[all …]