Searched refs:off (Results 201 - 225 of 3466) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dt_pkey.c66 unsigned char *buf, int off)
73 if(!BIO_indent(bp,off,128))
105 || !BIO_indent(bp,off+4,128))
65 ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *buf, int off) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dext.c46 int FAST_FUNC volume_id_probe_ext(struct volume_id *id /*,uint64_t off*/)
48 #define off ((uint64_t)0) macro
51 dbg("ext: probing at offset 0x%llx", (unsigned long long) off);
53 es = volume_id_get_buffer(id, off + EXT_SUPERBLOCK_OFFSET, 0x200);
H A Dunused_minix.c38 int FAST_FUNC volume_id_probe_minix(struct volume_id *id, uint64_t off) argument
42 dbg("probing at offset 0x%llx", (unsigned long long) off);
44 ms = volume_id_get_buffer(id, off + MINIX_SUPERBLOCK_OFFSET, 0x200);
H A Dunused_via_raid.c39 int FAST_FUNC volume_id_probe_via_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
45 (unsigned long long) off, (unsigned long long) size);
52 via = volume_id_get_buffer(id, off + meta_off, 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/volume_id/lib/
H A Dcramfs.c44 int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size) argument
48 info("probing at offset 0x%llx", (unsigned long long) off);
50 cs = (struct cramfs_super *) volume_id_get_buffer(id, off, 0x200);
H A Dhpfs.c37 int volume_id_probe_hpfs(struct volume_id *id, uint64_t off, uint64_t size) argument
41 info("probing at offset 0x%llx", (unsigned long long) off);
43 hs = (struct hpfs_super *) volume_id_get_buffer(id, off + HPFS_SUPERBLOCK_OFFSET, 0x200);
H A Disw_raid.c40 int volume_id_probe_intel_software_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
47 (unsigned long long) off, (unsigned long long) size);
53 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Djmicron_raid.c36 int volume_id_probe_jmicron_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
43 (unsigned long long) off, (unsigned long long) size);
49 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dlsi_raid.c35 int volume_id_probe_lsi_mega_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
42 (unsigned long long) off, (unsigned long long) size);
48 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dnvidia_raid.c38 int volume_id_probe_nvidia_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
45 (unsigned long long) off, (unsigned long long) size);
51 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dpromise_raid.c36 int volume_id_probe_promise_fasttrack_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
46 (unsigned long long) off, (unsigned long long) size);
55 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
H A Dromfs.c36 int volume_id_probe_romfs(struct volume_id *id, uint64_t off, uint64_t size) argument
40 info("probing at offset 0x%llx", (unsigned long long) off);
42 rfs = (struct romfs_super *) volume_id_get_buffer(id, off, 0x200);
H A Dvxfs.c36 int volume_id_probe_vxfs(struct volume_id *id, uint64_t off, uint64_t size) argument
40 info("probing at offset 0x%llx", (unsigned long long) off);
42 vxs = (struct vxfs_super *) volume_id_get_buffer(id, off + 0x200, 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/boot/
H A Daddnote.c60 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1]))
61 #define GET_32BE(off) ((GET_16BE(off) << 16) + GET_16BE((off)+2))
63 #define PUT_16BE(off, v) (buf[off] = ((v) >> 8) & 0xff, \
64 buf[(off) + 1] = (v) & 0xff)
65 #define PUT_32BE(off,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/hardware/
H A Dclps7111.h29 #define clps_readb(off) __raw_readb(CLPS7111_BASE + (off))
30 #define clps_readw(off) __raw_readw(CLPS7111_BASE + (off))
31 #define clps_readl(off) __raw_readl(CLPS7111_BASE + (off))
32 #define clps_writeb(val,off) __raw_writeb(val, CLPS7111_BASE + (off))
33 #define clps_writew(val,off) __raw_writew(val, CLPS7111_BASE + (off))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/boot/
H A Daddnote.c60 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1]))
61 #define GET_32BE(off) ((GET_16BE(off) << 16) + GET_16BE((off)+2))
63 #define PUT_16BE(off, v) (buf[off] = ((v) >> 8) & 0xff, \
64 buf[(off) + 1] = (v) & 0xff)
65 #define PUT_32BE(off,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Dclps7111.h29 #define clps_readb(off) __raw_readb(CLPS7111_BASE + (off))
30 #define clps_readw(off) __raw_readw(CLPS7111_BASE + (off))
31 #define clps_readl(off) __raw_readl(CLPS7111_BASE + (off))
32 #define clps_writeb(val,off) __raw_writeb(val, CLPS7111_BASE + (off))
33 #define clps_writew(val,off) __raw_writew(val, CLPS7111_BASE + (off))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dext.c46 int FAST_FUNC volume_id_probe_ext(struct volume_id *id /*,uint64_t off*/)
48 #define off ((uint64_t)0) macro
51 dbg("ext: probing at offset 0x%llx", (unsigned long long) off);
53 es = volume_id_get_buffer(id, off + EXT_SUPERBLOCK_OFFSET, 0x200);
H A Dunused_minix.c38 int FAST_FUNC volume_id_probe_minix(struct volume_id *id, uint64_t off) argument
42 dbg("probing at offset 0x%llx", (unsigned long long) off);
44 ms = volume_id_get_buffer(id, off + MINIX_SUPERBLOCK_OFFSET, 0x200);
H A Dunused_via_raid.c39 int FAST_FUNC volume_id_probe_via_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
45 (unsigned long long) off, (unsigned long long) size);
52 via = volume_id_get_buffer(id, off + meta_off, 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dext.c46 int FAST_FUNC volume_id_probe_ext(struct volume_id *id /*,uint64_t off*/)
48 #define off ((uint64_t)0) macro
51 dbg("ext: probing at offset 0x%llx", (unsigned long long) off);
53 es = volume_id_get_buffer(id, off + EXT_SUPERBLOCK_OFFSET, 0x200);
H A Dunused_minix.c38 int FAST_FUNC volume_id_probe_minix(struct volume_id *id, uint64_t off) argument
42 dbg("probing at offset 0x%llx", (unsigned long long) off);
44 ms = volume_id_get_buffer(id, off + MINIX_SUPERBLOCK_OFFSET, 0x200);
H A Dunused_via_raid.c39 int FAST_FUNC volume_id_probe_via_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
45 (unsigned long long) off, (unsigned long long) size);
52 via = volume_id_get_buffer(id, off + meta_off, 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dt_pkey.c66 unsigned char *buf, int off)
74 if (!BIO_indent(bp, off, 128))
102 if (BIO_puts(bp, "\n") <= 0 || !BIO_indent(bp, off + 4, 128))
65 ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *buf, int off) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dt_pkey.c66 unsigned char *buf, int off)
73 if(!BIO_indent(bp,off,128))
105 || !BIO_indent(bp,off+4,128))
65 ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *buf, int off) argument

Completed in 369 milliseconds

1234567891011>>