Home
last modified time | relevance | path

Searched refs:data_base (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-file.hh284 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 …]
Dhb-ot-cff-common.hh91 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/
Delf_getdata.c148 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()
Delf_end.c163 if (scn->data_base != scn->rawdata_base) in elf_end()
164 free (scn->data_base); in elf_end()
Delf_compress.c324 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()
DlibelfP.h242 char *data_base; /* The converted data of the section. */ member
Delf_begin.c398 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()
Delf32_updatefile.c288 scn->data_list.data.d.d_buf = scn->data_base in __elfw2()
DChangeLog984 data_base pointers null when [sh_offset,sh_size) points outside
/external/google-breakpad/src/common/dwarf/
Dbytereader-inl.h159 inline void ByteReader::SetDataBase(uint64 data_base) { in SetDataBase() argument
160 data_base_ = data_base; in SetDataBase()
Dbytereader.h248 void SetDataBase(uint64 data_base);
/external/tensorflow/tensorflow/core/kernels/
Ddynamic_stitch_op.cc263 const T* data_base = data_flat.data(); in Compute() local
269 memcpy(merged_base + index * slice_size, data_base + i * slice_size, in Compute()
Ddynamic_partition_op_gpu.cu.cc443 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/
Dfit_image.c519 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()