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/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...]
libpngpf.3 
  /external/libmojo/mojo/public/cpp/bindings/
native_struct.h 10 #include "mojo/public/cpp/bindings/struct_ptr.h"
BUILD.gn 118 "struct_ptr.h",
  /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/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
module-internal.h.tmpl 22 #include "mojo/public/cpp/bindings/struct_ptr.h"
module.h.tmpl 64 #include "mojo/public/cpp/bindings/struct_ptr.h"
  /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...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/vulkan-validation-layers/
vk_helper.py     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk_helper.py     [all...]
  /external/syslinux/bios/com32/lib/
libcom32.elf 
  /external/syslinux/efi32/com32/lib/
libcom32.elf 
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 1000 milliseconds