Searched refs:data_base (Results 1 – 14 of 14) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-file.hh | 284 const OpenTypeFontFace & get_face (const void *data_base) const in get_face() 285 { return CastR<OpenTypeFontFace> ((data_base+offset).arrayZ); } in get_face() 288 const void *data_base) const in sanitize() 292 offset.sanitize (c, data_base) && in sanitize() 293 get_face (data_base).sanitize (c)); in sanitize() 324 const void *data_base) const in sanitize() 330 data_base)); in sanitize() 358 const void *data_base) const in get_face() 367 return type.get_resource_record (idx, &(this+typeList)).get_face (data_base); in get_face() 372 bool sanitize (hb_sanitize_context_t *c, const void *data_base) const in sanitize() [all …]
|
D | hb-ot-cff-common.hh | 91 c->check_array ((const HBUINT8*)data_base (), 1, max_offset () - 1)))); in sanitize() 208 const char *data_base () const in data_base() function 216 return ByteStr (data_base () + offset_at (index) - 1, length_at (index)); in operator []() 261 …return ByteStr (CFFIndex<COUNT>::data_base () + CFFIndex<COUNT>::offset_at (index) - 1, CFFIndex<C… in operator []()
|
/external/elfutils/libelf/ |
D | elf_getdata.c | 148 scn->data_base = scn->rawdata_base; in convert_data() 151 scn->data_base = (char *) malloc (size); in convert_data() 152 if (scn->data_base == NULL) in convert_data() 159 memcpy (scn->data_base, scn->rawdata_base, size); in convert_data() 166 scn->data_base = (char *) malloc (size); in convert_data() 167 if (scn->data_base == NULL) in convert_data() 194 fp (scn->data_base, rawdata_source, size, 0); in convert_data() 200 scn->data_list.data.d.d_buf = scn->data_base; in convert_data()
|
D | elf_end.c | 163 if (scn->data_base != scn->rawdata_base) in elf_end() 164 free (scn->data_base); in elf_end()
|
D | elf_compress.c | 324 if (scn->data_base != scn->rawdata_base) in __libelf_reset_rawdata() 325 free (scn->data_base); in __libelf_reset_rawdata() 326 scn->data_base = NULL; in __libelf_reset_rawdata()
|
D | libelfP.h | 242 char *data_base; /* The converted data of the section. */ member
|
D | elf_begin.c | 398 elf->state.elf32.scns.data[cnt].data_base = in file_read_elf() 495 elf->state.elf64.scns.data[cnt].data_base = in file_read_elf()
|
D | elf32_updatefile.c | 288 scn->data_list.data.d.d_buf = scn->data_base in __elfw2()
|
D | ChangeLog | 984 data_base pointers null when [sh_offset,sh_size) points outside
|
/external/google-breakpad/src/common/dwarf/ |
D | bytereader-inl.h | 159 inline void ByteReader::SetDataBase(uint64 data_base) { in SetDataBase() argument 160 data_base_ = data_base; in SetDataBase()
|
D | bytereader.h | 248 void SetDataBase(uint64 data_base);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dynamic_stitch_op.cc | 263 const T* data_base = data_flat.data(); in Compute() local 269 memcpy(merged_base + index * slice_size, data_base + i * slice_size, in Compute()
|
D | dynamic_partition_op_gpu.cu.cc | 443 const T* data_base = data->flat<T>().data(); in GatherSlices() local 450 CallGatherKernel<T>(device, data_base, ind_base, out_base, N, in GatherSlices()
|
/external/u-boot/tools/ |
D | fit_image.c | 519 int fit_size, new_size, size, data_base; in fit_import_data() local 530 data_base = (fit_size + 3) & ~3; in fit_import_data() 568 ret = fdt_setprop(fdt, node, "data", fdt + data_base + buf_ptr, in fit_import_data()
|