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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Dresize.c78 int newNpages = 0, nPages, newPage, xlen, t32; local
143 t32 = (1 << (20 - sbi->l2bsize)) - 1;
144 newLogSize = (newLogSize + t32) & ~t32;
174 t32 = ((t64 + (BITSPERPAGE - 1)) / BITSPERPAGE) + 1 + 50;
175 newFSCKSize = t32 << sbi->l2nbperpage;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsys_parisc32.c555 struct timespec32 t32; local
556 t32.tv_sec = t->tv_sec;
557 t32.tv_nsec = t->tv_nsec;
558 return copy_to_user(u, &t32, sizeof t32);
564 struct timespec32 t32; local
568 if (copy_from_user(&t32, rqtp, sizeof t32))
570 t.tv_sec = t32.tv_sec;
571 t.tv_nsec = t32
601 struct timeval32 t32; local
611 struct timeval32 t32; local
2924 struct timex32 t32; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A DS3triofb.c316 unsigned int t32; local
320 pcibios_read_config_dword(bus, dev, PCI_VENDOR_ID, &t32);
321 if(t32 == (PCI_DEVICE_ID_S3_TRIO << 16) + PCI_VENDOR_ID_S3) {
322 pcibios_read_config_dword(bus, dev, PCI_BASE_ADDRESS_0, &t32);
323 pcibios_read_config_dword(bus, dev, PCI_BASE_ADDRESS_1, &t32);
329 pcibios_read_config_dword(bus, dev, PCI_BASE_ADDRESS_0, &t32);

Completed in 43 milliseconds