Searched refs:STD_SIZEOF (Results 1 – 2 of 2) sorted by relevance
380 std_memset(a, 0, STD_SIZEOF(a)); in x_scanbytes()387 std_memset(a, 0xFF, STD_SIZEOF(a)); in x_scanbytes()
48 #define STD_SIZEOF(x) ((int)sizeof(x)) macro