Home
last modified time | relevance | path

Searched defs:be64 (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cn-cbor/src/
H A Dcn-encoder.c108 uint64_t be64; in _write_positive() local
161 uint64_t be64; in _write_double() local
/aosp_15_r20/system/libbase/
H A Dendian_test.cpp36 static constexpr uint64_t be64 = 0xf0debc9a78563412; in TEST() local
/aosp_15_r20/bionic/tests/
H A Dbyteswap_test.cpp27 static constexpr uint64_t be64 = 0xf0debc9a78563412; variable
H A Dendian_test.cpp27 static constexpr uint64_t be64 = 0xf0debc9a78563412; variable
H A Dnetinet_in_test.cpp34 static constexpr uint64_t be64 = 0xf0debc9a78563412; variable
/aosp_15_r20/external/coreboot/tests/include/tests/lib/
H A Dcbfs_util.h13 #define BE64(be64) EMPTY_WRAP( \ argument
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/include/mocks/
H A Dcbfs_util.h13 #define BE64(be64) EMPTY_WRAP( \ argument
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dcommon.h470 typedef u64 __bitwise be64; typedef
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DStructTest.java239 NetworkOrderMessage(final int be16, final long be32, final BigInteger be64, in NetworkOrderMessage()