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

  /external/elfutils/0.153/libcpu/
i386_parse.y 887 static int nbitoff[3][3];
965 nbitoff[i][0] = 0;
968 nbitoff[i][0] = 1;
973 ++nbitoff[i][0];
976 total_bits += nbitoff[i][0];
980 nbitoff[i][1] = 0;
983 nbitoff[i][1] = 1;
988 ++nbitoff[i][1];
991 total_bits += nbitoff[i][1];
995 nbitoff[i][2] = 0
    [all...]
i386_parse.c 2599 static int nbitoff[3][3]; variable
    [all...]

Completed in 147 milliseconds