| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | mem_noshuf.c | 227 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 D | load_align.c | 65 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 D | northbridge.c | 160 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 D | 0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch | 137 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 D | reconfig-interface-duid-ll@.service | 2 Description=Reconfig %i to get the IPv6 LL
|
| /openbmc/openbmc/poky/meta/recipes-support/db/db/ |
| H A D | sequence-type.patch | 32 - l = 9223372036854775807LL; 48 - l = 9223372036854775807LL;
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-rcu-list.c | 33 static long long n_reads = 0LL; 34 static long long n_updates = 0LL; 37 static long long n_nodes = 0LL;
|
| H A D | rcutorture.c | 89 long long n_reads = 0LL;
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | rel6.decode | 50 REMOVED 110000 ----- ----- ---------------- # LL
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | macros.def | 181 ({ ((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 D | alu.idef | 1135 } 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 D | addrspace.h | 27 #define _CONST64_(x) x ## LL
|
| /openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ |
| H A D | 0002-tests-Replace-off64_t-with-off_t.patch | 29 -1LL,
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | macros.h.inc | 65 ((VAL) < 0) ? (-(1LL << ((N) - 1))) : ((1LL << ((N) - 1)) - 1) \
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.l | 162 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
|
| /openbmc/qemu/util/ |
| H A D | host-utils.c | 43 } LL; in mul64() typedef 44 LL rl, rm, rn, rh, a0, b0; in mul64()
|
| H A D | aio-posix.c | 461 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 D | int128.h | 477 #define UINT128_MAX int128_make128(~0LL, ~0LL)
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
| H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 156 - 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 D | 0002-boost-Backport-clang-support.patch | 448 +# 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 D | FDK-AAC | 74 Attention: Audio and Multimedia Departments - FDK AAC LL
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
| H A D | Fraunhofer_FDK_AAC_Codec_Library_for_Android | 86 Attention: Audio and Multimedia Departments - FDK AAC LL
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | ldconfig.patch | 278 -#define _DL_HWCAP_TLS_MASK (1LL << 63)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Add-support-for-mips64-n32-n64.patch | 995 * 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 D | macros.def | 825 ((VAL) + (((SHAMT)>0)?(1LL<<((SHAMT)-1)):0)),
|