代码搜索:Structs

找到约 2,696 项符合「Structs」的源代码

代码结果 2,696
www.eeworm.com/read/395296/2442289

todo

TODO - list of things to do for libpng: Final bug fixes. Improve API by hiding the png_struct and png_info structs. Finish work on the no-floating-point version (including gamma compensation) Better
www.eeworm.com/read/386998/2564673

todo

TODO - list of things to do for libpng: Final bug fixes. Improve API by hiding the png_struct and png_info structs. Finish work on the no-floating-point version (including gamma compensation) Better
www.eeworm.com/read/383065/2622608

c sizes.c

#define _WIN32_WINNT 0x400 #include "test.h" #include "../implement.h" int main() { printf("Sizes of pthreads-win32 structs\n"); printf("-------------------------------\n"); printf("
www.eeworm.com/read/366702/2865420

c test_passing_unions.c

/* This tests passing of structs. Only integers are tested. */ #include "defines.h" #include "args.h" struct IntegerRegisters iregs; struct FloatRegisters fregs; unsigned int num_iregs, num_fregs;
www.eeworm.com/read/366702/2866031

c anon-struct6.c

// PR c++/33460 struct A { struct { // { dg-error "anonymous struct cannot have function members" } struct { static int i; }; // { dg-error "prohibits anonymous structs|non-static data membe
www.eeworm.com/read/366702/2882997

c ssa-ccp-9.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ /* Check that cprop works for assignments to array elements and structs. */ struct foo { int a; }; extern void link_error
www.eeworm.com/read/259903/4338354

todo

TODO - list of things to do for libpng: Final bug fixes. Improve API by hiding the png_struct and png_info structs. Finish work on the no-floating-point version (including gamma compensation) Better
www.eeworm.com/read/258350/4356611

todo

TODO - list of things to do for libpng: Final bug fixes. Improve API by hiding the png_struct and png_info structs. Finish work on the no-floating-point version (including gamma compensation) Better
www.eeworm.com/read/256086/4370678

todo

TODO - list of things to do for libpng: Final bug fixes. Improve API by hiding the png_struct and png_info structs. Finish work on the no-floating-point version (including gamma compensation) Better
www.eeworm.com/read/162614/5530394

c ssa-ccp-9.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ /* Check that cprop works for assignments to array elements and structs. */ struct foo { int a; }; extern void link_error