Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Dendian.h99 static inline void write_be32(void *dest, uint32_t val) in write_be32() function
/aosp_15_r20/external/vboot_reference/firmware/lib/tpm2_lite/
H A Dmarshaling.c21 static void write_be32(void *dest, uint32_t val) in write_be32() function