代码搜索结果

找到约 10,000 项符合 6 的代码

6.h

#define DATA_6_SIZE 288 #ifdef __LOAD_SDRAM static CCHAR _cData_6[DATA_6_SIZE] = { 0x74, 0xa1, 0x85, 0x05, 0xc0, 0x0c, 0x00, 0xef, 0x57, 0x7f, 0xac, 0xb7, 0x98, 0x39, 0x94, 0x83, 0xc7, 0x3e, 0xf5,

6.h

#define DATA_6_SIZE 480 #ifdef __LOAD_SDRAM static CCHAR _cData_6[DATA_6_SIZE] = { 0xfc, 0x3f, 0xda, 0x5e, 0xe8, 0x02, 0x00, 0x96, 0xe2, 0xfc, 0xaf, 0x7e, 0x8c, 0x33, 0x0d, 0xbe, 0x5d, 0xae, 0xf5,

6.h

#define DATA_6_SIZE 432 #ifdef __LOAD_SDRAM static CCHAR _cData_6[DATA_6_SIZE] = { 0xfc, 0x8b, 0xff, 0x1a, 0x02, 0x04, 0x00, 0x99, 0x72, 0x9a, 0x02, 0x74, 0xbe, 0xb9, 0xdb, 0x83, 0x0a, 0x53, 0x22,

6.h

#define DATA_6_SIZE 384 #ifdef __LOAD_SDRAM static CCHAR _cData_6[DATA_6_SIZE] = { 0xfc, 0xdf, 0xdf, 0x96, 0x6c, 0x08, 0x80, 0x0d, 0x6e, 0xa9, 0xff, 0x73, 0xd8, 0x00, 0xdb, 0x42, 0x81, 0x73, 0x89,

6.h

#define DATA_6_SIZE 528 #ifdef __LOAD_SDRAM static CCHAR _cData_6[DATA_6_SIZE] = { 0x4c, 0x0f, 0x0b, 0x11, 0x00, 0x01, 0x00, 0xd4, 0x17, 0x02, 0x69, 0x10, 0x78, 0xf9, 0xbf, 0xc3, 0xd5, 0x63, 0x2b,

legal-6

class Program { boolean not2(boolean a) { boolean b; b = true; if (a) { b=false; } return b; } void phw(boolean a

legal-6

class Program { boolean a, b, c; int F[0x30]; int g () { int a, b, c; F[0x04] = a; F[b] = a+b+c; } int main () { boolean d, e, f; g(); } }

char6

// Double quotes need to be escaped. This should FAIL. '"'

hexlit6

// This isn't actually a hex literal, since the x is uppercase. 0Xace

number6

// This is the largest positive number. It should SUCCEED. 2147483647