Home
last modified time | relevance | path

Searched refs:is_filled (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dmacros.h61 is_filled(const char *ptr, char fill, size_t size) in is_filled() function
71 is_filled((const char *) (arr_), 0, sizeof(arr_) + MUST_BE_ARRAY(arr_))
Ds390.c455 is_filled(arr_, '\x40', sizeof(arr_) + MUST_BE_ARRAY(arr_))
474 !is_filled((char *) ((hdr_) + 1), '\0', \
DChangeLog6392 Move is_filled and IS_ZERO to macros.h, rename IS_ZERO to IS_ARRAY_ZERO.
6394 (is_filled, IS_ZERO): Move...
6396 (is_filled): Add inline qualifier, add const qualifier to ptr.