HomeSort by relevance Sort by last modified time
    Searched full:struct_ptr (Results 1 - 16 of 16) 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/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...]
libpngpf.3 
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 41 png_voidp struct_ptr; local
56 struct_ptr = (*(malloc_fn))(png_ptr, (png_uint_32)size);
60 struct_ptr = (png_voidp)farmalloc(size);
61 if (struct_ptr != NULL)
62 png_memset(struct_ptr, 0, size);
63 return (struct_ptr);
68 png_destroy_struct(png_voidp struct_ptr)
71 png_destroy_struct_2(struct_ptr, png_free_ptr_NULL, png_voidp_NULL);
76 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn,
80 if (struct_ptr != NULL
346 png_voidp struct_ptr; local
    [all...]
png.h     [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/skia/src/gpu/
GrStencil.h 351 #define GR_CONST_STENCIL_SETTINGS_PTR_FROM_STRUCT_PTR(STRUCT_PTR) \
352 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/opencv/cxcore/include/
cxtypes.h     [all...]
cxcore.h     [all...]
  /external/opencv/cv/src/
cvhaar.cpp     [all...]
cvhistogram.cpp     [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 498 milliseconds