Home
last modified time | relevance | path

Searched refs:LL (Results 1 – 25 of 162) sorted by relevance

1234567

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dratio142 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
160 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
174 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
192 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
203 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
239 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
274 typedef ratio<1LL, 1000000000000000000LL> atto;
275 typedef ratio<1LL, 1000000000000000LL> femto;
276 typedef ratio<1LL, 1000000000000LL> pico;
277 typedef ratio<1LL, 1000000000LL> nano;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dratio142 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
160 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
174 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
192 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
203 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
239 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
274 typedef ratio<1LL, 1000000000000000000LL> atto;
275 typedef ratio<1LL, 1000000000000000LL> femto;
276 typedef ratio<1LL, 1000000000000LL> pico;
277 typedef ratio<1LL, 1000000000LL> nano;
[all …]
/OK3568_Linux_fs/buildroot/package/open62541/
H A D0003-fix-core-Explicit-cast-to-avoid-compiler-warning.patch20 long double result = (long double)(i&(uint64_t)((1LL<<significandbits)-1));
21 - result /= (1LL<<significandbits);
22 + result /= (long double)(1LL<<significandbits);
25 long long shift = (long long)((i>>significandbits) & (uint64_t)((1LL<<expbits)-1)) - bias;
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.c182 d->d_off = 0LL; in jit_add_eh_frame_info()
216 d->d_off = 0LL; in jit_add_eh_frame_info()
318 d->d_off = 0LL; in jit_write_elf()
364 d->d_off = 0LL; in jit_write_elf()
400 d->d_off = 0LL; in jit_write_elf()
443 d->d_off = 0LL; in jit_write_elf()
485 d->d_off = 0LL; in jit_write_elf()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstdint.h176 #define LL(v) v
182 #define LL(v) v ## LL macro
194 #define INT64_C(v) LL(v)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstdint.h176 #define LL(v) v
182 #define LL(v) v ## LL macro
194 #define INT64_C(v) LL(v)
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dprocessor.h267 regs->fr[ 0] = 0LL; \
268 regs->fr[ 1] = 0LL; \
269 regs->fr[ 2] = 0LL; \
270 regs->fr[ 3] = 0LL; \
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c171 dm_pci_write_config32(dev, EPBAR + 4, (0LL + DEFAULT_EPBAR) >> 32); in sandybridge_setup_northbridge_bars()
173 dm_pci_write_config32(dev, MCHBAR + 4, (0LL + MCH_BASE_ADDRESS) >> 32); in sandybridge_setup_northbridge_bars()
177 (0LL + DEFAULT_PCIEXBAR) >> 32); in sandybridge_setup_northbridge_bars()
179 dm_pci_write_config32(dev, DMIBAR + 4, (0LL + DEFAULT_DMIBAR) >> 32); in sandybridge_setup_northbridge_bars()
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dtuners.rst31 L= Secam LL
34 Q= BG+I+DK+LL
69 MF: BG LL w/ Secam (Multi France)
70 ME: BG DK I LL (Multi Europe)
88 xx1x: Pal DK, Secam LL
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdint.h109 # define __INT64_C(c) c ## LL
254 # define INT64_C(c) c ## LL
272 # define INTMAX_C(c) c ## LL
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstdint.h109 # define __INT64_C(c) c ## LL
254 # define INT64_C(c) c ## LL
272 # define INTMAX_C(c) c ## LL
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_timestamp.h79 const struct inv_icm42600_timestamp_interval interval_init = {0LL, 0LL}; in inv_icm42600_timestamp_reset()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dmce_amd.h23 #define LL(x) ((x) & 0x3) macro
24 #define LL_MSG(x) ll_msgs[LL(x)]
H A Dmce_amd.c436 u8 ll = LL(ec); in f12h_mc0_mce()
451 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) { in f10h_mc0_mce()
475 if (TT(ec) != TT_DATA || LL(ec) != LL_L1) in cat_mc0_mce()
495 if ((II(ec) != II_MEM && II(ec) != II_IO) || LL(ec) != LL_LG) in cat_mc0_mce()
596 u8 ll = LL(ec); in k8_mc1_mce()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dperf_event_v7.c187 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_A8_PERFCTR_L2_CACHE_ACCESS,
188 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_A8_PERFCTR_L2_CACHE_REFILL,
189 [C(LL)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_A8_PERFCTR_L2_CACHE_ACCESS,
190 [C(LL)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_A8_PERFCTR_L2_CACHE_REFILL,
326 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_A15_PERFCTR_L2_CACHE_ACCESS_READ,
327 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_A15_PERFCTR_L2_CACHE_REFILL_READ,
328 [C(LL)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_A15_PERFCTR_L2_CACHE_ACCESS_WRITE,
329 [C(LL)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_A15_PERFCTR_L2_CACHE_REFILL_WRITE,
375 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L2_CACHE_ACCESS,
376 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_PERFCTR_L2_CACHE_REFILL,
[all …]
/OK3568_Linux_fs/buildroot/package/pure-ftpd/
H A D0004-Initialize-the-max-upload-file-size-when-quotas-are-enabled.patch25 if (quota_update(&quota, 0LL, 0LL, &overflow) == 0 &&
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp66 # define INTMAX_C(c) c##LL
513 # define INT64_C(value) value##LL
521 # define INT64_C(value) value##LL
537 # define INT64_C(value) value##LL
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/
H A Df107467179428a0e3ea9e4aa9738ac12ff02822d.patch31 long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dnetdebug.c273 # define sc_tv_acquiry_total_ns(_s) (0LL)
274 # define sc_tv_send_total_ns(_s) (0LL)
275 # define sc_tv_status_total_ns(_s) (0LL)
276 # define sc_tv_process_total_ns(_s) (0LL)
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dbenchmark.c96 performance_time = 0LL; in start_benchmark()
97 powersave_time = 0LL; in start_benchmark()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c41 CHECK(bss->in4 != 0, "in4", "got %lld != exp %lld\n", bss->in4, 0LL); in test_skeleton()
42 CHECK(bss->out4 != 0, "out4", "got %lld != exp %lld\n", bss->out4, 0LL); in test_skeleton()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/db/db/
H A Dsequence-type.patch32 - l = 9223372036854775807LL;
48 - l = 9223372036854775807LL;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dsq_AL61 % &[before 1]M<ll<<<Ll<<<LL
76 % &[before 1]M<ll<<<lL<<<Ll<<<LL
90 % <exemplarCharacters type="index">[A B C Ç D {DH} E Ë F G {GJ} H I J K L {LL} M N {NJ} O P Q R {RR…
119 collating-element <LL> from "LL"
183 <LL> <ll-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dsq_AL61 % &[before 1]M<ll<<<Ll<<<LL
76 % &[before 1]M<ll<<<lL<<<Ll<<<LL
90 % <exemplarCharacters type="index">[A B C Ç D {DH} E Ë F G {GJ} H I J K L {LL} M N {NJ} O P Q R {RR…
119 collating-element <LL> from "LL"
183 <LL> <ll-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-address.h40 CVMX_MIPS_SPACE_XUSEG = 0LL
45 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,

1234567