Home
last modified time | relevance | path

Searched defs:initial_offset (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc16 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor()
/external/tensorflow/tensorflow/core/kernels/
Dparameterized_truncated_normal_op_gpu.cu.cc59 const int32 initial_offset = blockIdx.x * blockDim.x + threadIdx.x; in TruncatedNormalKernel() local
/external/tensorflow/tensorflow/core/lib/io/
Drecordio_test.cc160 void StartReadingAt(uint64_t initial_offset) { readpos_ = initial_offset; } in StartReadingAt()
/external/v8/src/
Dconversions.cc556 const int initial_offset = offset; in IsSpecialIndex() local
/external/perf_data_converter/src/quipper/
Dtest_perf_data.h144 explicit AttrIdsSection(size_t initial_offset) : offset_(initial_offset) {} in AttrIdsSection()
Dperf_reader.cc1767 const size_t initial_offset = data->Tell(); in ReadAttrEventBlock() local
/external/webrtc/webrtc/
Dcommon_types.h762 double initial_offset; member
/external/kmod/tools/
Ddepmod.c404 long initial_offset, final_offset; in index_write() local
/external/elfutils/src/
Dreadelf.c7845 uint64_t initial_offset = ((uint64_t) shdr->sh_offset in print_debug_frame_hdr_section() local
/external/v8/src/regexp/
Djsregexp.cc6410 void TextNode::FillInBMInfo(Isolate* isolate, int initial_offset, int budget, in FillInBMInfo()