Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dmisc.c86 #define MAX_TEMP_STRINGS 16 macro
88 static TempString _temp_strings[ MAX_TEMP_STRINGS ];
96 if ( ++_temp_string_n >= MAX_TEMP_STRINGS ) in tempstr_get()