HomeSort by relevance Sort by last modified time
    Searched refs:MAXCHUNK (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
tekhex.c 231 #define MAXCHUNK 0xff
519 char src[MAXCHUNK];
542 if (chars_on_line >= MAXCHUNK)
srec.c 124 #define MAXCHUNK 0xff
956 char buffer[2 * MAXCHUNK + 6];
1039 else if (Chunk > MAXCHUNK - tdata->type - 2)
1040 Chunk = MAXCHUNK - tdata->type - 2;
    [all...]

Completed in 210 milliseconds