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

  /src/external/bsd/flex/dist/examples/manual/
string1.lex 9 #define ALLOC_SIZE 32 /* for (re)allocating the buffer */
28 buffer = malloc(ALLOC_SIZE);
29 max_size = ALLOC_SIZE;
82 buffer = realloc(buffer,max_size + ALLOC_SIZE);
83 max_size += ALLOC_SIZE;
  /src/external/lgpl3/mpfr/dist/src/
rndna.c 45 ALLOC_SIZE = 0,
91 ext[ALLOC_SIZE].si = xsize;
164 xsize = ext[ALLOC_SIZE].si;
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 251 #define ALLOC_SIZE (4064)
264 want = ALLOC_SIZE;
268 if (want < ALLOC_SIZE)
269 want = ALLOC_SIZE;
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 251 #define ALLOC_SIZE (4064)
264 want = ALLOC_SIZE;
268 if (want < ALLOC_SIZE)
269 want = ALLOC_SIZE;
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 241 #define ALLOC_SIZE (4064)
254 want = ALLOC_SIZE;
258 if (want < ALLOC_SIZE)
259 want = ALLOC_SIZE;
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 251 #define ALLOC_SIZE (4064)
264 want = ALLOC_SIZE;
268 if (want < ALLOC_SIZE)
269 want = ALLOC_SIZE;

Completed in 67 milliseconds