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

  /src/external/gpl2/xcvs/dist/diff/
diff3.c 158 #define ALLOCATE(number, type) \
980 * Allocate the arrays for the various pointers (and zero them) based
987 struct diff3_block *result = ALLOCATE (1, struct diff3_block);
1001 /* Allocate and zero space */
1005 D_LINEARRAY (result, FILE0) = ALLOCATE (numlines, char *);
1006 D_LENARRAY (result, FILE0) = ALLOCATE (numlines, size_t);
1019 D_LINEARRAY (result, FILE1) = ALLOCATE (numlines, char *);
1020 D_LENARRAY (result, FILE1) = ALLOCATE (numlines, size_t);
1033 D_LINEARRAY (result, FILE2) = ALLOCATE (numlines, char *);
1034 D_LENARRAY (result, FILE2) = ALLOCATE (numlines, size_t)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 1400 fputs (") ALLOCATE(", dumpfile);
1854 case OMP_LIST_ALLOCATE: type = "ALLOCATE"; break;
2151 case EXEC_OMP_ALLOCATE: name = "ALLOCATE"; break;
2916 fputs ("ALLOCATE ", dumpfile);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 1689 case OMP_LIST_ALLOCATE: type = "ALLOCATE"; break;
2748 fputs ("ALLOCATE ", dumpfile);

Completed in 22 milliseconds