Searched refs:_size (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dutils.h65 #define BUFF_DECL(_buff,_cursor,_end,_size) \
66 char _buff[_size], *_cursor=_buff, *_end = _cursor + (_size)
/system/core/toolbox/
H A Dinsmod.c13 static void *read_file(const char *filename, ssize_t *_size) argument
41 *_size = size;

Completed in 472 milliseconds