Home
last modified time | relevance | path

Searched defs:put64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcommon.h210 void (*put64)(struct buffer *input, uint64_t val); member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h459 #define put64(ST, REG, X) (ST.REG = htobe64(X)) macro