/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | intprefix.c | 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument 18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
|
A D | symbols.c | 19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument 21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
|
A D | sym.c | 12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
|
A D | prefix.c | 12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
|
A D | vers.c | 12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngconf.h | 287 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args argument 300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \ argument 302 PNG_LINKAGE_API attributes) 315 # define PNG_REMOVED(ordinal, type, name, args, attributes) argument
|
A D | pngpriv.h | 348 # define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument 349 PNG_LINKAGE_FUNCTION PNG_FUNCTION(type, name, args, PNG_EMPTY attributes) 353 # define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument 355 PNG_EMPTY attributes)
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | pngconf.h | 287 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args argument 300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \ argument 302 PNG_LINKAGE_API attributes) 315 # define PNG_REMOVED(ordinal, type, name, args, attributes) argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/usb/usb_host/inc/ |
A D | usb_hcd_test.h | 24 uint8_t attributes,
|
A D | usb_host.h | 234 uint8_t attributes; member 256 uint8_t attributes; member 372 int attributes,
|
A D | usb_hcd.h | 245 uint8_t attributes; member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/untgz/ |
A D | untgz.c | 397 struct attr_item *attributes = NULL; in tar() local 465 push_attr(&attributes,fname,tarmode,tartime); in tar() 553 push_attr(&attributes,fname,tarmode,tartime); in tar() 570 restore_attr(&attributes); in tar()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 629 Attribute attributes[] = { variable 669 for (attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) { in dumpconfig() 671 …_this->egl_data->eglGetConfigAttrib(_this->egl_data->egl_display, config, attributes[attr].attribu… in dumpconfig() 672 SDL_Log("\t%-32s: %10d (0x%08x)\n", attributes[attr].name, value, value); in dumpconfig() 1133 EGLint attributes[] = { in SDL_EGL_CreateOffscreenSurface() local 1146 attributes); in SDL_EGL_CreateOffscreenSurface()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | PedestrianDetectAttributeResult.h | 121 std::vector<AttributesItem> attributes; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | README | 54 print "libwebp attributes:"
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcf.h | 101 FT_Short attributes; member
|
A D | pcfread.c | 206 FT_FRAME_SHORT_LE( attributes ), 223 FT_FRAME_SHORT( attributes ), 281 metric->attributes = 0; in pcf_get_metric() 648 ( metrics + i )->attributes )); in pcf_get_metrics()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/ |
A D | PedestrianDetectAttributeResult.cc | 109 data_.attributes.push_back(attributesItemObject); in parse()
|
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_render_metal.m | 279 vertdesc.attributes[0].format = MTLVertexFormatFloat2; 280 vertdesc.attributes[0].offset = 0; 281 vertdesc.attributes[0].bufferIndex = 0; 288 vertdesc.attributes[0].format = MTLVertexFormatFloat2; 289 vertdesc.attributes[0].offset = 0; 290 vertdesc.attributes[0].bufferIndex = 0; 292 vertdesc.attributes[1].format = MTLVertexFormatFloat2; 293 vertdesc.attributes[1].offset = sizeof(float) * 2; 294 vertdesc.attributes[1].bufferIndex = 0;
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | CMakeLists.txt | 75 #MSVC 1900 cxx_attributes # Generic attributes, as defined in N2761.
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/showimage.xcodeproj/ |
A D | project.pbxproj | 159 attributes = {
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmemdosa.asm | 53 mov cx,0 ; normal file attributes
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1952.txt | 578 protection, ownership, and modification time attributes on the local 580 attributes in the gzip file format itself. Since the file format
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | PPPD_FOLLOWUP | 281 2013-06-10 - radius: Handle additional attributes
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoakeyboard.m | 178 * We could add new attributes through this method.
|