Lines Matching defs:offset
624 int offset = pos % PAGE_SIZE;
641 pos += PAGE_SIZE - offset;
643 while (argv_count && offset < PAGE_SIZE) {
644 if (!env_page.data[offset++])
648 offset = 0;
651 while (offset < PAGE_SIZE) {
652 const unsigned char c = env_page.data[offset++];
684 offset = 0;
924 const unsigned int offset = pos % PAGE_SIZE;
933 memcpy(dump->data + offset, kaddr + offset,
934 PAGE_SIZE - offset);