Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcommon.h209 void (*put32)(struct buffer *input, uint32_t val); member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h457 #define put32(ST, REG, X) (ST.REG = htobe32(X)) macro