Home
last modified time | relevance | path

Searched refs:af_head (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/afflib/AFFLIBv3-3.7.16/include/afflib/
H A Dafflib_i.h483 struct af_head { struct
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/
H A Dvnode_aff.cpp322 fseeko(af->aseg,sizeof(struct af_head),SEEK_SET); // go to the beginning in aff_rewind_seg()
H A Dafflib.cpp72 assert(sizeof(struct af_head)==8); in af_initialize()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/tools/
H A Daffinfo.cpp637 printf("Overhead for AFF file header: %zd bytes\n",sizeof(struct af_head)); in info_file()