HomeSort by relevance Sort by last modified time
    Searched defs:offset_ptr (Results 1 - 5 of 5) sorted by null

  /system/core/libunwindstack/
ElfInterface.cpp 357 uint64_t* offset_ptr = nullptr; local
360 offset_ptr = &debug_frame_offset_;
363 offset_ptr = &gnu_debugdata_offset_;
366 offset_ptr = &eh_frame_offset_;
369 offset_ptr = &eh_frame_hdr_offset_;
372 if (offset_ptr != nullptr) {
373 *offset_ptr = shdr.sh_offset;
  /system/libufdt/tests/libufdt_verify/
ufdt_test_overlay.cpp 143 char *path, *prop_ptr, *offset_ptr; local
166 offset_ptr = dto_strchr(prop_ptr, ':');
167 if (offset_ptr == NULL) {
172 *offset_ptr = '\0';
173 offset_ptr++;
  /system/libufdt/
ufdt_overlay.c 131 char *path, *prop_ptr, *offset_ptr, *end_ptr; local
155 offset_ptr = dto_strchr(prop_ptr, ':');
156 if (offset_ptr == NULL) {
161 *offset_ptr = '\0';
162 offset_ptr++;
164 prop_offset = dto_strtoul(offset_ptr, &end_ptr, 10 /* base */);
166 dto_error("'%s' is not valid number\n", offset_ptr);
  /external/tensorflow/tensorflow/core/kernels/
fused_batch_norm_op.cc 298 auto offset_ptr = StreamExecutorUtil::AsDeviceMemory<U>(offset); local
340 x_ptr, scale_ptr, offset_ptr, estimated_mean_ptr,
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/kernels/
cudnn_rnn_ops.cc 201 void* offset_ptr = local
205 return DeviceMemoryBase(offset_ptr, size);
    [all...]

Completed in 356 milliseconds