HomeSort by: relevance | last modified time | path
    Searched refs:DEC_Insufficient_storage (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decContext.h 140 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
158 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
184 DEC_Insufficient_storage | \
decContext.c 256 return decContextSetStatus(context, DEC_Insufficient_storage);
307 return decContextSetStatusQuiet(context, DEC_Insufficient_storage);
369 if (status==DEC_Insufficient_storage ) return DEC_Condition_IS;
decNumber.c 657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
948 status|=DEC_Insufficient_storage;
962 status|=DEC_Insufficient_storage;
1141 status|=DEC_Insufficient_storage;
1470 status|=DEC_Insufficient_storage;
1493 status|=DEC_Insufficient_storage;
1752 if (result==BADINT) status|=DEC_Insufficient_storage; /* rare */
2138 status|=DEC_Insufficient_storage;
2185 status|=DEC_Insufficient_storage;
2894 status|=DEC_Insufficient_storage;
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decContext.h 140 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
158 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
184 DEC_Insufficient_storage | \
decContext.c 256 return decContextSetStatus(context, DEC_Insufficient_storage);
307 return decContextSetStatusQuiet(context, DEC_Insufficient_storage);
369 if (status==DEC_Insufficient_storage ) return DEC_Condition_IS;
decNumber.c 657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
948 status|=DEC_Insufficient_storage;
962 status|=DEC_Insufficient_storage;
1141 status|=DEC_Insufficient_storage;
1470 status|=DEC_Insufficient_storage;
1493 status|=DEC_Insufficient_storage;
1752 if (result==BADINT) status|=DEC_Insufficient_storage; /* rare */
2138 status|=DEC_Insufficient_storage;
2185 status|=DEC_Insufficient_storage;
2894 status|=DEC_Insufficient_storage;
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decContext.h 140 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
158 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
184 DEC_Insufficient_storage | \
decContext.c 256 return decContextSetStatus(context, DEC_Insufficient_storage);
307 return decContextSetStatusQuiet(context, DEC_Insufficient_storage);
369 if (status==DEC_Insufficient_storage ) return DEC_Condition_IS;
decNumber.c 657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
948 status|=DEC_Insufficient_storage;
962 status|=DEC_Insufficient_storage;
1141 status|=DEC_Insufficient_storage;
1470 status|=DEC_Insufficient_storage;
1493 status|=DEC_Insufficient_storage;
1752 if (result==BADINT) status|=DEC_Insufficient_storage; /* rare */
2138 status|=DEC_Insufficient_storage;
2185 status|=DEC_Insufficient_storage;
2894 status|=DEC_Insufficient_storage;
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decContext.h 140 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
158 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
184 DEC_Insufficient_storage | \
decContext.c 256 return decContextSetStatus(context, DEC_Insufficient_storage);
307 return decContextSetStatusQuiet(context, DEC_Insufficient_storage);
369 if (status==DEC_Insufficient_storage ) return DEC_Condition_IS;
decNumber.c 657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
948 status|=DEC_Insufficient_storage;
962 status|=DEC_Insufficient_storage;
1141 status|=DEC_Insufficient_storage;
1470 status|=DEC_Insufficient_storage;
1493 status|=DEC_Insufficient_storage;
1752 if (result==BADINT) status|=DEC_Insufficient_storage; /* rare */
2138 status|=DEC_Insufficient_storage;
2185 status|=DEC_Insufficient_storage;
2894 status|=DEC_Insufficient_storage;
    [all...]

Completed in 60 milliseconds