Searched refs:LL (Results 51 - 75 of 342) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dtiny_psnr.c57 582360139072LL,
82 return -log16((1LL << 32) / a);
139 int64_t max = (1LL << (8 * len)) - 1;
233 284619LL * F + (1LL << 31)) / (1LL << 32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Datomic_32.h236 #define atomic64_inc(v) atomic64_add(1LL, (v))
237 #define atomic64_inc_return(v) atomic64_add_return(1LL, (v))
242 #define atomic64_dec(v) atomic64_sub(1LL, (v))
243 #define atomic64_dec_return(v) atomic64_sub_return(1LL, (v))
245 #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1LL, 0LL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h374 # define INT64_MIN (-1LL << (@BITSIZEOF_INT64_T@ - 1))
389 # define INT64_MAX (~ (-1LL << (@BITSIZEOF_INT64_T@ - 1)))
399 # define INT64_MAX 9223372036854775807LL
516 # define INT_LEAST64_MIN (-1LL << (@BITSIZEOF_INT_LEAST64_T@ - 1))
531 # define INT_LEAST64_MAX (~ (-1LL << (@BITSIZEOF_INT_LEAST64_T@ - 1)))
682 # define INT_FAST64_MIN (-1LL << (@BITSIZEOF_INT_FAST64_T@ - 1))
697 # define INT_FAST64_MAX (~ (-1LL << (@BITSIZEOF_INT_FAST64_T@ - 1)))
728 # define INTPTR_MIN (-1LL << (@BITSIZEOF_INTPTR_T@ - 1))
739 # define INTPTR_MAX (~ (-1LL << (@BITSIZEOF_INTPTR_T@ - 1)))
764 # define INTMAX_MIN (-1LL << (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwebvttdec.c55 if (sscanf(s, "%u:%u:%u.%u", &hh, &mm, &ss, &ms) == 4) return (hh*3600LL + mm*60LL + ss) * 1000LL + ms;
56 if (sscanf(s, "%u:%u.%u", &mm, &ss, &ms) == 3) return ( mm*60LL + ss) * 1000LL + ms;
H A Dsoxenc.c97 int64_t num_samples = (file_size - sox->header_size - 4LL) >> 2LL;
H A Dsubviewer1dec.c71 int64_t pts_start = hh*3600LL + mm*60LL + ss + delay;
H A Dafc.c47 c->data_end = avio_rb32(s->pb) + 32LL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dstdint_.h158 #define INT64_MAX 9223372036854775807LL
246 #define INT64_C(x) x##LL
256 #define INTMAX_C(x) x##LL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Datomic.h454 #define atomic64_inc(v) atomic64_add(1LL, (v))
455 #define atomic64_inc_return(v) atomic64_add_return(1LL, (v))
458 #define atomic64_dec(v) atomic64_sub(1LL, (v))
459 #define atomic64_dec_return(v) atomic64_sub_return(1LL, (v))
461 #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1LL, 0LL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dacelp_filters.c104 tmp = (hpf_f[0]* 15836LL) >> 13;
105 tmp += (hpf_f[1]* -7667LL) >> 13;
H A Dmpegaudio_tablegen.h52 m = (uint32_t)(fm * (1LL << 31) + 0.5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dacelp_filters.c106 tmp = (hpf_f[0]* 15836LL) >> 13;
107 tmp += (hpf_f[1]* -7667LL) >> 13;
H A Dmpegaudio_tablegen.h54 m = (uint32_t)(fm * (1LL << 31) + 0.5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dtimefilter.c80 #define LFG_MAX ((1LL << 32) - 1)
108 / (LFG_MAX * 10LL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsoxenc.c104 int64_t num_samples = (file_size - sox->header_size - 4LL) >> 2LL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-monitor.c43 #define DBUS_SECONDS_SINCE_1601 11644473600LL
44 #define DBUS_USEC_IN_SEC 1000000LL
74 __p->tv_usec = (long) ((now.ns100 / 10LL) % DBUS_USEC_IN_SEC);
75 __p->tv_sec = (long)(((now.ns100 / 10LL) / DBUS_SECONDS_SINCE_1601) - DBUS_SECONDS_SINCE_1601);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dprocessor.h306 regs->fr[ 0] = 0LL; \
307 regs->fr[ 1] = 0LL; \
308 regs->fr[ 2] = 0LL; \
309 regs->fr[ 3] = 0LL; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dint-ll64.h60 #define S64_C(x) x ## LL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dutils.h91 #define WLTIMEDELTA 116444736000000000LL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-ipd.h41 CVMX_IPD_OPC_MODE_STT = 0LL, /* All blocks DRAM, not cached in L2 */
42 CVMX_IPD_OPC_MODE_STF = 1LL, /* All bloccks into L2 */
43 CVMX_IPD_OPC_MODE_STF1_STT = 2LL, /* 1st block L2, rest DRAM */
44 CVMX_IPD_OPC_MODE_STF2_STT = 3LL /* 1st, 2nd blocks L2, rest DRAM */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A De500-pmu.c52 * Assuming LL means L2, it's not a good match for this model.
57 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx.h133 CVMX_MIPS_SPACE_XKSEG = 3LL,
134 CVMX_MIPS_SPACE_XKPHYS = 2LL,
135 CVMX_MIPS_SPACE_XSSEG = 1LL,
136 CVMX_MIPS_SPACE_XUSEG = 0LL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_debug.c110 0LL, 0LL, 0LL, 0L, 0LL, 0L, 0LL, 0L);
441 avg_atom = -1LL;
448 avg_per_cpu = -1LL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c541 low = 0LL;
542 for (high = 1024LL; !ntfs_device_offset_valid(dev, high); high <<= 1)
544 while (low < high - 1LL) {
552 dev->d_ops->seek(dev, 0LL, SEEK_SET);
553 return (low + 1LL) / block_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dtimefilter.c95 #define LFG_MAX ((1LL << 32) - 1)
116 samples[i] = ideal[i] + n0 * (av_lfg_get(&prng) - LFG_MAX / 2) / (LFG_MAX * 10LL);

Completed in 190 milliseconds

1234567891011>>