Searched refs:rawfile (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/0.153/src/ |
D | ranlib.c | 149 char *rawfile = elf_rawfile (elf, &len); in copy_content() local 156 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content() 158 return write_retry (newfd, rawfile + off, n) != (ssize_t) n; in copy_content()
|
D | ar.c | 453 char *rawfile = elf_rawfile (elf, &len); in copy_content() local 460 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content() 462 return write_retry (newfd, rawfile + off, n) != (ssize_t) n; in copy_content()
|
/external/chromium_org/mojo/services/public/interfaces/surfaces/ |
D | quads.mojom | 158 // https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#blending
|