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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 933 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
960 allocbufb=(decNumber *)malloc(needbytes);
961 if (allocbufb==NULL) { /* hopeless -- abandon */
964 b=allocbufb; /* use the allocated space */
974 free(allocbufb); /* .. */
1402 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
1491 allocbufb=(decNumber *)malloc(needbytes);
1492 if (allocbufb==NULL) { /* hopeless -- abandon */
1495 b=allocbufb; /* use the allocated space */
1513 free(allocbufb); /* .. *
2822 decNumber *allocbufb=NULL; \/* -> allocated bufb, iff allocated *\/ local
5597 decNumber *allocbufb=NULL; \/* -> allocated bufa, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 933 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
960 allocbufb=(decNumber *)malloc(needbytes);
961 if (allocbufb==NULL) { /* hopeless -- abandon */
964 b=allocbufb; /* use the allocated space */
974 free(allocbufb); /* .. */
1402 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
1491 allocbufb=(decNumber *)malloc(needbytes);
1492 if (allocbufb==NULL) { /* hopeless -- abandon */
1495 b=allocbufb; /* use the allocated space */
1513 free(allocbufb); /* .. *
2822 decNumber *allocbufb=NULL; \/* -> allocated bufb, iff allocated *\/ local
5597 decNumber *allocbufb=NULL; \/* -> allocated bufa, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 933 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
960 allocbufb=(decNumber *)malloc(needbytes);
961 if (allocbufb==NULL) { /* hopeless -- abandon */
964 b=allocbufb; /* use the allocated space */
974 free(allocbufb); /* .. */
1402 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
1491 allocbufb=(decNumber *)malloc(needbytes);
1492 if (allocbufb==NULL) { /* hopeless -- abandon */
1495 b=allocbufb; /* use the allocated space */
1513 free(allocbufb); /* .. *
2822 decNumber *allocbufb=NULL; \/* -> allocated bufb, iff allocated *\/ local
5597 decNumber *allocbufb=NULL; \/* -> allocated bufa, iff allocated *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 933 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
960 allocbufb=(decNumber *)malloc(needbytes);
961 if (allocbufb==NULL) { /* hopeless -- abandon */
964 b=allocbufb; /* use the allocated space */
974 free(allocbufb); /* .. */
1402 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */ local
1491 allocbufb=(decNumber *)malloc(needbytes);
1492 if (allocbufb==NULL) { /* hopeless -- abandon */
1495 b=allocbufb; /* use the allocated space */
1513 free(allocbufb); /* .. *
2822 decNumber *allocbufb=NULL; \/* -> allocated bufb, iff allocated *\/ local
5597 decNumber *allocbufb=NULL; \/* -> allocated bufa, iff allocated *\/ local
    [all...]

Completed in 22 milliseconds