HomeSort by relevance Sort by last modified time
    Searched refs:nbitstr (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/libcpu/
i386_parse.y 892 static int nbitstr[3];
1023 nbitstr[i] = 1;
1028 ++nbitstr[i];
1031 total_bits += nbitstr[i];
1130 if (nbitstr[i] != 0)
1131 fprintf (outfile, "#define STR%d_BITS %d\n", i + 1, nbitstr[i]);
1174 if (nbitstr[i] != 0)
1226 if (nbitstr[i] != 0)
    [all...]
i386_parse.c 2604 static int nbitstr[3]; variable
    [all...]

Completed in 39 milliseconds