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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c128 } g_logging = {NULL, 0, NULL, NULL}; variable in typeref:struct:__anon13226
132 #define g_logging vpxglobalm(vpxmem,g_logging) macro
233 if (!g_logging.type && g_logging.file && g_logging.file != stderr) {
234 fclose(g_logging.file);
235 g_logging.file = NULL;
332 g_logging.type = 0;
335 g_logging
[all...]
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c128 } g_logging = {NULL, 0, NULL, NULL}; variable in typeref:struct:__anon24996
132 #define g_logging vpxglobalm(vpxmem,g_logging) macro
233 if (!g_logging.type && g_logging.file && g_logging.file != stderr) {
234 fclose(g_logging.file);
235 g_logging.file = NULL;
332 g_logging.type = 0;
335 g_logging
[all...]

Completed in 96 milliseconds