Searched refs:LL (Results 26 - 50 of 270) sorted by relevance

1234567891011

/linux-master/arch/arm/nwfpe/
H A DARM-gcc.h57 appended with the letters `LL' standing for `long long', which is `gcc's
62 #define LIT64( a ) a##LL
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-ipd.h42 CVMX_IPD_OPC_MODE_STT = 0LL, /* All blocks DRAM, not cached in L2 */
43 CVMX_IPD_OPC_MODE_STF = 1LL, /* All blocks into L2 */
44 CVMX_IPD_OPC_MODE_STF1_STT = 2LL, /* 1st block L2, rest DRAM */
45 CVMX_IPD_OPC_MODE_STF2_STT = 3LL /* 1st, 2nd blocks L2, rest DRAM */
H A Dcvmx.h36 CVMX_MIPS_SPACE_XKSEG = 3LL,
37 CVMX_MIPS_SPACE_XKPHYS = 2LL,
38 CVMX_MIPS_SPACE_XSSEG = 1LL,
39 CVMX_MIPS_SPACE_XUSEG = 0LL
/linux-master/include/linux/
H A Dtimex.h132 #define PPM_SCALE_INV ((1LL << (PPM_SCALE_INV_SHIFT + NTP_SCALE_SHIFT)) / \
H A Dstackdepot.h36 #define DEPOT_POOL_SIZE (1LL << (PAGE_SHIFT + DEPOT_POOL_ORDER))
/linux-master/arch/powerpc/perf/
H A De6500-pmu.c49 * Assuming LL means L2, it's not a good match for this model.
53 [C(LL)] = {
H A De500-pmu.c50 * Assuming LL means L2, it's not a good match for this model.
55 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
/linux-master/drivers/iio/dac/
H A Ddpot-dac.c68 tmp = *val * 1000000000LL;
71 do_div(tmp, 1000000000LL);
155 tmp = val * 1000000000LL * max >> val2;
156 do_div(tmp, 1000000000LL);
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h258 regs->fr[ 0] = 0LL; \
259 regs->fr[ 1] = 0LL; \
260 regs->fr[ 2] = 0LL; \
261 regs->fr[ 3] = 0LL; \
/linux-master/tools/testing/selftests/timers/
H A Dset-2038.c32 #define NSEC_PER_SEC 1000000000LL
/linux-master/tools/perf/util/
H A Dgenelf.c184 d->d_off = 0LL;
218 d->d_off = 0LL;
320 d->d_off = 0LL;
367 d->d_off = 0LL;
403 d->d_off = 0LL;
446 d->d_off = 0LL;
488 d->d_off = 0LL;
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c29 static const struct fixed31_32 dc_fixpt_two_pi = { 26986075409LL };
30 static const struct fixed31_32 dc_fixpt_ln2 = { 2977044471LL };
31 static const struct fixed31_32 dc_fixpt_ln2_div_2 = { 1488522236LL };
375 1LL << -m);
448 if (value >= (1LL << (integer_bits + FIXED31_32_BITS_PER_FRACTIONAL_PART)))
/linux-master/tools/power/cpupower/bench/
H A Dbenchmark.c96 performance_time = 0LL;
97 powersave_time = 0LL;
H A Dsystem.c33 return (long long int)(now.tv_sec * 1000000LL + now.tv_usec);
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy-2ph-1-0.c85 ui = div_u64(1000000000000LL, link_freq);
91 timer_period = div_u64(1000000000000LL, timer_clk_rate);
/linux-master/fs/reiserfs/
H A Dprints.c672 (tbSh) ? (long long)(tbSh->b_blocknr) : (-1LL),
674 (tb->L[h]) ? (long long)(tb->L[h]->b_blocknr) : (-1LL),
676 (tb->R[h]) ? (long long)(tb->R[h]->b_blocknr) : (-1LL),
678 (tbFh) ? (long long)(tbFh->b_blocknr) : (-1LL),
680 b_blocknr) : (-1LL),
682 b_blocknr) : (-1LL),
684 b_blocknr) : (-1LL),
686 b_blocknr) : (-1LL));
/linux-master/fs/ext4/
H A Dinode-test.c97 .expected = {.tv_sec = -1LL, .tv_nsec = 0L},
105 .expected = {0LL, 0L},
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h61 #define local_inc_return(l) local_add_return(1LL, l)
74 #define local_dec_return(l) local_sub_return(1LL, l)
/linux-master/fs/exfat/
H A Dexfat_raw.h186 #define EXFAT_MIN_TIMESTAMP_SECS 315532800LL
188 #define EXFAT_MAX_TIMESTAMP_SECS 4354819199LL
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_accel.c446 val64 = (int64_t)offset * 5LL * 9806650LL;
449 val64 += 10000LL / 2LL;
451 val64 -= 10000LL / 2LL;
492 val64 = (int64_t)val * 1000000LL + (int64_t)val2;
503 val64 = val64 * 10000LL;
/linux-master/include/linux/iio/adc/
H A Dqcom-vadc-common.h49 #define PMI_CHG_SCALE_2 391750000000LL
/linux-master/drivers/rtc/
H A Drtc-tps6594.c274 tmp -= TICKS_PER_HOUR / 2LL;
276 tmp += TICKS_PER_HOUR / 2LL;
307 tmp -= PPB_MULT / 2LL;
309 tmp += PPB_MULT / 2LL;
318 * - tmp += TICK_PER_HOUR / 2LL :
H A Drtc-tps65910.c45 #define PPB_MULT (1000000000LL)
292 tmp -= TICKS_PER_HOUR / 2LL;
294 tmp += TICKS_PER_HOUR / 2LL;
316 tmp -= PPB_MULT / 2LL;
318 tmp += PPB_MULT / 2LL;
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h38 #define LLONG_MIN (1LL<<63)
41 #define LLONG_MAX (-1LL>>1)
68 static const struct fixed31_32 dc_fixpt_epsilon = { 1LL };
/linux-master/drivers/clk/
H A Dclk-si570.c43 #define FDCO_MIN 4850000000LL
44 #define FDCO_MAX 5670000000LL
153 if (fdco >= (1LL << 36))
260 if (div64_u64(abs(rate - data->frequency) * 10000LL,
355 if (div64_u64(abs(rate - data->frequency) * 10000LL,

Completed in 221 milliseconds

1234567891011