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

  /external/syslinux/com32/lib/libpng/
pngmem.c 44 png_voidp struct_ptr; local
59 struct_ptr = (*(malloc_fn))(png_ptr, (png_uint_32)size);
63 struct_ptr = (png_voidp)farmalloc(size);
64 if (struct_ptr != NULL)
65 png_memset(struct_ptr, 0, size);
66 return (struct_ptr);
71 png_destroy_struct(png_voidp struct_ptr)
74 png_destroy_struct_2(struct_ptr, png_free_ptr_NULL, png_voidp_NULL);
79 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn,
83 if (struct_ptr != NULL
362 png_voidp struct_ptr; local
    [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/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
cxcore.h     [all...]
  /external/opencv/cv/src/
cvhaar.cpp     [all...]
cvhistogram.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
vk_helper.py     [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 279 milliseconds