Home
last modified time | relevance | path

Searched defs:lword (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dhfs_sysdep.h202 static inline int hfs_clear_bit(int bitnr, hfs_u32 *lword) { in hfs_clear_bit()
206 static inline int hfs_set_bit(int bitnr, hfs_u32 *lword) { in hfs_set_bit()
210 static inline int hfs_test_bit(int bitnr, const hfs_u32 *lword) { in hfs_test_bit()
/linux-2.4.37.9/drivers/hotplug/
Dcpqphp_nvram.c49 unsigned long lword; /* eax */ member
/linux-2.4.37.9/drivers/net/
Ddefxx.h1358 PI_UINT32 lword; member
1372 PI_UINT32 lword; member
1386 PI_UINT32 lword; member
1400 PI_UINT32 lword; member
1416 PI_UINT32 lword; member
1430 PI_UINT32 lword; member
1444 PI_UINT32 lword; member
1458 PI_UINT32 lword; member
/linux-2.4.37.9/fs/jfs/
Djfs_dmap.c1336 int word, lword, rc; in dbAllocNear() local