OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
lossless_mips32.c
333
#define ADD_VECTOR(A, B, OUT, SIZE,
EXTRA_SIZE
) do { \
342
if ((
EXTRA_SIZE
) > 0) { \
343
const int last = (
EXTRA_SIZE
); \
349
#define ADD_VECTOR_EQ(A, OUT, SIZE,
EXTRA_SIZE
) do { \
357
if ((
EXTRA_SIZE
) > 0) { \
358
const int last = (
EXTRA_SIZE
); \
/external/chromium_org/third_party/sqlite/src/src/
btreeInt.h
298
** to the end.
EXTRA_SIZE
is the number of bytes of space needed to hold
301
#define
EXTRA_SIZE
sizeof(MemPage)
btree.c
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 490 milliseconds