OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINSIZE
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
memalloc.c
108
#define
MINSIZE
504 /* minimum size of a block */
112
char space[
MINSIZE
];
119
int stacknleft =
MINSIZE
;
134
if (blocksize <
MINSIZE
)
135
blocksize =
MINSIZE
;
137
sp = ckmalloc(sizeof(struct stack_block) -
MINSIZE
+ blocksize);
218
sizeof(struct stack_block) -
MINSIZE
+ newlen);
init.c
273
#undef
MINSIZE
274
#define
MINSIZE
504 /* minimum size of a block */
565
#undef
MINSIZE
566
#define
MINSIZE
504 /* minimum size of a block */
853
#undef
MINSIZE
854
#define
MINSIZE
504 /* minimum size of a block */
/external/chromium_org/v8/test/mjsunit/
unicode-test.js
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 152 milliseconds