Searched refs:zero_offset (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | fs.c | 857 LARGE_INTEGER zero_offset; in fs__read() local 868 zero_offset.QuadPart = 0; in fs__read() 880 if (SetFilePointerEx(handle, zero_offset, &original_position, in fs__read() 1063 LARGE_INTEGER zero_offset; in fs__write() local 1069 zero_offset.QuadPart = 0; in fs__write() 1085 if (SetFilePointerEx(handle, zero_offset, &original_position, in fs__write()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| H A D | nvptx.c | 5303 const char *zero_offset = "\t\tmov.u64\t%%r%d, %%r%d; // vred buffer\n"; in nvptx_output_red_partition() local 5307 fprintf (asm_out_file, zero_offset, REGNO (dst), in nvptx_output_red_partition()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| H A D | nvptx.cc | 6038 const char *zero_offset = "\t\tmov.u64\t%%r%d, %%r%d; // vred buffer\n"; in nvptx_output_red_partition() local 6042 fprintf (asm_out_file, zero_offset, REGNO (dst), in nvptx_output_red_partition()
|