Searched refs:PAD_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dcramfsck.c73 #define PAD_SIZE 512 macro
504 else if (length >= (PAD_SIZE + sizeof(struct cramfs_super)) &&
505 ((((struct cramfs_super *) (buf + PAD_SIZE))->magic == CRAMFS_MAGIC)))
507 start = PAD_SIZE;
508 super = (struct cramfs_super *) (buf + PAD_SIZE);
545 else if (length >= (PAD_SIZE + sizeof(struct cramfs_super)) &&
546 ((((struct cramfs_super *) (buf + PAD_SIZE))->magic == CRAMFS_MAGIC)))
548 memcpy(super, (buf + PAD_SIZE), sizeof(struct cramfs_super));
H A Dmkcramfs.c36 #define PAD_SIZE 512 /* only 0 and 512 supported by kernel */ macro
59 " outfile output file\n", progname, PAD_SIZE);
659 opt_pad = PAD_SIZE;
660 fslen_ub += PAD_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsgiseeq.c65 #define PAD_SIZE (128 - sizeof(struct hpc_dma_desc) - sizeof(void *)) macro
69 u8 padding[PAD_SIZE];
75 u8 padding[PAD_SIZE];

Completed in 100 milliseconds