Searched refs:sizebytes (Results 1 – 4 of 4) sorted by relevance
242 unsigned long sizebytes; in CreateColormap() local254 sizebytes = (size * sizeof(Entry)) + in CreateColormap()257 sizebytes *= 3; in CreateColormap()258 sizebytes += sizeof(ColormapRec); in CreateColormap()260 pmap = malloc(sizebytes); in CreateColormap()269 pmap = _dixAllocateObjectWithPrivates(sizebytes, sizebytes, in CreateColormap()277 sizebytes = size * sizeof(Entry); in CreateColormap()278 pmap->clientPixelsRed = (Pixel **) ((char *) pmap->red + sizebytes); in CreateColormap()291 memset((char *) pmap->red, 0, (int) sizebytes); in CreateColormap()317 pmap->clientPixelsGreen = (Pixel **) ((char *) pmap->green + sizebytes); in CreateColormap()[all …]
131 unsigned long sizebytes);
835 unsigned long sizebytes) in ext4fs_write() argument892 bytes_reqd_for_file = sizebytes; in ext4fs_write()920 file_inode->size = cpu_to_le32(sizebytes); in ext4fs_write()947 if (ext4fs_write_file(file_inode, 0, sizebytes, (char *)buffer) == -1) { in ext4fs_write()
73 ext4write <interface> <dev[:part]> [filename] [Address] [sizebytes]