HomeSort by relevance Sort by last modified time
    Searched full:cptr (Results 26 - 50 of 90) sorted by null

12 3 4

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
void_pointer.pass.cpp 41 struct CPtr {};
47 typedef CPtr<void> void_pointer;
54 static_assert((std::is_same<std::allocator_traits<C<char> >::void_pointer, CPtr<void> >::value), "");
  /prebuilts/misc/common/swig/include/2.0.11/python/
argcargv.i 25 char *cptr = 0; size_t sz = 0; int alloc = 0;
26 res = SWIG_AsCharPtrAndSize(obj, &cptr, &sz, &alloc);
28 if (cptr && sz) {
29 (*argv)[i] = (alloc == SWIG_NEWOBJ) ? cptr : %new_copy_array(cptr, sz, char);
  /prebuilts/misc/common/swig/include/2.0.11/d/
dswigtype.swg 105 void* cPtr = $imcall;
106 $dclassname ret = (cPtr is null) ? null : new $dclassname(cPtr, $owner);$excode
160 void* cPtr = $imcall;
161 $dclassname ret = (cPtr is null) ? null : new $dclassname(cPtr, $owner);$excode
181 void* cPtr = $imcall;
182 $*dclassname ret = (cPtr is null) ? null : new $*dclassname(cPtr, $owner);$excode
  /external/llvm/test/CodeGen/SystemZ/
fp-copysign-01.ll 81 define void @f7(fp128 *%cptr, fp128 *%aptr, float %bf) {
92 store fp128 %c, fp128 *%cptr
97 define void @f8(fp128 *%cptr, fp128 *%aptr, double %bd) {
108 store fp128 %c, fp128 *%cptr
114 define void @f9(fp128 *%cptr, fp128 *%aptr, fp128 *%bptr) {
126 store fp128 %c, fp128 *%cptr
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
strings.swg 75 Char *cptr = 0; size_t csize = 0; int alloc = SWIG_NEWOBJ;
76 int res = SWIG_AsCharPtrAndSize($input, &cptr, &csize, &alloc);
82 $1 = cptr;
84 $1 = csize ? ($1_type)SWIG_NewCopyCharArray(cptr, csize, Char) : 0;
89 Char *cptr = 0; size_t csize = 0; int alloc = SWIG_NEWOBJ;
90 int res = SWIG_AsCharPtrAndSize($input, &cptr, &csize, &alloc);
95 $1 = cptr;
97 $1 = csize ? ($1_type)SWIG_NewCopyCharArray(cptr, csize, Char) : 0;
508 SWIG_From##CharName##Ptr(const Char *cptr)
510 return SWIG_FromCharPtrAndSize(cptr, (cptr ? SWIG_CharPtrLen(cptr) : 0))
    [all...]
swigmacros.swg 47 %new_copy_array(cptr,size,Type) Allocate and initialize a new array from 'cptr'
48 %delete(cptr) Delete an instance
49 %delete_array(cptr) Delete an array
164 # define %delete(cptr) delete cptr
165 # define %delete_array(cptr) delete[] cptr
171 # define %delete(cptr) free((char*)cptr)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclwstrings.swg 13 SWIG_AsWCharPtrAndSize(Tcl_Obj *obj, wchar_t** cptr, size_t* psize, int *alloc)
18 if (cptr) {
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octprimtypes.swg 203 SWIG_AsCharPtrAndSize(octave_value ov, char** cptr, size_t* psize, int *alloc)
214 *cptr = %new_copy_array(cstr, len + 1, char);
216 } else if (cptr)
217 *cptr = cstr;
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 79 char *cptr; local
80 memcpy(&cptr, buffer, sizeof(cptr));
81 memcpy((char*)&cptr, buffer, sizeof(cptr));
  /external/llvm/test/CodeGen/Generic/
2003-07-29-BadConstSbyte.ll 29 %cptr = getelementptr [6 x i8]* @yy_ec, i64 0, i64 %i ; <i8*> [#uses=1]
30 %c = load i8* %cptr ; <i8> [#uses=1]
  /external/llvm/test/CodeGen/R600/
llvm.AMDGPU.div_scale.ll 30 define void @test_div_scale_f64_1(double addrspace(1)* %out, double addrspace(1)* %aptr, double addrspace(1)* %bptr, double addrspace(1)* %cptr) nounwind {
41 define void @test_div_scale_f64_2(double addrspace(1)* %out, double addrspace(1)* %aptr, double addrspace(1)* %bptr, double addrspace(1)* %cptr) nounwind {
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicToQuadratics.cpp 60 const Cubic* cPtr;
62 cPtr = &cubic;
66 cPtr = &sub;
68 const Cubic& c = *cPtr;
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicToQuads.cpp 59 const SkDCubic* cPtr;
61 cPtr = &cubic;
65 cPtr = &sub;
67 const SkDCubic& c = *cPtr;
  /external/libsepol/src/
context.c 145 context_struct_t ** cptr,
220 *cptr = scontext;
293 context_struct_t ** cptr,
311 if (context_from_record(handle, policydb, cptr, ctx_record) < 0)
  /external/skia/experimental/Intersection/
CubicToQuadratics.cpp 60 const Cubic* cPtr;
62 cPtr = &cubic;
66 cPtr = &sub;
68 const Cubic& c = *cPtr;
  /external/skia/src/pathops/
SkDCubicToQuads.cpp 59 const SkDCubic* cPtr;
61 cPtr = &cubic;
65 cPtr = &sub;
67 const SkDCubic& c = *cPtr;
  /external/chromium_org/third_party/skia/src/core/
SkValidatingReadBuffer.cpp 96 const char* cptr = (const char*)ptr; local
102 this->validate(cptr[len] == '\0');
105 string->set(cptr, len);
  /external/skia/src/core/
SkValidatingReadBuffer.cpp 96 const char* cptr = (const char*)ptr; local
102 this->validate(cptr[len] == '\0');
105 string->set(cptr, len);
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharp.swg 662 IntPtr cPtr = $imcall;
663 $csclassname ret = (cPtr == IntPtr.Zero) ? null : new $csclassname(cPtr, $owner);$excode
777 IntPtr cPtr = $imcall;
778 $csclassname ret = (cPtr == IntPtr.Zero) ? null : new $csclassname(cPtr, $owner);$excode
795 IntPtr cPtr = $imcall;
796 $*csclassname ret = (cPtr == IntPtr.Zero) ? null : new $*csclassname(cPtr, $owner);$excode
836 PTRCTOR_VISIBILITY $csclassname(IntPtr cPtr, bool cMemoryOwn)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/java/
java.swg     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chickenrun.swg 248 C_word cptr = C_swigmpointer(data, ptr, type);
252 C_do_register_finalizer(cptr, (C_word) finalizer_obj);
255 return cptr;
  /ndk/sources/host-tools/make-3.81/
job.c 2933 char *cptr; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3.swg 640 cPtr := $imcall;
641 RETURN (cPtr = IntPtr.Zero) ? null : NEW($1_basetype, cPtr, $owner);
689 IntPtr cPtr = $imcall;
690 RETURN (cPtr == IntPtr.Zero) ? null : new $1_basetype(cPtr, $owner);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
is-a.h 60 if (cgraph_node *cptr = dyn_cast <cgraph_node> (ptr))
  /external/chromium_org/third_party/libxml/src/
xpath.c 9267 xmlChar *cptr; local
15030 xmlChar *cptr; local
    [all...]

Completed in 1109 milliseconds

12 3 4