代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/340665/3278803

c 931004-7.c

struct tiny { char c; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (y.c != 11) abort(); if (z.c != 12) abort(); if (l != 123
www.eeworm.com/read/340665/3278933

c 931004-1.c

struct tiny { int c; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (y.c != 11) abort(); if (z.c != 12) abort(); if (l != 123)
www.eeworm.com/read/340665/3278966

c 931004-3.c

struct tiny { short c; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (y.c != 11) abort(); if (z.c != 12) abort(); if (l != 12
www.eeworm.com/read/440906/1780325

c 931004-5.c

struct tiny { short c; short d; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (x.d != 20) abort(); if (y.c != 11) abort(); if
www.eeworm.com/read/440906/1780336

c 931004-9.c

struct tiny { char c; char d; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (x.d != 20) abort(); if (y.c != 11) abort(); if (
www.eeworm.com/read/440906/1780436

c 931004-7.c

struct tiny { char c; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (y.c != 11) abort(); if (z.c != 12) abort(); if (l != 123
www.eeworm.com/read/440906/1780570

c 931004-1.c

struct tiny { int c; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (y.c != 11) abort(); if (z.c != 12) abort(); if (l != 123)
www.eeworm.com/read/440906/1780604

c 931004-3.c

struct tiny { short c; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (y.c != 11) abort(); if (z.c != 12) abort(); if (l != 12
www.eeworm.com/read/366702/2877982

c 931004-5.c

struct tiny { short c; short d; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (x.d != 20) abort(); if (y.c != 11) abort(); if
www.eeworm.com/read/366702/2877997

c 931004-9.c

struct tiny { char c; char d; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (x.d != 20) abort(); if (y.c != 11) abort(); if (