HomeSort by relevance Sort by last modified time
    Searched full:_ptr (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 146 #define OMX_FREE(_ptr) \
148 if (_ptr != NULL) { \
149 LinkedList_FreeElement(&AllocList, _ptr);\
150 _ptr = NULL; \
  /system/keymaster/
openssl_utils.h 50 typedef UniquePtr<name, name##_Delete> name##_Ptr;
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 220 void del(_Ty *_Ptr) {
221 _Ptr->~_Ty(); // expected-warning {{pseudo-destructors on type void are a Microsoft extension}}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 168 template <class _Ref, class _Ptr>
171 typedef _Ptr pointer;
172 typedef _Bit_iter<_Ref, _Ptr> _Self;
230 template <class _Ref, class _Ptr>
231 inline _Bit_iter<_Ref,_Ptr> _STLP_CALL
232 operator+(ptrdiff_t __n, const _Bit_iter<_Ref, _Ptr>& __x) {
239 template <class _Ref, class _Ptr>
240 struct __type_traits< _STLP_PRIV _Bit_iter<_Ref, _Ptr> > {
_function_adaptors.h 173 typedef _Mem_fun0_ptr<_Result,_Tp> _Ptr;
181 typedef _Mem_fun1_ptr<_Result,_Tp,_Arg> _Ptr;
333 typedef _Void_mem_fun0_ptr<_Tp> _Ptr;
340 typedef _Void_mem_fun1_ptr<_Tp,_Arg> _Ptr;
406 public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr {
408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base;
442 public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::_Ptr {
444 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::_Ptr _Base;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 168 template <class _Ref, class _Ptr>
171 typedef _Ptr pointer;
172 typedef _Bit_iter<_Ref, _Ptr> _Self;
230 template <class _Ref, class _Ptr>
231 inline _Bit_iter<_Ref,_Ptr> _STLP_CALL
232 operator+(ptrdiff_t __n, const _Bit_iter<_Ref, _Ptr>& __x) {
239 template <class _Ref, class _Ptr>
240 struct __type_traits< _STLP_PRIV _Bit_iter<_Ref, _Ptr> > {
_function_adaptors.h 173 typedef _Mem_fun0_ptr<_Result,_Tp> _Ptr;
181 typedef _Mem_fun1_ptr<_Result,_Tp,_Arg> _Ptr;
333 typedef _Void_mem_fun0_ptr<_Tp> _Ptr;
340 typedef _Void_mem_fun1_ptr<_Tp,_Arg> _Ptr;
406 public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr {
408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base;
442 public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::_Ptr {
444 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::_Ptr _Base;
  /external/libopus/src/
opus_compare.c 38 static void *check_alloc(void *_ptr){
39 if(_ptr==NULL){
43 return _ptr;
50 static void *opus_realloc(void *_ptr,size_t _size){
51 return check_alloc(realloc(_ptr,_size));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory 664 template <class _Ptr, bool = __has_element_type<_Ptr>::value>
667 template <class _Ptr>
668 struct __pointer_traits_element_type<_Ptr, true>
670 typedef typename _Ptr::element_type type;
752 template <class _Ptr, bool = __has_difference_type<_Ptr>::value>
758 template <class _Ptr>
759 struct __pointer_traits_difference_type<_Ptr, true>
761 typedef typename _Ptr::difference_type type
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
memory 664 template <class _Ptr, bool = __has_element_type<_Ptr>::value>
667 template <class _Ptr>
668 struct __pointer_traits_element_type<_Ptr, true>
670 typedef typename _Ptr::element_type type;
752 template <class _Ptr, bool = __has_difference_type<_Ptr>::value>
758 template <class _Ptr>
759 struct __pointer_traits_difference_type<_Ptr, true>
761 typedef typename _Ptr::difference_type type
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
future 248 using _Ptr = unique_ptr<_Res, _Result_base::_Deleter>;
272 static _Ptr<_Result_alloc<_Res, _Allocator>>
289 return _Ptr<__result_type>(__p);
293 static _Ptr<_Result<_Res>>
296 return _Ptr<_Result<_Res>>(new _Result<_Res>);
303 typedef _Ptr<_Result_base> _Ptr_type;
949 typedef __future_base::_Ptr<_Res_type> _Ptr_type;
1050 typedef __future_base::_Ptr<_Res_type> _Ptr_type;
1133 typedef __future_base::_Ptr<_Res_type> _Ptr_type;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 144 #define OMX_FREE(_ptr) \
146 if (_ptr != NULL) { \
147 LinkedList_FreeElement(&AllocList, _ptr);\
148 _ptr = NULL; \
  /external/libcxx/include/
memory 679 template <class _Ptr, bool = __has_element_type<_Ptr>::value>
682 template <class _Ptr>
683 struct __pointer_traits_element_type<_Ptr, true>
685 typedef typename _Ptr::element_type type;
767 template <class _Ptr, bool = __has_difference_type<_Ptr>::value>
773 template <class _Ptr>
774 struct __pointer_traits_difference_type<_Ptr, true>
776 typedef typename _Ptr::difference_type type
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octrun.swg 181 cpp_ptr(void *_ptr):ptr(_ptr), destroyed(false) {
360 octave_swig_type(void *_ptr = 0, const swig_type_info *_type = 0, int _own = 0,
362 : module(0), construct_type(_ptr ? 0 : _type), own(_own),
364 if (_type || _ptr)
365 types.push_back(std::make_pair(_type, _ptr));
367 if (_ptr) {
368 Swig::Director *d = Swig::get_rtdir(_ptr);
943 octave_swig_ref(octave_swig_type *_ptr = 0)
944 :ptr(_ptr) { }
    [all...]
  /external/llvm/test/CodeGen/X86/
abi-isel.ll 201 ; DARWIN-32-STATIC: movl $_dst, _ptr
221 ; DARWIN-64-STATIC-NEXT: movq _ptr@GOTPCREL(%rip), [[RCX:%r.x]]
227 ; DARWIN-64-DYNAMIC-NEXT: movq _ptr@GOTPCREL(%rip), [[RCX:%r.x]]
233 ; DARWIN-64-PIC-NEXT: movq _ptr@GOTPCREL(%rip), [[RCX:%r.x]]
261 ; DARWIN-32-STATIC: movl $_xdst, _ptr
281 ; DARWIN-64-STATIC-NEXT: movq _ptr@GOTPCREL(%rip), [[RCX:%r.x]]
287 ; DARWIN-64-DYNAMIC-NEXT: movq _ptr@GOTPCREL(%rip), [[RCX:%r.x]]
293 ; DARWIN-64-PIC-NEXT: movq _ptr@GOTPCREL(%rip), [[RCX:%r.x]]
332 ; DARWIN-32-STATIC-NEXT: movl _ptr, [[ECX:%e.x]]
358 ; DARWIN-64-STATIC-NEXT: movq _ptr@GOTPCREL(%rip), [[RCX:%r.x]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/32/
libgcov.a 120 -aligncomm:"___gcov_flush_mx",2 -aligncomm:"___gcov_var",5?:GNU C 4.8.3 -m32 -mtune=generic -march=x86-64 -g -g -g -O2 -O2 -O2 -fomit-frame-pointer -fbuilding-libgcc -fno-stack-protector/tmp/build-mingw64-toolchain-joshualang/src/gcc-4.8.3/libgcc/libgcov.c/tmp/build-mingw64-toolchain-joshualang/build-x86_64-linux-gnu/gcc-4.8.3/x86_64-w64-mingw32/32/libgccL$long long unsigned intunsigned intcharsize_t{_intshort unsigned intlong intlong long intosizetypelong unsigned intunsigned char_iobuf _ptr?_cnt?_base?_flag? _file?_charbuf ?_bufsiz!?_tmpfname"?FILE$?doublefloat long double?? oshort int?
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/
libgcov.a 97 -aligncomm:"__gcov_flush_mx",4 -aligncomm:"__gcov_var",5?@GNU C 4.8.3 -mtune=generic -march=x86-64 -g -g -g -O2 -O2 -O2 -fomit-frame-pointer -fbuilding-libgcc -fno-stack-protector/tmp/build-mingw64-toolchain-joshualang/src/gcc-4.8.3/libgcc/libgcov.c/tmp/build-mingw64-toolchain-joshualang/build-x86_64-linux-gnu/gcc-4.8.3/x86_64-w64-mingw32/libgcc?charsize_ty\long long unsigned intlong long intshort unsigned intintlong intEunsigned intsizetypelong unsigned intunsigned char_iobuf0_ptr?_cnt?_base?_flag?_file?_charbuf ? _bufsiz!?$_tmpfname"?(FILE$?doublefloatlong double?? Eshort int?
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mbstring.h 19 char *_ptr; member in struct:_iobuf
61 _CRTIMP unsigned char *__cdecl _mbsinc(const unsigned char *_Ptr);
62 _CRTIMP unsigned char *__cdecl _mbsinc_l(const unsigned char *_Ptr,_locale_t _Locale);
yvals.h 192 #define _IOPTR _ptr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libitm.a     [all...]
  /external/clang/test/CodeGenObjC/
ivar-layout-64.m 139 void *_ptr;
  /external/llvm/bindings/python/llvm/
common.py 36 self._ptr = self._as_parameter_ = ptr
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 172 #define OMX_FREE(_ptr) \
174 if (_ptr != NULL) { \
175 LinkedList_FreeElement(&AllocList, _ptr);\
176 _ptr = NULL; \
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/
libSDL2main.a 19 FGNU C 4.9.0 20130525 (experimental) -mmmx -m3dnow -msse -mpreferred-stack-boundary=2 -mtune=generic -march=pentiumpro -g -O3../src/main/windows/SDL_windows_main.c/Users/slouken/release/SDL/SDL2-2.0.3-source/foo-x86?charsize_t{ unsigned intintwchar_t?0short unsigned intlong intlong long int?sizetypelong unsigned intunsigned charBOOLkfloatsigned charshort intlong long unsigned intCHAR??WCHAR? ?LPSTR?TCHAR??HINSTANCE__?Eunused?HINSTANCE?V!_iobuf ?_ptrc_cnt_basec_flag _file_charbuf _bufsiz!_tmpfname"cFILE$\double long double  ?

Completed in 894 milliseconds

1 23 4 5 6 7