Home
last modified time | relevance | path

Searched refs:data_base (Results 1 - 12 of 12) sorted by relevance

/third_party/node/test/cctest/
H A Dtest_crypto_clienthello.cc61 data_base = second_page - N; in OverrunGuardedBuffer()
71 data_base = second_page - N; in OverrunGuardedBuffer()
78 data_base = alloc_base; in OverrunGuardedBuffer()
102 return data_base; in data()
107 uint8_t* data_base; member in OverrunGuardedBuffer
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-open-file.hh296 const OpenTypeFontFace & get_face (const void *data_base) const in get_face()
297 { return * reinterpret_cast<const OpenTypeFontFace *> ((data_base+offset).arrayZ); } in get_face()
300 const void *data_base) const in sanitize()
304 offset.sanitize (c, data_base) && in sanitize()
305 get_face (data_base).sanitize (c)); in sanitize()
336 const void *data_base) const in sanitize()
342 data_base)); in sanitize()
370 const void *data_base) const in get_face()
379 return type.get_resource_record (idx, &(this+typeList)).get_face (data_base); in get_face()
384 bool sanitize (hb_sanitize_context_t *c, const void *data_base) cons
[all...]
H A Dhb-ot-cff-common.hh267 const unsigned char *data_base () const in data_base() function
275 return byte_str_t (data_base () + offset_at (index) - 1, length_at (index)); in operator []()
292 c->check_array ((const HBUINT8*) data_base (), 1, max_offset () - 1)))); in sanitize()
323 return byte_str_t (CFFIndex<COUNT>::data_base () + CFFIndex<COUNT>::offset_at (index) - 1, CFFIndex<COUNT>::length_at (index)); in operator []()
/third_party/elfutils/libelf/
H A Delf_getdata.c148 scn->data_base = scn->rawdata_base; in convert_data()
151 scn->data_base = 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 = 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()
H A Delf_end.c162 if (scn->data_base != scn->rawdata_base) in elf_end()
163 free (scn->data_base); in elf_end()
H A Delf_compress.c320 if (scn->data_base != scn->rawdata_base) in __libelf_reset_rawdata()
321 free (scn->data_base); in __libelf_reset_rawdata()
322 scn->data_base = NULL; in __libelf_reset_rawdata()
H A DlibelfP.h240 char *data_base; /* The converted data of the section. */ member
H A Delf_begin.c412 elf->state.elf32.scns.data[cnt].data_base = in file_read_elf()
511 elf->state.elf64.scns.data[cnt].data_base = in file_read_elf()
H A Delf32_updatefile.c285 scn->data_list.data.d.d_buf = scn->data_base in __elfw2()
/third_party/python/Lib/test/libregrtest/
H A Dwin_utils.py72 data_base = obj_start + data_start
75 while defn_base < data_base:
85 counter_offset = data_base + offset
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Doptional.h124 using data_base = optional_internal::optional_data<T>;
153 : data_base(in_place_t(), absl::forward<Args>(args)...) {} in optional()
164 : data_base(in_place_t(), il, absl::forward<Args>(args)...) { in optional()
178 constexpr optional(U&& v) : data_base(in_place_t(), absl::forward<U>(v)) {} in optional()
192 : data_base(in_place_t(), absl::forward<U>(v)) {} in optional()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc11111 uintptr_t data_base = reinterpret_cast<uintptr_t>(data);
11116 __ Mov(x20, data_base);
11117 __ Mov(x21, data_base + 2 * sizeof(data[0]));
11157 uintptr_t data_base = reinterpret_cast<uintptr_t>(data);
11162 __ Mov(x20, data_base);
11163 __ Mov(x21, data_base + 2 * sizeof(data[0]));
11215 uintptr_t data_base = reinterpret_cast<uintptr_t>(data);
11221 __ Mov(x20, data_base);
11222 __ Mov(x21, data_base + 2 * sizeof(data[0]));

Completed in 20 milliseconds