Searched refs:pgo (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/sys/dev/dtv/ |
| D | dtv_scatter.c | 169 size_t pg, pgo; in dtv_scatter_io_next() local 175 pgo = sio->sio_offset & PAGE_MASK; in dtv_scatter_io_next() 177 *sz = uimin(PAGE_SIZE - pgo, sio->sio_resid); in dtv_scatter_io_next() 178 *p = sio->sio_buf->sb_page_ary[pg] + pgo; in dtv_scatter_io_next()
|
| /netbsd/src/sys/dev/ |
| D | video.c | 2871 size_t pg, pgo; in scatter_io_next() local 2877 pgo = sio->sio_offset & PAGE_MASK; in scatter_io_next() 2879 *sz = uimin(PAGE_SIZE - pgo, sio->sio_resid); in scatter_io_next() 2880 *p = sio->sio_buf->sb_page_ary[pg] + pgo; in scatter_io_next()
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | Makefile.tpl | 854 @if pgo-build 862 @endif pgo-build
|
| D | configure.ac | 1476 AC_ARG_ENABLE([pgo-build], 1477 [AS_HELP_STRING([--enable-pgo-build[[=lto]]], 1495 AC_MSG_ERROR([invalid option for --enable-pgo-build]) 3063 /^@if pgo-build\$/d 3064 /^@endif pgo-build\$/d"
|
| D | configure | 1549 --enable-pgo-build[=lto]
|
| D | ChangeLog | 188 * configure.ac: Add --enable-pgo-build[=lto].
|
| D | Makefile.in | 1169 @if pgo-build 1177 @endif pgo-build
|
| /netbsd/src/external/gpl3/gdb/dist/ |
| D | Makefile.tpl | 874 @if pgo-build 882 @endif pgo-build
|
| D | configure.ac | 1484 AC_ARG_ENABLE([pgo-build], 1485 [AS_HELP_STRING([--enable-pgo-build[[=lto]]], 1503 AC_MSG_ERROR([invalid option for --enable-pgo-build]) 3203 /^@if pgo-build\$/d 3204 /^@endif pgo-build\$/d"
|
| D | configure | 1566 --enable-pgo-build[=lto]
|
| D | ChangeLog | 736 * configure.ac: Add --enable-pgo-build[=lto].
|
| D | Makefile.in | 1189 @if pgo-build 1197 @endif pgo-build
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | Makefile.tpl | 880 @if pgo-build 888 @endif pgo-build
|
| D | configure.ac | 1484 AC_ARG_ENABLE([pgo-build], 1485 [AS_HELP_STRING([--enable-pgo-build[[=lto]]], 1503 AC_MSG_ERROR([invalid option for --enable-pgo-build]) 3203 /^@if pgo-build\$/d 3204 /^@endif pgo-build\$/d"
|
| D | configure | 1566 --enable-pgo-build[=lto]
|
| D | ChangeLog | 722 * configure.ac: Add --enable-pgo-build[=lto].
|
| D | Makefile.in | 1196 @if pgo-build 1204 @endif pgo-build
|
| D | ChangeLog.git | 42118 …I see these warnings from time to time, when configuring a build with --enable-pgo-build=lto, I h… 99611 gprofng: fix build with --enable-pgo-build=lto
|