Searched refs:val64 (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/test/ |
H A D | threadstest.c | 146 uint64_t val64 = 1, ret64 = 0; in test_atomic() local 169 if (CRYPTO_atomic_or(&val64, 2, &ret64, NULL)) { in test_atomic() 171 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic() 172 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic() 176 if (!TEST_uint_eq((unsigned int)val64, 1) in test_atomic() 180 val64 = 1; in test_atomic() 183 if (!TEST_true(CRYPTO_atomic_or(&val64, 2, &ret64, lock))) in test_atomic() 186 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic() 187 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic() 191 if (CRYPTO_atomic_load(&val64, in test_atomic() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | linux-core-attach.c | 232 uint64_t val64 = read_8ubyte_unaligned_noncvt (desc + item->offset); in core_set_initial_registers() local 233 val64 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB in core_set_initial_registers() 234 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers() 235 pc = val64; in core_set_initial_registers() 274 uint64_t val64 = read_8ubyte_unaligned_noncvt (reg_desc); in core_set_initial_registers() local 275 reg_desc += sizeof val64; in core_set_initial_registers() 276 val64 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB in core_set_initial_registers() 277 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers() [all...] |
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_mib2_udp.c | 81 u64_t val64 = STATS_GET(mib2.udpindatagrams); in udp_get_value() local 82 *((u64_t *)value) = val64; in udp_get_value() 87 u64_t val64 = STATS_GET(mib2.udpoutdatagrams); in udp_get_value() local 88 *((u64_t *)value) = val64; in udp_get_value()
|
H A D | snmp_mib2_tcp.c | 127 u64_t val64 = STATS_GET(mib2.tcpinsegs); in tcp_get_value() local 128 *((u64_t *)value) = val64; in tcp_get_value() 133 u64_t val64 = STATS_GET(mib2.tcpoutsegs); in tcp_get_value() local 134 *((u64_t *)value) = val64; in tcp_get_value()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deFloat16.c | 102 deFloat16 deFloat64To16 (double val64) in deFloat64To16() argument 113 x.f = val64; in deFloat64To16() 368 deFloat16 deFloat64To16Round (double val64, deRoundingMode mode) in deFloat64To16Round() argument 383 x.f = val64; in deFloat64To16Round()
|
H A D | deFloat16.h | 46 deFloat16 deFloat64To16 (double val64); 47 deFloat16 deFloat64To16Round (double val64, deRoundingMode mode);
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 70 uint64_t val64; 82 %type <val64> number64
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 1441 int64_t val64; in TestInt64Format() local 1468 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status); in TestInt64Format() 1471 } else if (val64 != U_INT64_MAX) { in TestInt64Format() 1472 log_err("parseInt64 returned incorrect value, got: %ld\n", val64); in TestInt64Format() 1500 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status); in TestInt64Format() 1503 } else if (val64 != U_INT64_MIN) { in TestInt64Format() 1504 log_err("parseInt64 returned incorrect value, got: %ld\n", val64); in TestInt64Format() 1532 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status); in TestInt64Format() 1535 } else if (val64 != U_INT64_MAX) { in TestInt64Format() 1536 log_err("parseInt64 returned incorrect value, got: %ld\n", val64); in TestInt64Format() [all...] |
Completed in 9 milliseconds