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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dmisc.c63 __u8 *be64p = (__u8*)&be64;
64 be64p[0] = le64p[7];
65 be64p[1] = le64p[6];
66 be64p[2] = le64p[5];
67 be64p[3] = le64p[4];
68 be64p[4] = le64p[3];
69 be64p[5] = le64p[2];
70 be64p[6] = le64p[1];
71 be64p[7] = le64p[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.c62 uint8_t *be64p = (uint8_t*)&be64;
63 be64p[0] = le64p[7];
64 be64p[1] = le64p[6];
65 be64p[2] = le64p[5];
66 be64p[3] = le64p[4];
67 be64p[4] = le64p[3];
68 be64p[5] = le64p[2];
69 be64p[6] = le64p[1];
70 be64p[7] = le64p[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtgr192.c559 __be64 *be64p; local
601 be64p = (__be64 *)tctx->hash;
602 dst[0] = be64p[0] = cpu_to_be64(tctx->a);
603 dst[1] = be64p[1] = cpu_to_be64(tctx->b);
604 dst[2] = be64p[2] = cpu_to_be64(tctx->c);

Completed in 107 milliseconds