Searched refs:s64 (Results 1 - 25 of 106) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_extent.h25 extern int extAlloc(struct inode *, s64, s64, xad_t *, boolean_t);
27 extern int extHint(struct inode *, s64, xad_t *);
28 extern int extRealloc(struct inode *, s64, xad_t *, boolean_t);
H A Djfs_xtree.h61 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
63 ( ((s64)((xad)->addr1)) << 32 | __le32_to_cpu((xad)->addr2))
93 s64 next; /* 8: */
94 s64 prev; /* 8: */
111 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
112 int *pflag, s64 * paddr, int *plen, int flag);
117 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
118 extern int xtExtend(tid_t tid, struct inode *ip, s64 xof
[all...]
H A Djfs_defragfs.h32 s64 xoff; /* 8: */
33 s64 old_xaddr; /* 8: */
34 s64 new_xaddr; /* 8: */
H A Djfs_dmap.h54 #define MAXL0SIZE ((s64)1 << L2MAXL0SIZE)
55 #define MAXL1SIZE ((s64)1 << L2MAXL1SIZE)
56 #define MAXL2SIZE ((s64)1 << L2MAXL2SIZE)
140 ((s64)(a) << (JFS_SBI((ip)->i_sb)->bmap->db_agl2size))
163 s64 start; /* 8: starting blkno for this dmap */
205 s64 dn_mapsize; /* 8: number of blocks in aggregate */
206 s64 dn_nfree; /* 8: num free blks in aggregate map */
217 s64 dn_agfree[MAXAG]; /* 8*MAXAG: per AG free count */
218 s64 dn_agsize; /* 8: num of blks per alloc group */
268 (((b) & (((s64)
[all...]
H A Djfs_extent.c28 static int extBalloc(struct inode *, s64, s64 *, s64 *);
30 static int extBrealloc(struct inode *, s64, s64, s64 *, s64 *);
32 static s64 extRoundDown(s64 nb);
37 extern int dbExtend(struct inode *, s64, s6
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/x86emu/
H A Dtypes.h59 #define s64 x86emus64 macro
81 typedef long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/math-emu/
H A Ddp_flong.c30 ieee754dp ieee754dp_flong(s64 x)
72 if ((s64) u < 0)
H A Dsp_flong.c30 ieee754sp ieee754sp_flong(s64 x)
73 if ((s64) u < 0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dtypes.h60 typedef __signed__ long s64; typedef
66 typedef __signed__ long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dtypes.h58 typedef __signed__ long s64; typedef
64 typedef __signed__ long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dtypes.h60 typedef __signed__ long s64; typedef
66 typedef __signed__ long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dtypes.h58 typedef __signed__ long s64; typedef
64 typedef __signed__ long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dtypes.h60 typedef __signed__ long s64; typedef
66 typedef __signed__ long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dtypes.h60 typedef __signed__ long s64; typedef
66 typedef __signed__ long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dppc32-types.h25 typedef signed long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/h/
H A Dsktypes.h87 #define SK_I64 s64
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dtypes.h47 typedef signed long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dtypes.h53 typedef signed long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dtypes.h47 typedef signed long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dtypes.h53 typedef signed long s64; typedef
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dtypes.h45 typedef signed long s64; typedef
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dtypes.h39 typedef signed long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dtypes.h39 typedef signed long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dtypes.h37 typedef signed long long s64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dtypes.h37 typedef signed long long s64; typedef

Completed in 213 milliseconds

12345