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

  /src/external/gpl3/gcc/dist/libgcc/
dfp-bit.h 198 INT_TYPE: The integer data type.
208 #define INT_TYPE SItype
213 #define INT_TYPE DItype
218 #define INT_TYPE USItype
223 #define INT_TYPE UDItype
619 extern INT_TYPE DFP_TO_INT (DFP_C_TYPE);
626 extern DFP_C_TYPE INT_TO_DFP (INT_TYPE);
  /src/external/gpl3/gcc.old/dist/libgcc/
dfp-bit.h 198 INT_TYPE: The integer data type.
208 #define INT_TYPE SItype
213 #define INT_TYPE DItype
218 #define INT_TYPE USItype
223 #define INT_TYPE UDItype
619 extern INT_TYPE DFP_TO_INT (DFP_C_TYPE);
626 extern DFP_C_TYPE INT_TO_DFP (INT_TYPE);
  /src/external/gpl3/gdb/dist/gdb/
rust-parse.c 70 #define INT_TYPE 6
926 if (subexps[INT_TYPE].rm_so == -1)
933 type_index = INT_TYPE;
  /src/external/gpl3/gdb.old/dist/gdb/
rust-parse.c 70 #define INT_TYPE 6
929 if (subexps[INT_TYPE].rm_so == -1)
936 type_index = INT_TYPE;

Completed in 26 milliseconds