Searched defs:val64 (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Dtypes.h20 u64 val64; member in union:u64_swap
/external/elfutils/src/libdwfl/
H A Dlinux-core-attach.c228 uint64_t val64 = read_8ubyte_unaligned_noncvt (desc + item->offset); local
229 val64 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
230 ? be64toh (val64) : le64toh (val64));
231 pc = val64;
270 uint64_t val64 = read_8ubyte_unaligned_noncvt (reg_desc); local
271 reg_desc += sizeof val64;
272 val64 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
273 ? be64toh (val64) : le64toh (val64));
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1381 int64_t val64; local
1408 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1411 } else if (val64 != U_INT64_MAX) {
1412 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
1440 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1443 } else if (val64 != U_INT64_MIN) {
1444 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
1472 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1475 } else if (val64 != U_INT64_MAX) {
1476 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
[all...]
/external/kernel-headers/original/uapi/linux/genwqe/
H A Dgenwqe_card.h251 __u64 val64; member in struct:genwqe_reg_io
/external/lz4/lib/
H A Dlz4.c244 U64 val64; local
245 memcpy(&val64, memPtr, 8);
246 return val64;
/external/openssh/
H A Dreadconf.c754 long long val64; local
943 val64 = 0;
945 if (scan_scaled(arg, &val64) == -1)
949 if (val64 > UINT_MAX)
952 if (val64 != 0 && val64 < 16)
957 options->rekey_limit = (u_int32_t)val64;
H A Dservconf.c902 long long val64; local
1252 val64 = 0;
1254 if (scan_scaled(arg, &val64) == -1)
1258 if (val64 > UINT_MAX)
1261 if (val64 != 0 && val64 < 16)
1266 options->rekey_limit = (u_int32_t)val64;

Completed in 379 milliseconds