HomeSort by relevance Sort by last modified time
    Searched full:debug_tags (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/
cmdline-option.c 11 debug_tags[] = { variable in typeref:struct:__anon5832
132 for (nn = 0; debug_tags[nn].name; nn++) {
133 if (!strcmp(arg2, debug_tags[nn].name)) {
134 mask = (1UL << debug_tags[nn].flag);
271 for (nn = 0; debug_tags[nn].name != NULL; nn++) {
272 if ( !strcmp( debug_tags[nn].name, temp ) ) {
273 mask |= (1 << debug_tags[nn].flag);

Completed in 59 milliseconds