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

  /src/sys/arch/x68k/stand/aout2hux/
type_local.h 36 #define SIZE_16 sizeof(be_uint16_t)
aout2hux.c 494 if (fread(&b1.half[0], SIZE_16, 1, fpa1) != 1) \
496 if (fread(&b2.half[0], SIZE_16, 1, fpa2) != 1) \
499 segsize -= SIZE_16; \
504 fwrite(&b1.half[0], SIZE_16, 1, fpx); \
506 addr += SIZE_16; \
508 if (fread(&b1.half[1], SIZE_16, 1, fpa1) != 1)\
510 if (fread(&b2.half[1], SIZE_16, 1, fpa2) != 1)\
513 segsize -= SIZE_16; \
528 fwrite(&b1.half[0], SIZE_16, 1, fpx); \
529 addr += SIZE_16; \
    [all...]

Completed in 15 milliseconds