Searched refs:t32 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/mtd/
H A Djffs2-user.h25 #define t32(x) ({ uint32_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_32(__b); }) macro
28 #define cpu_to_je32(x) ((jint32_t){t32(x)})
29 #define cpu_to_jemode(x) ((jmode_t){t32(x)})
32 #define je32_to_cpu(x) (t32((x).v32))
33 #define jemode_to_cpu(x) (t32((x).m))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_cbc.c71 union { u32 t32[CAMELLIA_BLOCK_SIZE/sizeof(u32)]; member in union:__anon2906
132 SWAP4WORD(tmp.t32);
133 key->dec(key->rd_key, tmp.t32);
135 SWAP4WORD(tmp.t32);
183 SWAP4WORD(tmp.t32);
184 key->enc(key->rd_key, tmp.t32);
186 SWAP4WORD(tmp.t32);
200 SWAP4WORD(tmp.t32);
201 key->enc(key->rd_key, tmp.t32);
203 SWAP4WORD(tmp.t32);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dresize.c78 int newNpages = 0, nPages, newPage, xlen, t32; local
144 t32 = (1 << (20 - sbi->l2bsize)) - 1;
145 newLogSize = (newLogSize + t32) & ~t32;
175 t32 = ((t64 + (BITSPERPAGE - 1)) / BITSPERPAGE) + 1 + 50;
176 newFSCKSize = t32 << sbi->l2nbperpage;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc32.c186 struct compat_timeval t32; local
187 t32.tv_sec = t->tv_sec;
188 t32.tv_usec = t->tv_usec;
189 return copy_to_user(u, &t32, sizeof t32);

Completed in 64 milliseconds