OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_B
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h
39
#define
SIZE_B
9
40
#define SIZE_Bx (SIZE_C +
SIZE_B
)
42
#define SIZE_Ax (SIZE_C +
SIZE_B
+ SIZE_A)
75
#define MAXARG_B ((1<<
SIZE_B
)-1)
100
#define GETARG_B(i) getarg(i, POS_B,
SIZE_B
)
101
#define SETARG_B(i,v) setarg(i, v, POS_B,
SIZE_B
)
134
#define BITRK (1 << (
SIZE_B
- 1))
/external/skia/third_party/lua/src/
lopcodes.h
39
#define
SIZE_B
9
40
#define SIZE_Bx (SIZE_C +
SIZE_B
)
42
#define SIZE_Ax (SIZE_C +
SIZE_B
+ SIZE_A)
75
#define MAXARG_B ((1<<
SIZE_B
)-1)
100
#define GETARG_B(i) getarg(i, POS_B,
SIZE_B
)
101
#define SETARG_B(i,v) setarg(i, v, POS_B,
SIZE_B
)
134
#define BITRK (1 << (
SIZE_B
- 1))
/external/syslinux/com32/lua/src/
lopcodes.h
39
#define
SIZE_B
9
40
#define SIZE_Bx (SIZE_C +
SIZE_B
)
42
#define SIZE_Ax (SIZE_C +
SIZE_B
+ SIZE_A)
75
#define MAXARG_B ((1<<
SIZE_B
)-1)
100
#define GETARG_B(i) getarg(i, POS_B,
SIZE_B
)
101
#define SETARG_B(i,v) setarg(i, v, POS_B,
SIZE_B
)
134
#define BITRK (1 << (
SIZE_B
- 1))
/external/e2fsprogs/tests/scripts/
mkdup
7
SIZE_B
=5000
26
echo Writing $
SIZE_B
bytes to b
27
dd if=/dev/zero of=$TMP bs=$
SIZE_B
count=1 >& /dev/null
Completed in 301 milliseconds