HomeSort by relevance Sort by last modified time
    Searched defs:file_offset (Results 26 - 44 of 44) sorted by null

12

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.cc 824 size_t file_offset = offset; local
827 file_offset += address.start_block() * address.BlockSize() +
840 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
922 size_t file_offset = offset;
925 file_offset += address.start_block() * address.BlockSize() +
944 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 282 const int64 file_offset = local
291 file->Read(file_offset, out_buf->data(), in_entry_op.buf_len);
318 const int64 file_offset = out_entry_stat->GetOffsetInFile( local
361 if (files_[file_index].Write(file_offset, in_buf->data(), buf_len) !=
1077 int file_offset = out_entry_stat->GetOffsetInFile(key_, 0, 0); local
1107 int file_offset = entry_stat.GetEOFOffsetInFile(key_, index); local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.c 495 u64 file_offset; member in struct:sample_queue
517 u64 file_offset);
547 iter->file_offset);
673 struct perf_sample *sample, u64 file_offset)
705 new->file_offset = file_offset;
814 u64 file_offset, struct perf_sample *sample)
820 file_offset, event->header.size, event->header.type);
827 printf("%#" PRIx64 " [%#x]: PERF_RECORD_%s", file_offset,
964 u64 file_offset)
1302 u64 head, page_offset, file_offset, file_pos, progress_next; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 181 unsigned file_offset[TGSI_FILE_COUNT]; member in struct:r600_shader_ctx
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
826 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First;
981 r600_src->sel += ctx->file_offset[tgsi_src->Register.File];
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 907 uint64 start_address, end_address, file_offset; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 907 uint64 start_address, end_address, file_offset; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 181 unsigned file_offset[TGSI_FILE_COUNT]; member in struct:r600_shader_ctx
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
826 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First;
981 r600_src->sel += ctx->file_offset[tgsi_src->Register.File];
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 1652 PRUint32 file_offset; \/* file offset *\/ member in struct:PRSendFileData
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 1676 DWORD file_offset; \/* offset for accessing corresponding member in struct:codeview_linetab2_block
    [all...]
  /external/valgrind/main/perf/
tinycc.c 19217 int shnum, i, phnum, file_offset, offset, size, j, tmp, sh_order_index, k; local
20164 unsigned long file_offset; local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 252 file_ptr file_offset; /* Look here to find the file. */
250 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]

Completed in 2023 milliseconds

12