HomeSort by: relevance | last modified time | path
    Searched refs:zero_offset (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
fs.c 826 LARGE_INTEGER zero_offset; local
837 zero_offset.QuadPart = 0;
849 if (SetFilePointerEx(handle, zero_offset, &original_position,
1032 LARGE_INTEGER zero_offset; local
1038 zero_offset.QuadPart = 0;
1054 if (SetFilePointerEx(handle, zero_offset, &original_position,
  /src/external/bsd/jemalloc/dist/bin/
jeprof 4764 my $zero_offset = HexExtend("0");
4789 $offset = $zero_offset;
4808 $offset = $zero_offset;
4820 $offset = $zero_offset;
4869 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);
jeprof.in 4764 my $zero_offset = HexExtend("0");
4789 $offset = $zero_offset;
4808 $offset = $zero_offset;
4820 $offset = $zero_offset;
4869 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 4681 my $zero_offset = HexExtend("0");
4706 $offset = $zero_offset;
4728 $offset = $zero_offset;
4777 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 6046 const char *zero_offset = "\t\tmov.u64\t%%r%d, %%r%d; // vred buffer\n";
6050 fprintf (asm_out_file, zero_offset, REGNO (dst),
6038 const char *zero_offset = "\\t\\tmov.u64\\t%%r%d, %%r%d; \/\/ vred buffer\\n"; local
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 6090 const char *zero_offset = "\t\tmov.u64\t%%r%d, %%r%d; // vred buffer\n";
6094 fprintf (asm_out_file, zero_offset, REGNO (dst),
6082 const char *zero_offset = "\\t\\tmov.u64\\t%%r%d, %%r%d; \/\/ vred buffer\\n"; local

Completed in 51 milliseconds