代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518126
h struct-layout-1_y2.h
#undef F
#undef N
#undef B
#undef TX
#ifdef SKIP_VA
const int test_va = 0;
#else
const int test_va = 1;
#endif
#define F(n, x, v, w) \
if (p->x != arg.x) FAIL (n, 74);
#define N(n, x)
#defin
www.eeworm.com/read/162614/5529666
h struct-layout-1_x2.h
#undef F
#undef N
#undef B
#undef TX
#define F(n, x, v, w) \
if (arg.x != s##n.x) FAIL (n, 30);
#define N(n, x)
#define B(n, x, v, w) \
if (arg.x != s##n.x) FAIL (n, 30);
#define TX(n,
www.eeworm.com/read/162614/5529697
h struct-layout-1_x1.h
#include "struct-layout-1.h"
struct Info info;
int fails;
int intarray[256];
int fn0 (void) { return 0; }
int fn1 (void) { return 1; }
int fn2 (void) { return 2; }
int fn3 (void) { return 3; }
int fn
www.eeworm.com/read/162614/5529810
h struct-layout-1_y1.h
#include "struct-layout-1.h"
#define F(n, x, v, w) \
if (info.flds[i] != &s##n.x) \
FAIL (n, 50); \
if (info.sizes[i] != sizeof (s##n.x)) \
FAIL (n, 51); \
if (in
www.eeworm.com/read/162614/5529813
h struct-layout-1_y2.h
#undef F
#undef N
#undef B
#undef TX
#ifdef SKIP_VA
const int test_va = 0;
#else
const int test_va = 1;
#endif
#define F(n, x, v, w) \
if (p->x != arg.x) FAIL (n, 74);
#define N(n, x)
#defin
www.eeworm.com/read/293422/3930949
svn-base matchbox-keyboard-layout.c.svn-base
/*
* Matchbox Keyboard - A lightweight software keyboard.
*
* Authored By Matthew Allum
*
* Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
*
* This program is fr