Home
last modified time | relevance | path

Searched defs:timestamp_add_now (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/
H A Dtimestamp.h40 #define timestamp_add_now(id) macro
/aosp_15_r20/external/coreboot/Documentation/lib/
H A Dtimestamp.md139 ### timestamp_add_now subsection
/aosp_15_r20/external/coreboot/src/lib/
H A Dtimestamp.c141 void timestamp_add_now(enum timestamp_id id) in timestamp_add_now() function
/aosp_15_r20/external/coreboot/util/cbmem/
H A Dcbmem.c796 static void timestamp_add_now(uint32_t timestamp_id) in timestamp_add_now() function