HomeSort by relevance Sort by last modified time
    Searched defs:to_header (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 150 void ext2fs_swap_ext_attr_header(struct ext2_ext_attr_header *to_header,
155 to_header->h_magic = ext2fs_swab32(from_header->h_magic);
156 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks);
157 to_header->h_refcount = ext2fs_swab32(from_header->h_refcount);
158 to_header->h_hash = ext2fs_swab32(from_header->h_hash);
160 to_header->h_reserved[n] =
177 struct ext2_ext_attr_header *to_header = local
182 if (to_header != from_header)
183 memcpy(to_header, from_header, bufsize);
186 ext2fs_swap_ext_attr_header(to_header, from_header)
    [all...]
  /bionic/libc/bionic/
malloc_debug_leak.cpp 78 static inline AllocationEntry* to_header(void* mem) { function
331 AllocationEntry* header = to_header(mem);
338 header = to_header(header->entry);
419 AllocationEntry* header = to_header(oldMem);
422 header = to_header(header->entry);
477 AllocationEntry* header = to_header(reinterpret_cast<void*>(ptr));

Completed in 263 milliseconds