HomeSort by: relevance | last modified time | path
    Searched defs:twos_complement_representation (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 6270 int twos_complement_representation = 0;
6313 twos_complement_representation = 1;
6325 if (twos_complement_representation)
6407 if (sign == -1 && !twos_complement_representation)
6264 int twos_complement_representation = 0; local
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 6273 int twos_complement_representation = 0;
6316 twos_complement_representation = 1;
6328 if (twos_complement_representation)
6410 if (sign == -1 && !twos_complement_representation)
6267 int twos_complement_representation = 0; local

Completed in 24 milliseconds