Home
last modified time | relevance | path

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

/external/libtraceevent/src/
Dkbuffer-parse.c169 static bool host_is_32bit(void) in host_is_32bit() function
200 if (sizeof(long) != 8 && host_is_32bit()) in kbuffer_alloc()