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

  /toolchain/binutils/binutils-2.25/bfd/
tekhex.c 231 #define MAXCHUNK 0xff
511 char src[MAXCHUNK];
534 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 61 milliseconds