Home
last modified time | relevance | path

Searched refs:STD_SIZEOF (Results 1 – 2 of 2) sorted by relevance

/external/fastrpc/src/
Dstd.c380 std_memset(a, 0, STD_SIZEOF(a)); in x_scanbytes()
387 std_memset(a, 0xFF, STD_SIZEOF(a)); in x_scanbytes()
/external/fastrpc/inc/
DAEEstd.h48 #define STD_SIZEOF(x) ((int)sizeof(x)) macro