OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_A
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h
41
#define
SIZE_A
8
42
#define SIZE_Ax (SIZE_C + SIZE_B +
SIZE_A
)
48
#define POS_C (POS_A +
SIZE_A
)
74
#define MAXARG_A ((1<<
SIZE_A
)-1)
97
#define GETARG_A(i) getarg(i, POS_A,
SIZE_A
)
98
#define SETARG_A(i,v) setarg(i, v, POS_A,
SIZE_A
)
/external/e2fsprogs/tests/scripts/
mkdup
6
SIZE_A
=15000
17
dd if=/dev/zero of=$TMP bs=$
SIZE_A
count=1 >& /dev/null
18
echo Writing $
SIZE_A
bytes to a
Completed in 78 milliseconds