Searched refs:MMO_SEC_CONTENTS_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
232 #define MMO_SEC_CONTENTS_CHUNK_SIZE (1 << 15) macro1528 = (size + MMO_SEC_CONTENTS_CHUNK_SIZE - 1) & ~(MMO_SEC_CONTENTS_CHUNK_SIZE - 1); in mmo_get_loc()2111 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE; in mmo_get_section_contents()2648 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE; in mmo_set_section_contents()