Searched refs:LL (Results 151 - 175 of 342) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtnoneng.tex42 "Language-Team: LANGUAGE <LL@li.org>\n"
71 "Language-Team: LANGUAGE <LL@li.org>\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c51 /* adjust for compilers that can't understand using LL suffix for int64_t literals */
55 #define FLAC__I64L(x) x##LL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i2c/
H A Dch7006_priv.h36 #define fixed1 (1LL << 32)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpower7-pmu.c325 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event_amd.c38 [ C(LL ) ] = {
H A Dperf_event_intel.c125 [ C(LL ) ] = {
216 [ C(LL ) ] = {
307 [ C(LL ) ] = {
398 [ C(LL ) ] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_model_ppro.c119 wrmsrl(msrs->counters[i].addr, -1LL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Datomic64_test.c22 long long one = 1LL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h41 #define FSEC_PER_SEC 1000000000000000LL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dmtd.h43 #define MTD_FAIL_ADDR_UNKNOWN -1LL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct32.c32 # define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddct32_template.c32 # define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5))
H A Ddirac_parser.c165 pc->index < pc->dirac_unit_size + 13LL + pu1.prev_pu_offset
H A Dlibvpxenc.c342 avctx->rc_min_rate * 100LL / avctx->bit_rate;
345 avctx->rc_max_rate * 100LL / avctx->bit_rate;
349 avctx->rc_buffer_size * 1000LL / avctx->bit_rate;
352 avctx->rc_initial_buffer_occupancy * 1000LL / avctx->bit_rate;
H A Dsonic.c636 s->block_align = 2048LL*s->samplerate/(44100*s->downsampling);
727 ff_build_rac_states(&c, 0.05*(1LL<<32), 256-8);
907 s->block_align = 2048LL*s->samplerate/(44100*s->downsampling);
982 ff_build_rac_states(&c, 0.05*(1LL<<32), 256-8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Doss_audio.c259 cur_time -= (bdelay * 1000000LL) / (s->sample_rate * s->channels);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Drational.c117 den = 1LL << (61 - exponent);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dclock-imx21.c503 temp = 2LL * ref_clk * mfn;
505 temp = 2LL * ref_clk * mfi + temp;
548 temp = 2LL * ref_clk * mfn;
550 temp = 2LL * ref_clk * mfi + temp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dutils.c193 const int64_t fone= 1LL<<54;
288 if (d >= 1LL<<31) {
294 if (d < 1LL<<30)
319 if (d2*xInc < -(1LL<<(29+16))) coeff= 1.0 * (1LL<<(30+16));
320 else if (d2*xInc < (1LL<<(29+16))) coeff= -d2*xInc + (1LL<<(29+16));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwtvdec.c388 time_t t = (value / 10000000LL) - 11644473600LL;
402 time_t t = (value / 10000000LL) - 719162LL*86400LL;
H A Dmatroskaenc.c1319 mkv->chapter_id_offset = FFMAX(mkv->chapter_id_offset, 1LL - s->chapters[i]->id);
1389 start = 3600000LL * sh + 60000LL * sm + 1000LL * ss + 10LL * sc;
1390 end = 3600000LL * eh + 60000LL * em + 1000LL * es + 10LL * ec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c235 pts = av_rescale_q(sub->pts + sub->start_display_time * 1000LL,
237 end_pts = av_rescale_q(sub->pts + sub->end_display_time * 1000LL,
2586 && 121LL*dec_ctx->time_base.num > dec_ctx->time_base.den) {
3403 if(stime2 > stime && pkt.dts != AV_NOPTS_VALUE && pkt.dts > stime + (1LL<<(ist->st->pts_wrap_bits-1))) {
3407 if(stime2 > stime && pkt.pts != AV_NOPTS_VALUE && pkt.pts > stime + (1LL<<(ist->st->pts_wrap_bits-1))) {
3446 if(delta < -1LL*dts_delta_threshold*AV_TIME_BASE ||
3447 (delta > 1LL*dts_delta_threshold*AV_TIME_BASE &&
3464 if (delta < -1LL*dts_delta_threshold*AV_TIME_BASE ||
3465 (delta > 1LL*dts_delta_threshold*AV_TIME_BASE &&
3477 if ( delta < -1LL*dts_error_threshol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c1366 export = n & ((1LL<<32) - 1);
1372 n &= ~((1LL<<32) - 1);
1375 n += 1LL<<32;
1392 *pos += 1LL<<32;
1397 *pos &= ~((1LL<<32) - 1);
1400 *pos += 1LL<<32;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c1161 entry = n & ((1LL<<32) - 1);
1166 n &= ~((1LL<<32) - 1);
1169 n += 1LL<<32;
1188 *pos += 1LL<<32;
1193 *pos &= ~((1LL<<32) - 1);
1197 *pos += 1LL<<32;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwtv.c445 time_t t = (value / 10000000LL) - 11644473600LL;
454 time_t t = (value / 10000000LL) - 719162LL*86400LL;
463 time_t t = 631112400LL + 86400*av_int2double(value);

Completed in 273 milliseconds

1234567891011>>