gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:OFFSETinPAGE (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
141: /* Byte offset corresponding to 'offset' byte of 'secno' in 'page' */
142: #define OFFSETinPAGE(fs, page, secno, offset)   \
143:         ( ((secno) - (page)->dcp_secno) * DSECSZ(fs) + (offset) % DSECSZ(fs) )