Searched refs:s64 (Results 101 - 125 of 344) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsal.h669 extern s64 ia64_sal_cache_flush (u64 cache_type);
673 static inline s64
685 static inline s64
730 static inline s64
755 static inline s64
766 static inline s64
779 static inline s64
793 static inline s64
807 static inline s64
822 static inline s64
[all...]
H A Dcompat.h25 typedef s64 compat_loff_t;
35 typedef s64 __attribute__((aligned(4))) compat_s64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Drunlist.c302 s64 merged_length;
703 drl[ds].length = (s64)0;
720 s64 deltaxcn; /* Change in [vl]cn. */
801 deltaxcn = (s64)-1;
925 rl[rlpos].length = (s64)0;
1050 static inline int ntfs_get_nr_significant_bytes(const s64 n)
1052 s64 l = n;
1124 s64 delta, length = rl->length;
1134 s64 s1 = last_vcn + 1;
1161 s64 lengt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/pt1/
H A Dva1j5jf8007s.c89 x2 = (s64)x1 * x1 >> 31;
90 x3 = (s64)x2 * x1 >> 31;
91 x4 = (s64)x2 * x2 >> 31;
92 x5 = (s64)x4 * x1 >> 31;
95 y -= (s64)x1 * ((89565ll << 24) / 1000) >> 30;
96 y += (s64)x2 * ((88977ll << 24) / 1000) >> 28;
97 y -= (s64)x3 * ((50259ll << 25) / 1000) >> 27;
98 y += (s64)x4 * ((14341ll << 27) / 1000) >> 27;
99 y -= (s64)x5 * ((16346ll << 30) / 10000) >> 28;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754.h124 ieee754sp ieee754sp_flong(s64 x);
130 s64 ieee754sp_tlong(ieee754sp x);
171 ieee754dp ieee754dp_flong(s64 x);
181 s64 ieee754dp_tlong(ieee754dp x);
439 #define ieee754di_indef() ((s64)(~0ULL>>1))
453 s64 di; /* extended signed integer (64bits) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dinode.h137 s64 data_size; /* Data size of unnamed DATA attribute. */
138 s64 allocated_size; /* Allocated size stored in the filename
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dcompat.h26 typedef s64 compat_loff_t;
35 typedef s64 compat_s64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcompat.h26 typedef s64 compat_loff_t;
37 typedef s64 compat_s64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dcompat.h24 typedef s64 compat_loff_t;
35 typedef s64 compat_s64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcompat.h27 typedef s64 compat_loff_t;
38 typedef s64 __attribute__((aligned(4))) compat_s64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcompat.h29 typedef s64 compat_loff_t;
42 typedef s64 compat_s64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/lib/
H A Dloss_interval.c92 s64 len;
99 if (len - (s64)cur->li_length <= 0) /* duplicate or reordered */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-ctrls.h86 * @val64: The control's new s64 value.
119 s64 val64;
124 s64 val64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dstring.c10 s64 perf_atoll(const char *str)
13 s64 length = -1, unit = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-dsp.c110 s32 s = x[i] + ((s64)coeff*s_prev/32768) - s_prev2;
115 tmp = (s64)s_prev2 * s_prev2 + (s64)s_prev * s_prev -
116 (s64)coeff * s_prev2 * s_prev / 32768;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dadis16209.h118 s64 last_timestamp;
H A Dadis16240.h141 s64 last_timestamp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/gyro/
H A Dadis16260.h99 s64 last_timestamp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfp.h130 while ((s64)remh < 0) {
300 static inline void vfp_double_unpack(struct vfp_double *s, s64 val)
318 static inline s64 vfp_double_pack(struct vfp_double *s)
324 return (s64)val;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_logmgr.h375 s64 base; /* @8: log extent address (inline log ) */
462 s64 l_blkno; /* 8: log page block number */
507 extern int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize);
H A Djfs_dtree.c208 static struct metapage *read_index_page(struct inode *inode, s64 blkno)
211 s64 xaddr;
227 static struct metapage *get_index_page(struct inode *inode, s64 blkno)
230 s64 xaddr;
250 struct metapage ** mp, s64 *lblock)
253 s64 blkno;
254 s64 offset;
334 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot)
345 s64 offset;
348 s64 xadd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dring_generic.h28 s64 timestamp);
41 s64 timestamp);
74 int (*store_to)(struct iio_ring_buffer *ring, u8 *data, s64 timestamp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dtimer.h169 __field( s64, expires )
170 __field( s64, softexpires )
204 __field( s64, now )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Ditimer.c132 static inline u32 cputime_sub_ns(cputime_t ct, s64 real_ns)
135 s64 cpu_ns;
148 s64 ns_ninterval, ns_nval;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmft.c79 const s64 count, MFT_RECORD *b)
81 s64 br;
141 const s64 count, MFT_RECORD *b)
143 s64 bw;
476 s64 pass_end, ll, data_pos, pass_start, ofs, bit;
644 s64 ll = 0; /* silence compiler warning */
869 s64 old_data_size, old_initialized_size, ll;
966 s64 min_nr, nr, ll = 0; /* silence compiler warning */
1187 static int ntfs_mft_record_init(ntfs_volume *vol, s64 size)
1191 s64 old_data_initialize
[all...]

Completed in 177 milliseconds

1234567891011>>