Home
last modified time | relevance | path

Searched refs:__data (Results 1 – 25 of 98) sorted by relevance

1234

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.c45 uint8_t *__data = NULL; in rbug_send_context_list() local
53 __data = (uint8_t*)MALLOC(__len); in rbug_send_context_list()
54 if (!__data) in rbug_send_context_list()
67 rbug_connection_write(__con, __data, __len); in rbug_send_context_list()
71 FREE(__data); in rbug_send_context_list()
81 uint8_t *__data = NULL; in rbug_send_context_info() local
90 __data = (uint8_t*)MALLOC(__len); in rbug_send_context_info()
91 if (!__data) in rbug_send_context_info()
105 rbug_connection_write(__con, __data, __len); in rbug_send_context_info()
109 FREE(__data); in rbug_send_context_info()
[all …]
Drbug_core.c45 uint8_t *__data = NULL; in rbug_send_noop() local
53 __data = (uint8_t*)MALLOC(__len); in rbug_send_noop()
54 if (!__data) in rbug_send_noop()
67 rbug_connection_write(__con, __data, __len); in rbug_send_noop()
71 FREE(__data); in rbug_send_noop()
80 uint8_t *__data = NULL; in rbug_send_ping() local
88 __data = (uint8_t*)MALLOC(__len); in rbug_send_ping()
89 if (!__data) in rbug_send_ping()
102 rbug_connection_write(__con, __data, __len); in rbug_send_ping()
106 FREE(__data); in rbug_send_ping()
[all …]
Drbug_shader.c46 uint8_t *__data = NULL; in rbug_send_shader_list() local
55 __data = (uint8_t*)MALLOC(__len); in rbug_send_shader_list()
56 if (!__data) in rbug_send_shader_list()
70 rbug_connection_write(__con, __data, __len); in rbug_send_shader_list()
74 FREE(__data); in rbug_send_shader_list()
85 uint8_t *__data = NULL; in rbug_send_shader_info() local
95 __data = (uint8_t*)MALLOC(__len); in rbug_send_shader_info()
96 if (!__data) in rbug_send_shader_info()
111 rbug_connection_write(__con, __data, __len); in rbug_send_shader_info()
115 FREE(__data); in rbug_send_shader_info()
[all …]
Drbug_texture.c45 uint8_t *__data = NULL; in rbug_send_texture_list() local
53 __data = (uint8_t*)MALLOC(__len); in rbug_send_texture_list()
54 if (!__data) in rbug_send_texture_list()
67 rbug_connection_write(__con, __data, __len); in rbug_send_texture_list()
71 FREE(__data); in rbug_send_texture_list()
81 uint8_t *__data = NULL; in rbug_send_texture_info() local
90 __data = (uint8_t*)MALLOC(__len); in rbug_send_texture_info()
91 if (!__data) in rbug_send_texture_info()
105 rbug_connection_write(__con, __data, __len); in rbug_send_texture_info()
109 FREE(__data); in rbug_send_texture_info()
[all …]
Drbug_internal.h67 *((type *)(&__data[__pos])) = name; \
75 memcpy(&__data[__pos], name, size * name##_len); \
/external/elfutils/libelf/
Dgelf.h209 extern GElf_Rel *gelf_getrel (Elf_Data *__data, int __ndx, GElf_Rel *__dst);
212 extern GElf_Rela *gelf_getrela (Elf_Data *__data, int __ndx, GElf_Rela *__dst);
222 extern GElf_Sym *gelf_getsym (Elf_Data *__data, int __ndx, GElf_Sym *__dst);
225 extern int gelf_update_sym (Elf_Data *__data, int __ndx, GElf_Sym *__src);
243 extern GElf_Syminfo *gelf_getsyminfo (Elf_Data *__data, int __ndx,
248 extern int gelf_update_syminfo (Elf_Data *__data, int __ndx,
253 extern GElf_Dyn *gelf_getdyn (Elf_Data *__data, int __ndx, GElf_Dyn *__dst);
260 extern GElf_Move *gelf_getmove (Elf_Data *__data, int __ndx, GElf_Move *__dst);
263 extern int gelf_update_move (Elf_Data *__data, int __ndx,
268 extern GElf_Lib *gelf_getlib (Elf_Data *__data, int __ndx, GElf_Lib *__dst);
[all …]
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_helpers.h79 struct Nine##nine *__data; \
81 __data = CALLOC_STRUCT(Nine##nine); \
82 if (!__data) { return E_OUTOFMEMORY; } \
90 HRESULT __hr = Nine##nine##_ctor(__data, &__params, ## __VA_ARGS__); \
92 Nine##nine##_dtor(__data); \
97 *(out) = __data; \
104 struct Nine##nine *__data; \
106 __data = CALLOC_STRUCT(Nine##nine); \
107 if (!__data) { return E_OUTOFMEMORY; } \
115 HRESULT __hr = Nine##nine##_ctor(__data, &__params, ## __VA_ARGS__); \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dmacho-bind.test5 # CHECK:__DATA __data 0x00001028 pointer 0 flat-namespace _any
6 # CHECK:__DATA __data 0x00001020 pointer 0 main-executable _fromApp
7 # CHECK:__DATA __data 0x00001018 pointer 0 this-image _myfunc
8 # CHECK:__DATA __data 0x00001000 pointer 0 libfoo _foo
9 # CHECK:__DATA __data 0x00001008 pointer 0 libbar _bar
10 # CHECK:__DATA __data 0x00001010 pointer 0 libSystem _malloc
Dmacho-rebase.test6 # CHECK: __DATA __data 0x00001010 pointer
7 # CHECK: __DATA __data 0x00001028 pointer
8 # CHECK: __DATA __data 0x00001030 pointer
9 # CHECK: __DATA __data 0x00001038 pointer
10 # CHECK: __DATA __data 0x00001040 pointer
11 # CHECK: __DATA __data 0x00001258 pointer
Dmacho-weak-bind.test5 # CHECK: __DATA __data 0x100001018 pointer 0 __ZTISt12out_of_range
6 # CHECK: __DATA __data 0x100001020 pointer 0 __ZTISt12out_of_range
7 # CHECK: __DATA __data 0x100001028 pointer 0 __ZTISt12out_of_range
9 # CHECK: __DATA __data 0x100001018 pointer 0 __Znam
Dmacho-bind2.test3 # CHECK: __DATA __data 0x00001008 pointer 0 libSystem _malloc
4 # CHECK: __DATA __data 0x00001050 pointer 0 libSystem _malloc
5 # CHECK: __DATA __data 0x00001458 pointer 0 libSystem _malloc
Dmacho-sections.test1 # RUN: llvm-objdump -macho -section=__data %p/Inputs/bind2.macho-x86_64 | FileCheck %s
5 # RUN: llvm-objdump -macho -section=__data %p/Inputs/section.macho-armv7 | FileCheck -check-prefix …
/external/llvm/test/tools/llvm-objdump/
Dmacho-bind.test5 # CHECK:__DATA __data 0x00001028 pointer 0 flat-namespace _any
6 # CHECK:__DATA __data 0x00001020 pointer 0 main-executable _fromApp
7 # CHECK:__DATA __data 0x00001018 pointer 0 this-image _myfunc
8 # CHECK:__DATA __data 0x00001000 pointer 0 libfoo _foo
9 # CHECK:__DATA __data 0x00001008 pointer 0 libbar _bar
10 # CHECK:__DATA __data 0x00001010 pointer 0 libSystem _malloc
Dmacho-rebase.test6 # CHECK: __DATA __data 0x00001010 pointer
7 # CHECK: __DATA __data 0x00001028 pointer
8 # CHECK: __DATA __data 0x00001030 pointer
9 # CHECK: __DATA __data 0x00001038 pointer
10 # CHECK: __DATA __data 0x00001040 pointer
11 # CHECK: __DATA __data 0x00001258 pointer
Dmacho-weak-bind.test5 # CHECK: __DATA __data 0x100001018 pointer 0 __ZTISt12out_of_range
6 # CHECK: __DATA __data 0x100001020 pointer 0 __ZTISt12out_of_range
7 # CHECK: __DATA __data 0x100001028 pointer 0 __ZTISt12out_of_range
9 # CHECK: __DATA __data 0x100001018 pointer 0 __Znam
Dmacho-bind2.test3 # CHECK: __DATA __data 0x00001008 pointer 0 libSystem _malloc
4 # CHECK: __DATA __data 0x00001050 pointer 0 libSystem _malloc
5 # CHECK: __DATA __data 0x00001458 pointer 0 libSystem _malloc
Dmacho-sections.test1 # RUN: llvm-objdump -macho -section=__data %p/Inputs/bind2.macho-x86_64 | FileCheck %s
5 # RUN: llvm-objdump -macho -section=__data %p/Inputs/section.macho-armv7 | FileCheck -check-prefix …
/external/libcxx/src/
Dtypeinfo.cpp16 if (&__data == &__rhs.__data) in __compare()
18 return strcmp(&__data.__decorated_name[1], &__rhs.__data.__decorated_name[1]); in __compare()
23 return &__data.__decorated_name[1]; in name()
36 for (const char* c = &__data.__decorated_name[1]; *c; ++c) { in hash_code()
/external/libcxx/include/
Dspan211 _LIBCPP_INLINE_VISIBILITY constexpr span() noexcept : __data{nullptr}
217 _LIBCPP_INLINE_VISIBILITY constexpr span(pointer __ptr, index_type __count) : __data{__ptr}
219 _LIBCPP_INLINE_VISIBILITY constexpr span(pointer __f, pointer __l) : __data{__f}
222 …LINE_VISIBILITY constexpr span(element_type (&__arr)[_Extent]) noexcept : __data{__arr} {}
223 …SIBILITY constexpr span( array<value_type, _Extent>& __arr) noexcept : __data{__arr.data()} {}
224 …SIBILITY constexpr span(const array<value_type, _Extent>& __arr) noexcept : __data{__arr.data()} {}
230 : __data{_VSTD::data(__c)}
237 : __data{_VSTD::data(__c)}
246 : __data{__other.data()} {}
254 …: __data{__other.data()} { _LIBCPP_ASSERT(_Extent == __other.size(), "size mismatch in span's cons…
[all …]
Dstring_view220 basic_string_view() _NOEXCEPT : __data (nullptr), __size(0) {}
230 : __data(__s), __size(__len)
239 : __data(__s), __size(_Traits::length(__s)) {}
249 const_iterator cbegin() const _NOEXCEPT { return __data; }
252 const_iterator cend() const _NOEXCEPT { return __data + __size; }
281 const_reference operator[](size_type __pos) const _NOEXCEPT { return __data[__pos]; }
287 ? (__throw_out_of_range("string_view::at"), __data[0])
288 : __data[__pos];
294 return _LIBCPP_ASSERT(!empty(), "string_view::front(): string is empty"), __data[0];
300 return _LIBCPP_ASSERT(!empty(), "string_view::back(): string is empty"), __data[__size-1];
[all …]
/external/libcxx/src/support/win32/
Dthread_win32.cpp184 auto *__data = in __libcpp_beginthreadex_thunk() local
186 auto *__func = __data->__func; in __libcpp_beginthreadex_thunk()
187 void *__arg = __data->__arg; in __libcpp_beginthreadex_thunk()
188 delete __data; in __libcpp_beginthreadex_thunk()
199 auto *__data = new __libcpp_beginthreadex_thunk_data; in __libcpp_thread_create() local
200 __data->__func = __func; in __libcpp_thread_create()
201 __data->__arg = __arg; in __libcpp_thread_create()
205 __data, 0, nullptr)); in __libcpp_thread_create()
/external/libaom/libaom/test/
Dgviz_api.py163 self.__data = []
526 return len(self.__data)
542 self.__data[row] = (self.__data[row][0], custom_properties)
556 self.__data = []
594 self.__data.append(prev_col_values)
608 self.__data.append(prev_col_values)
621 self.__data.append(prev_col_values)
628 self.__data.append(prev_col_values)
655 return self.__data
680 return sorted(self.__data, cmp=SortCmpFunc)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Dthumb2-movw-fixup.s30 @ CHECK: Section: __data (2)
44 @ CHECK: Section: __data (2)
58 @ CHECK: Section: __data (2)
72 @ CHECK: Section: __data (2)
/external/llvm/test/MC/MachO/ARM/
Dthumb2-movw-fixup.s30 @ CHECK: Section: __data (2)
44 @ CHECK: Section: __data (2)
58 @ CHECK: Section: __data (2)
72 @ CHECK: Section: __data (2)
/external/ltp/testcases/kernel/syscalls/ptrace/
Dspawn_ptrace_child.h48 void *__data = (void *)(data); \
49 maybe_swap(request, __addr, __data); \
50 __ret = ptrace(request, pid, __addr, __data); \

1234