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

  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 1036 BEGIN_CONTROL : BITS_PER_DEP_WEAK
1116 #define BEGIN_CONTROL (((ds_t) DEP_WEAK_MASK) << BEGIN_CONTROL_BITS_OFFSET)
1125 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL)
1127 #define CONTROL_SPEC (BEGIN_CONTROL | BE_IN_CONTROL)
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 1034 BEGIN_CONTROL : BITS_PER_DEP_WEAK
1114 #define BEGIN_CONTROL (((ds_t) DEP_WEAK_MASK) << BEGIN_CONTROL_BITS_OFFSET)
1123 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL)
1125 #define CONTROL_SPEC (BEGIN_CONTROL | BE_IN_CONTROL)

Completed in 26 milliseconds