Home
last modified time | relevance | path

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

12

/openbmc/qemu/tests/tcg/hexagon/
H A Dmem_noshuf.c227 n.d[0] = ~0LL; in main()
281 n.d[0] = ~0LL; in main()
288 n.d[0] = ~0LL; in main()
292 n.d[0] = ~0LL; in main()
296 n.d[0] = ~0LL; in main()
300 n.d[0] = ~0LL; in main()
304 n.d[0] = ~0LL; in main()
308 n.d[0] = ~0LL; in main()
326 n.d[0] = ~0LL; in main()
330 n.d[0] = ~0LL; in main()
[all …]
H A Dload_align.c65 int64_t result = ~0LL; \
100 uint64_t result = ~0LL; \
134 int64_t result = ~0LL; \
176 int64_t result = ~0LL; \
219 int64_t result = ~0LL; \
254 int64_t result = ~0LL; \
298 int64_t result = ~0LL; \
343 int64_t result = ~0LL; \
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c160 dm_pci_write_config32(dev, EPBAR + 4, (0LL + DEFAULT_EPBAR) >> 32); in sandybridge_setup_northbridge_bars()
162 dm_pci_write_config32(dev, MCHBAR + 4, (0LL + MCH_BASE_ADDRESS) >> 32); in sandybridge_setup_northbridge_bars()
166 (0LL + DEFAULT_PCIEXBAR) >> 32); in sandybridge_setup_northbridge_bars()
168 dm_pci_write_config32(dev, DMIBAR + 4, (0LL + DEFAULT_DMIBAR) >> 32); in sandybridge_setup_northbridge_bars()
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch137 offset = MD_NEW_SIZE_SECTORS(size) * 512LL;
138 - if (lseek64(fd, offset, 0) < 0LL) {
140 + if (lseek(fd, offset, 0) < 0LL) {
149 - if (lseek64(fd, offset, 0) < 0LL) {
151 + if (lseek(fd, offset, 0) < 0LL) {
/openbmc/openbmc/meta-facebook/recipes-fb/reconfig-interface-duid-ll/reconfig-interface-duid-ll/
H A Dreconfig-interface-duid-ll@.service2 Description=Reconfig %i to get the IPv6 LL
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A Dsequence-type.patch32 - l = 9223372036854775807LL;
48 - l = 9223372036854775807LL;
/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c33 static long long n_reads = 0LL;
34 static long long n_updates = 0LL;
37 static long long n_nodes = 0LL;
H A Drcutorture.c89 long long n_reads = 0LL;
/openbmc/qemu/target/mips/tcg/
H A Drel6.decode50 REMOVED 110000 ----- ----- ---------------- # LL
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def181 ({ ((VAL) < 0) ? 0 : ((1LL<<(N))-1);}),
187 ({fSET_OVERFLOW(); ((VAL) < 0) ? 0 : ((1LL<<(N))-1);}),
193 ({fSET_OVERFLOW(); ((VAL) < 0) ? (-(1LL<<((N)-1))) : ((1LL<<((N)-1))-1);}),
199 ({((VAL) < 0) ? (-(1LL<<((N)-1))) : ((1LL<<((N)-1))-1);}),
205 ((VAL) & ((1LL<<(N))-1)),
211 ((fZXTN(N,M,VAL) ^ (1LL<<((N)-1))) - (1LL<<((N)-1))),
1521 A##LL,
H A Dalu.idef1135 } else if ((SRC & (size8s_t)((1LL << (SHIFT - 1)) - 1LL)) == 0) { \
1137 rndbit_128 = fCAST8S_16S(1LL);\
1145 rndbit_128 = fCAST8S_16S((1LL << (SHIFT - 1))); \
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h27 #define _CONST64_(x) x ## LL
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/
H A D0002-tests-Replace-off64_t-with-off_t.patch29 -1LL,
/openbmc/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc65 ((VAL) < 0) ? (-(1LL << ((N) - 1))) : ((1LL << ((N) - 1)) - 1) \
/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l162 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
/openbmc/qemu/util/
H A Dhost-utils.c43 } LL; in mul64() typedef
44 LL rl, rm, rn, rh, a0, b0; in mul64()
H A Daio-posix.c461 if (node->poll_idle_timeout == 0LL) { in run_poll_handlers_once()
465 node->poll_idle_timeout = 0LL; in run_poll_handlers_once()
/openbmc/qemu/include/qemu/
H A Dint128.h477 #define UINT128_MAX int128_make128(~0LL, ~0LL)
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch156 - off64_t length = -1LL; /* mapping length */
157 - off64_t range_end = -1LL; /* mapping end*/
159 + off_t length = -1LL; /* mapping length */
160 + off_t range_end = -1LL; /* mapping end*/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch448 +# define INTMAX_C(c) c##LL
881 +# define INT64_C(value) value##LL
887 + (defined(_LLONG_MAX) && _LLONG_MAX == 9223372036854775807LL)
889 +# define INT64_C(value) value##LL
905 +# define INT64_C(value) value##LL
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DFDK-AAC74 Attention: Audio and Multimedia Departments - FDK AAC LL
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DFraunhofer_FDK_AAC_Codec_Library_for_Android86 Attention: Audio and Multimedia Departments - FDK AAC LL
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch278 -#define _DL_HWCAP_TLS_MASK (1LL << 63)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch995 * branches within the LL-SC sequence.
1028 /* Scan LL<->SC range for branches going outside that range */
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def825 ((VAL) + (((SHAMT)>0)?(1LL<<((SHAMT)-1)):0)),

12