HomeSort by relevance Sort by last modified time
    Searched full:struct_ptr (Results 1 - 19 of 19) sorted by null

  /frameworks/compile/slang/tests/F_struct_ptr/
stderr.txt.expect 0 struct_ptr.rs:4:8: error: struct is not defined in this module
  /external/opencv3/3rdparty/libpng/
pngmem.c 44 png_voidp struct_ptr; local
61 struct_ptr = (*(malloc_fn))(&dummy_struct, (png_alloc_size_t)size);
66 struct_ptr = (png_voidp)farmalloc(size);
67 if (struct_ptr != NULL)
68 png_memset(struct_ptr, 0, size);
70 return (struct_ptr);
75 png_destroy_struct(png_voidp struct_ptr)
78 png_destroy_struct_2(struct_ptr, NULL, NULL);
83 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn,
87 if (struct_ptr != NULL
393 png_voidp struct_ptr; local
    [all...]
pngpriv.h 718 PNG_EXTERN void png_destroy_struct PNGARG((png_voidp struct_ptr));
723 PNG_EXTERN void png_destroy_struct_2 PNGARG((png_voidp struct_ptr,
    [all...]
  /external/clang/test/FixIt/
fixit.c 62 // CHECK: struct test_struct *struct_ptr;
63 test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} member in struct:test_struct
  /external/opencv3/modules/core/src/
persistence.cpp     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /external/skia/src/gpu/
GrStencil.h 369 #define GR_CONST_STENCIL_SETTINGS_PTR_FROM_STRUCT_PTR(STRUCT_PTR) \
370 reinterpret_cast<const GrStencilSettings*>(STRUCT_PTR)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 151 void* Struct_Ptr; /* Pointer to new alocate data */
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
types_c.h     [all...]
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
cxcore.h     [all...]
  /external/opencv/cv/src/
cvhaar.cpp     [all...]
cvhistogram.cpp     [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/vulkan-validation-layers/
vk_helper.py     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 718 PNG_EXTERN void png_destroy_struct PNGARG((png_voidp struct_ptr));
723 PNG_EXTERN void png_destroy_struct_2 PNGARG((png_voidp struct_ptr,
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 577 milliseconds