OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sizemax
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp
105
const size_t
sizeMax
= ~static_cast<size_t>(0);
106
const size_t totalCapacity =
sizeMax
/ 4;
107
const size_t minDeadCapacity =
sizeMax
/ 16;
108
const size_t maxDeadCapacity =
sizeMax
/ 8;
117
const size_t
sizeMax
= ~static_cast<size_t>(0);
118
const size_t totalCapacity =
sizeMax
/ 4;
119
const size_t minDeadCapacity =
sizeMax
/ 16;
120
const size_t maxDeadCapacity =
sizeMax
/ 8;
121
const size_t resourceSize1 =
sizeMax
/ 16;
122
const size_t resourceSize2 =
sizeMax
/ 20
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c
114
* \param
sizeMax
max allowable size value (may also be BGRA_OR_4)
126
GLint sizeMin, GLint
sizeMax
,
173
if (
sizeMax
== BGRA_OR_4)
174
sizeMax
= 4;
194
* If
sizeMax
= BGRA_OR_4 it means that size = GL_BGRA is legal and
198
sizeMax
== BGRA_OR_4 &&
217
else if (size < sizeMin || size >
sizeMax
|| size > 4) {
[
all
...]
/external/mesa3d/src/mesa/main/
varray.c
114
* \param
sizeMax
max allowable size value (may also be BGRA_OR_4)
126
GLint sizeMin, GLint
sizeMax
,
173
if (
sizeMax
== BGRA_OR_4)
174
sizeMax
= 4;
194
* If
sizeMax
= BGRA_OR_4 it means that size = GL_BGRA is legal and
198
sizeMax
== BGRA_OR_4 &&
217
else if (size < sizeMin || size >
sizeMax
|| size > 4) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/
builtin_types.h
106
{ glsl_type::float_type, "
sizeMax
" },
builtin_variables.cpp
140
{"
sizeMax
", {STATE_POINT_SIZE}, SWIZZLE_ZZZZ},
[
all
...]
/external/mesa3d/src/glsl/
builtin_types.h
106
{ glsl_type::float_type, "
sizeMax
" },
builtin_variables.cpp
140
{"
sizeMax
", {STATE_POINT_SIZE}, SWIZZLE_ZZZZ},
[
all
...]
/ndk/sources/host-tools/make-3.81/
job.c
258
const unsigned
sizemax
= strlen (base) + strlen (ext) + 10;
267
path_size +
sizemax
< sizeof temp_path &&
256
const unsigned
sizemax
= strlen (base) + strlen (ext) + 10;
local
[
all
...]
Completed in 114 milliseconds