Searched refs:s64 (Results 76 - 100 of 344) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Datomic.h263 __atomic64_add_return(s64 i, atomic64_t *v)
276 atomic64_set(atomic64_t *v, s64 i)
286 static __inline__ s64
292 #define atomic64_add(i,v) ((void)(__atomic64_add_return( ((s64)(i)),(v))))
293 #define atomic64_sub(i,v) ((void)(__atomic64_add_return(-((s64)(i)),(v))))
297 #define atomic64_add_return(i,v) (__atomic64_add_return( ((s64)(i)),(v)))
298 #define atomic64_sub_return(i,v) (__atomic64_add_return(-((s64)(i)),(v)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dresize.c62 int jfs_extendfs(struct super_block *sb, s64 newLVSize, int newLogSize)
71 s64 newLogAddress, newFSCKAddress;
73 s64 newMapSize = 0, mapSize;
74 s64 XAddress, XSize, nblocks, xoff, xaddr, t64;
75 s64 oldLVSize;
76 s64 newFSSize;
77 s64 VolumeSize;
H A Djfs_xtree.c94 s64 off;
95 s64 addr;
116 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
124 struct metapage ** rmpp, s64 * rbnp);
145 int xtLookup(struct inode *ip, s64 lstart,
146 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check)
151 s64 bn;
156 s64 nex
[all...]
H A Djfs_superblock.h116 extern int jfs_extendfs(struct super_block *, s64, int);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pid.c36 s64 error, integ, deriv;
68 target = (s32)((integ * (s64)st->param.gr + deriv * (s64)st->param.gd +
69 error * (s64)st->param.gp) >> 36);
91 s64 integ, deriv, prop;
H A Dtherm_pm72.c727 s64 integ_p, deriv_p, prop_p, sum;
773 integ_p = ((s64)state->mpu.pid_gr) * (s64)integral;
787 deriv_p = ((s64)state->mpu.pid_gd) * (s64)derivative;
793 prop_p = ((s64)state->mpu.pid_gp) * (s64)proportional;
1116 s64 integ_p, deriv_p, prop_p, sum;
1163 integ_p = ((s64)backside_params.G_r) * (s64)integra
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbacking-dev.h123 enum bdi_stat_item item, s64 amount)
160 static inline s64 bdi_stat(struct backing_dev_info *bdi,
166 static inline s64 __bdi_stat_sum(struct backing_dev_info *bdi,
172 static inline s64 bdi_stat_sum(struct backing_dev_info *bdi,
175 s64 sum;
H A Dhrtimer.h203 static inline void hrtimer_set_expires_tv64(struct hrtimer *timer, s64 tv64)
231 static inline s64 hrtimer_get_expires_tv64(const struct hrtimer *timer)
235 static inline s64 hrtimer_get_softexpires_tv64(const struct hrtimer *timer)
240 static inline s64 hrtimer_get_expires_ns(const struct hrtimer *timer)
437 extern u64 ktime_divns(const ktime_t kt, s64 div);
H A Dtimex.h216 #define PPM_SCALE ((s64)NSEC_PER_USEC << (NTP_SCALE_SHIFT - SHIFT_USEC))
223 #define MAXFREQ_SCALED ((s64)MAXFREQ << NTP_SCALE_SHIFT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c270 s64 merged_length;
656 drl[ds].length = (s64)0;
750 s64 deltaxcn; /* Change in [vl]cn. */
828 deltaxcn = (s64)-1;
945 rl[rlpos].length = (s64)0;
1058 s64 ntfs_rl_pread(const ntfs_volume *vol, const runlist_element *rl,
1059 const s64 pos, s64 count, void *b)
1061 s64 bytes_read, to_read, ofs, total;
1109 if (bytes_read == (s64)
[all...]
H A Dcompress.c325 s64 ntfs_compressed_attr_pread(ntfs_attr *na, s64 pos, s64 count, void *b)
327 s64 br, to_read, ofs, total, total2;
436 s64 tdata_size, tinitialized_size;
481 s64 tdata_size, tinitialized_size;
H A Dattrib.c103 s64 ntfs_get_attribute_value_length(const ATTR_RECORD *a)
113 return (s64)le32_to_cpu(a->value_length);
126 s64 ntfs_get_attribute_value(const ntfs_volume *vol,
130 s64 total, r;
162 return (s64)le32_to_cpu(a->value_length);
329 const s64 allocated_size, const s64 data_size,
330 const s64 initialized_size, const s64 compressed_size,
463 s64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.h49 s64 initialized_size; /* Copy from the attribute record. */
50 s64 allocated_size; /* Copy from the attribute record. */
113 s64 size; /* Copy of compressed_size from
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754.c115 s64 ieee754di_xcpt(s64 r, const char *op, ...)
H A Ddp_tlong.c30 s64 ieee754dp_tlong(ieee754dp x)
H A Dsp_tlong.c30 s64 ieee754sp_tlong(ieee754sp x)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota.h29 s64 dq_origspace; /* Last globally synced space usage */
30 s64 dq_originodes; /* Last globally synced inode usage */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dpowerdomain.h113 s64 timer;
114 s64 state_timer[PWRDM_MAX_PWRSTS];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dquota.h25 extern void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dint-ll64.h51 typedef signed long long s64; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dunwind.c133 offset_r14 = (u64)(((((s64)op >> 10) & 0x3ff) << 54) >> 54);
141 offset_r18 = (u64)(((((s64)op >> 10) & 0x3ff) << 54) >> 54);
160 ((((s64)(u64)op >> 10) & 0xffff) << 54) >> 54;
170 (u64)(((((s64)op >> 10) & 0x3ff) << 54) >> 54);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_lp.c137 s64 rhz = lp->remote_hz << 6; /* remote HZ << 6 */
138 s64 m = 0;
190 s64 owd = 0;
223 s64 mowd = tcp_lp_owd_calculator(sk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kprobes/
H A Dkretprobe_example.c60 s64 delta;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_clock.c104 if ((s64)(now - trace_clock_struct.prev_time) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dac3dsp_neon.S151 vadd.s64 d0, d0, d1
152 vadd.s64 d1, d2, d3
153 vadd.s64 d2, d4, d5
154 vadd.s64 d3, d6, d7

Completed in 193 milliseconds

1234567891011>>