Searched refs:pointer (Results 151 - 175 of 836) sorted by relevance

1234567891011>>

/external/parameter-framework/asio/include/asio/detail/
H A Dbind_handler.hpp65 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
69 pointer, size, this_handler->handler_);
147 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
151 pointer, size, this_handler->handler_);
235 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
239 pointer, size, this_handler->handler_);
332 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
336 pointer, size, this_handler->handler_);
437 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
441 pointer, siz
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dbind_handler.hpp65 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
69 pointer, size, this_handler->handler_);
147 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
151 pointer, size, this_handler->handler_);
235 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
239 pointer, size, this_handler->handler_);
332 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
336 pointer, size, this_handler->handler_);
437 inline void asio_handler_deallocate(void* pointer, std::size_t size, argument
441 pointer, siz
[all...]
/external/libhevc/common/arm/
H A Dihevc_weighted_pred_bi_default.s52 @* pointer to source 1
55 @* pointer to source 2
58 @* pointer to destination
179 add r11,r0,r3 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src is a 16 bit pointer)
180 add r12,r1,r4 @pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src is a 16 bit pointer)
211 add r0,r0,r7 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
229 add r11,r0,r3 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src is a 16 bit pointer)
230 add r12,r1,r4 @pi2_src_tmp2 = pi2_src2 + 2*src_strd2(2* because pi2_src is a 16 bit pointer)
252 add r0,r0,r7 @pi2_src1 + 2*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
267 add r11,r0,r3 @pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src is a 16 bit pointer)
[all...]
/external/clang/test/SemaCXX/
H A Dexpression-traits.cpp131 // conv.ptr/1: A null pointer constant is an integral constant
159 // 5.1/3: The keyword "this" names a pointer to the object for
309 void expr_sub_1(int* pointer) argument
313 // shall have the type "pointer to T" and the other shall have
316 ASSERT_LVALUE(pointer[1]);
319 ASSERT_LVALUE(*(pointer+1));
393 // expr.dynamic.cast/2: If T is a pointer type, v shall be an
394 // rvalue of a pointer to complete class type, and the result is
422 // (referred) to by v, the result is a pointer (an lvalue referring)
428 // result is a pointer (a
464 expr_unary_op_1(int* pointer, struct incomplete* pointerToIncompleteType) argument
[all...]
/external/libcxx/test/std/containers/sequences/array/
H A Dtypes.pass.cpp21 // typedef T* pointer;
41 static_assert((std::is_same<typename ItT::pointer, typename C::pointer>::value), "");
47 static_assert((std::is_same<typename CItT::pointer, typename C::const_pointer>::value), "");
61 static_assert((std::is_same<C::pointer, T*>::value), "");
83 static_assert((std::is_same<C::pointer, T*>::value), "");
/external/llvm/include/llvm/Support/
H A DErrorOr.h12 /// Provides ErrorOr<T> smart pointer.
40 /// ErrorOr<T> is a pointer-like class that represents the result of an
42 /// designed to emulate the usage of returning a pointer where nullptr indicates
58 /// unary * and -> operators provide pointer like access to the value. Accessing
79 typedef typename std::remove_reference<T>::type *pointer; typedef in class:llvm::ErrorOr
173 pointer operator ->() {
240 pointer toPointer(pointer Val) {
246 pointer toPointer(wrap *Val) {
/external/google-breakpad/src/common/
H A Dbyte_cursor.h216 ByteCursor &PointTo(const uint8_t **pointer, size_t size = 0) { argument
218 *pointer = here_;
221 *pointer = NULL;
/external/libcxx/test/std/containers/associative/
H A Diterator_types.pass.cpp26 static_assert((std::is_same<typename It::pointer, PtrT>::value), "");
33 static_assert((std::is_same<typename It::pointer, CPtrT>::value), "");
48 static_assert((std::is_same<typename It::pointer, CPtrT>::value), "");
/external/libcxx/test/std/containers/sequences/deque/
H A Dtypes.pass.cpp26 // typedef typename allocator_type::pointer pointer;
53 static_assert((std::is_same<typename C::pointer, typename Allocator::pointer>::value), "");
90 static_assert((std::is_same<C::pointer, min_pointer<C::value_type>>::value), "");
/external/llvm/test/MC/ARM/
H A Deh-directive-integrated-test.s4 @ (with and without -fomit-frame-pointer)
27 @ Assembly without frame pointer elimination
64 @ Assembly with frame pointer elimination
/external/llvm/utils/gdb-scripts/
H A Dprettyprinters.py11 return begin.cast(gdb.lookup_type("char").pointer()).string(length = end - begin)
53 t = self.val.type.template_argument(0).pointer()
59 t = self.val.type.template_argument(0).pointer()
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c35 void *pointer; member in union:pointer_hack
46 ph.pointer = unaligned;
48 return ph.pointer;
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_opus_quality_test.cc180 int16_t* pointer = in_data; local
184 value = WebRtcOpus_Encode(opus_encoder_, pointer, sub_block_size_samples_,
194 pointer += sub_block_size_samples_ * channels_;
/external/llvm/include/llvm/Analysis/
H A DRegionIterator.h92 typedef typename super::pointer pointer; typedef in class:llvm::RNSuccIterator
123 inline pointer operator*() const {
169 typedef typename super::pointer pointer; typedef in class:llvm::RNSuccIterator
205 inline pointer operator*() const {
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DRegionIterator.h89 typedef typename super::pointer pointer; typedef in class:llvm::RNSuccIterator
121 inline pointer operator*() const {
175 typedef typename super::pointer pointer; typedef in class:llvm::RNSuccIterator
208 inline pointer operator*() const {
/external/autotest/frontend/client/src/autotest/public/
H A Dstandard.css98 cursor: pointer;
104 cursor: pointer;
116 cursor: pointer;
122 cursor: pointer;
H A Dtkoclient.css33 cursor: pointer;
/external/clang/include/clang/AST/
H A DAttrIterator.h73 typedef SpecificAttr* pointer; typedef in class:clang::specific_attr_iterator
84 pointer operator->() const {
H A DDeclLookups.h31 typedef lookup_result pointer; typedef in class:clang::DeclContext::all_lookups_iterator
43 pointer operator->() const { return It->second.getLookupResult(); }
/external/clang/test/ARCMT/
H A DCommon.h70 extern __attribute__((ns_returns_retained)) id objc_retainedObject(objc_objectptr_t __attribute__((cf_consumed)) pointer);
71 extern __attribute__((ns_returns_not_retained)) id objc_unretainedObject(objc_objectptr_t pointer);
/external/compiler-rt/make/platform/
H A Dclang_mingw.mk20 CFLAGS := -Wall -O3 -fomit-frame-pointer
/external/freetype/src/cff/
H A Dcffgload.h82 /* hints_funcs :: Auxiliary pointer for hinting. */
84 /* hints_globals :: Auxiliary pointer for hinting. */
141 FT_Byte** pointer,
145 FT_Byte** pointer,
/external/iproute2/ip/
H A DAndroid.mk28 -Wno-pointer-arith \
/external/libavc/common/arm/
H A Dih264_intra_pred_luma_4x4_a9q.s68 @* UWORD8 pointer to the source
71 @* UWORD8 pointer to the destination
141 @* UWORD8 pointer to the source
144 @* UWORD8 pointer to the destination
223 @* UWORD8 pointer to the source
226 @* UWORD8 pointer to the destination
362 @* UWORD8 pointer to the source
365 @* UWORD8 pointer to the destination
444 @* UWORD8 pointer to the source
447 @* UWORD8 pointer t
[all...]
/external/libcxx/test/std/containers/associative/map/
H A Dtypes.pass.cpp25 // typedef typename allocator_type::pointer pointer;
48 static_assert((std::is_same<C::pointer, std::pair<const int, double>*>::value), "");
63 static_assert((std::is_same<C::pointer, min_pointer<std::pair<const int, double>>>::value), "");

Completed in 3068 milliseconds

1234567891011>>