Lines Matching defs:offset
622 int offset = pos % PAGE_SIZE;
639 pos += PAGE_SIZE - offset;
641 while (argv_count && offset < PAGE_SIZE) {
642 if (!env_page.data[offset++])
646 offset = 0;
649 while (offset < PAGE_SIZE) {
650 const unsigned char c = env_page.data[offset++];
682 offset = 0;
926 const unsigned int offset = pos % PAGE_SIZE;
935 memcpy(dump->data + offset, kaddr + offset,
936 PAGE_SIZE - offset);