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

/netgear-R7000-V1.0.7.12_1.2.5/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:__anon7101
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dresize.c78 int newNpages = 0, nPages, newPage, xlen, t32; local
145 t32 = (1 << (20 - sbi->l2bsize)) - 1;
146 newLogSize = (newLogSize + t32) & ~t32;
176 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50;
177 newFSCKSize = t32 << sbi->l2nbperpage;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dminiacc.h4041 acc_uint32l_t t32; member in union:__anon3000::__anon3001
6427 c->ticks.t32 = 0;
6431 c->ticks.t32 = ro.h.ch*60UL*60UL*100UL + ro.h.cl*60UL*100UL + ro.h.dh*100UL + ro.h.dl;
6438 c->ticks.t32 = clock();
6440 c->ticks.t32 = timeGetTime();
6485 d = (double) (stop->ticks.t32 - start->ticks.t32) / 100.0;
6504 d = (double) (stop->ticks.t32 - start->ticks.t32) / (CLOCKS_PER_SEC);
6508 d = (double) (stop->ticks.t32
[all...]

Completed in 308 milliseconds