Searched refs:int64 (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutypes.h16 typedef signed __int64 int64; typedef
19 typedef long long int64; typedef
28 CASSERT(8 == sizeof(int64), sizeof_int64_is_8)
H A Dutp_utils.cpp50 int64 abs64(int64 x) { return x < 0 ? -x : x; }
68 int64 ret = (int64)(((int64)counter - (int64)startPerformanceCounter) / counterPerMicrosecond);
71 int64 tick_diff = tick - startGetTickCount;
73 startPerformanceCounter -= (uint64)((int64)(tick_diff * 1000 - ret) * counterPerMicrosecond);
74 ret = (int64)((counter - startPerformanceCounter) / counterPerMicrosecond);
H A Dutp.cpp787 size_t selective_ack_bytes(uint base, const byte* mask, byte len, int64& min_rtt);
791 void apply_ledbat_ccontrol(size_t bytes_acked, uint32 actual_delay, int64 min_rtt);
1458 size_t UTPSocket::selective_ack_bytes(uint base, const byte* mask, byte len, int64& min_rtt)
1483 min_rtt = min<int64>(min_rtt, UTP_GetMicroseconds() - pkt->time_sent);
1630 void UTPSocket::apply_ledbat_ccontrol(size_t bytes_acked, uint32 actual_delay, int64 min_rtt)
1899 int64 min_rtt = INT64_MAX;
1907 min_rtt = min<int64>(min_rtt, UTP_GetMicroseconds() - pkt->time_sent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_config.h98 #if !defined(int64)
100 #define int64 long macro
102 #define int64 long long macro
H A Dwinbindd_nss.h45 #if defined(int64)
46 # define SMB_TIME_T int64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A DARM-gcc.h47 typedef signed long long int int64; typedef
H A Dsoftfloat.c543 int64 roundIncrement, roundMask, roundBits;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dtypedefs.h105 typedef signed __int64 int64; typedef
181 /* Do not support the (u)int64 types with strict ansi for GNU C */
341 typedef signed long long int64; typedef
H A Dwlioctl.h98 int64 sys_time; /* current system time */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTypes.h104 typedef uint64_t int64; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx.h237 CVMX_BUILD_WRITE64(int64, "sd");
253 CVMX_BUILD_READ64(int64, "ld");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-send.c66 dbus_int64_t int64; local
105 int64 = strtoll (value, NULL, 0);
106 dbus_message_iter_append_basic (iter, DBUS_TYPE_INT64, &int64);
206 else if (!strcmp (arg, "int64"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_fb_def.h62 typedef s64 int64; typedef
H A Dmdp_ppp_v20.c1872 int64 point5 = 1;
1873 int64 one = 1;
1874 int64 k1, k2, k3, k4; /* linear equation coefficients */
1878 int64 Osprime;
1879 int64 Od;
1880 int64 Odprime;
1881 int64 Oreq;
1886 int64 IP64;
1887 int64 delta;
2021 delta = ((int64) (or
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dtime.c1203 int64 d;
1206 if (*nt == 0 || *nt == (int64)-1) {
1212 d = (int64)*nt;
1224 if (d <= (int64)TIME_T_MIN) {
1230 if (d >= (int64)TIME_T_MAX) {
H A Dufc.c54 #define long64 int64
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dincludes.h400 #if !defined(int64)
402 #define int64 long macro
404 #define int64 long long macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/
H A Dfile_generator.pl419 elsif ($_[3] =~ /(uint32|int64)/) { $datatype = "long"; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c63 typedef signed long long int int64; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.c262 OPT_EVAL_NUMBER(int64, AV_OPT_TYPE_INT64, int64_t)
549 av_log(av_log_obj, AV_LOG_INFO, "%-7s ", "<int64>");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.c444 OPT_EVAL_NUMBER(int64, AV_OPT_TYPE_INT64, int64_t)
1008 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<int64>");

Completed in 428 milliseconds