/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.c | 336 ctx->Point.MaxSize = ctx->Const.MaxPointSize;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_extensions.c | 143 st->ctx->Point.MaxSize = MAX2(c->MaxPointSize, c->MaxPointSizeAA);
|
/external/stressapptest/src/ |
sat.cc | 311 uint64 maxsize = os_->FindFreeMemSize() * 4; 312 sat_assert(maxsize != 0); 317 uint64 arraysize = maxsize / 4096 / 8; 324 page_bitmap_size_ = maxsize; [all...] |
/external/tcpdump/ |
README.md | 219 two files of summary data (maxsize is the maximum packet size,
|
print-rx.c | 1065 acl_print(u_char *s, int maxsize, u_char *end) 1072 if ((user = (char *)malloc(maxsize)) == NULL) 1104 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1); 1118 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1); [all...] |
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimc-is-metadata.h | 424 uint32_t maxSize;
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
lstrlib.c | 106 #define MAXSIZE ((~(size_t)0) >> 1) 114 else if (l + lsep < l || l + lsep >= MAXSIZE / n) /* may overflow? */
|
/external/guava/guava/src/com/google/common/collect/ |
MinMaxPriorityQueue.java | 914 // Now cap it at maxSize + 1 936 /** There's no reason for the queueSize to ever be more than maxSize + 1 */
|
/ndk/ |
ndk-gdb.py | 64 and fall-back to using platform.platform() and sys.maxsize. 77 is64bit = True if sys.maxsize > 2**32 else False [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
wchar.h | 851 Write no more than MAXSIZE wide characters and return the number 852 of wide characters written, or 0 if it would exceed MAXSIZE. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/mesa/ |
libGL.so | |
libGL.so.1 | |
libGL.so.1.2 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
wchar.h | 851 Write no more than MAXSIZE wide characters and return the number 852 of wide characters written, or 0 if it would exceed MAXSIZE. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/mesa/ |
libGL.so | |
libGL.so.1 | |
libGL.so.1.2 | |
/build/core/ |
definitions.mk | [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
compact_lang_det_impl.cc | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unicode.py | 655 format_string = u"%{}f".format(sys.maxsize + 1) [all...] |
test_io.py | 560 if sys.maxsize > 0x7FFFFFFF: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_unicode.py | 655 format_string = u"%{}f".format(sys.maxsize + 1) [all...] |
test_io.py | 560 if sys.maxsize > 0x7FFFFFFF: [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameView.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fProgramUniformTests.cpp | 886 // \note minSize and maxSize are for arrays and can be distinct since implementations are allowed, but not required, to trim the inactive end indices of arrays. 888 int maxSize; 893 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); } 895 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {} [all...] |