HomeSort by relevance Sort by last modified time
    Searched full:initial_offset (Results 1 - 13 of 13) sorted by null

  /external/v8/src/interpreter/
bytecode-array-accessor.h 22 int initial_offset);
bytecode-array-accessor.cc 16 Handle<BytecodeArray> bytecode_array, int initial_offset)
18 bytecode_offset_(initial_offset),
  /external/tensorflow/tensorflow/core/lib/io/
recordio_test.cc 160 void StartReadingAt(uint64_t initial_offset) { readpos_ = initial_offset; }
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_estimator.cc 32 offset_(options_.initial_offset),
33 prev_offset_(options_.initial_offset),
  /external/tensorflow/tensorflow/core/kernels/
parameterized_truncated_normal_op_gpu.cu.cc 59 const int32 initial_offset = blockIdx.x * blockDim.x + threadIdx.x; local
60 gen.Skip(max_samples_per_item * initial_offset);
  /external/v8/src/
conversions.cc 556 const int initial_offset = offset; local
563 if (buffer[initial_offset] == '0') return initial_offset == length - 1;
  /external/perf_data_converter/src/quipper/
test_perf_data.h 144 explicit AttrIdsSection(size_t initial_offset) : offset_(initial_offset) {}
perf_reader.cc 1767 const size_t initial_offset = data->Tell(); local
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 2753 size_t initial_offset = vdex_size_; local
2856 size_t initial_offset = vdex_size_; local
3532 size_t initial_offset = vdex_size_; local
3980 size_t initial_offset = oat_size_; local
    [all...]
  /external/webrtc/webrtc/
common_types.h 750 initial_offset(0),
762 double initial_offset; member in struct:webrtc::OverUseDetectorOptions
  /external/kmod/tools/
depmod.c 404 long initial_offset, final_offset; local
413 initial_offset = ftell(out);
414 assert(initial_offset >= 0);
424 (void)fseek(out, initial_offset, SEEK_SET);
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]
  /external/elfutils/src/
readelf.c 7845 uint64_t initial_offset = ((uint64_t) shdr->sh_offset local
    [all...]

Completed in 1999 milliseconds