/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/ |
limits.h | 24 /* This administrivia gets added to the beginning of limits.h 25 if the system has its own version of limits.h. */ 28 any macros that the system's limits.h uses for its own purposes. */ 162 /* This administrivia gets added to the end of limits.h 163 if the system has its own version of limits.h. */ 168 #include_next <limits.h> /* recurse down to the real one */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include-fixed/ |
limits.h | 24 /* This administrivia gets added to the beginning of limits.h 25 if the system has its own version of limits.h. */ 28 any macros that the system's limits.h uses for its own purposes. */ 162 /* This administrivia gets added to the end of limits.h 163 if the system has its own version of limits.h. */ 168 #include_next <limits.h> /* recurse down to the real one */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/install-tools/include/ |
limits.h | 24 /* This administrivia gets added to the beginning of limits.h 25 if the system has its own version of limits.h. */ 28 any macros that the system's limits.h uses for its own purposes. */ 162 /* This administrivia gets added to the end of limits.h 163 if the system has its own version of limits.h. */ 168 #include_next <limits.h> /* recurse down to the real one */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include-fixed/ |
limits.h | 24 /* This administrivia gets added to the beginning of limits.h 25 if the system has its own version of limits.h. */ 28 any macros that the system's limits.h uses for its own purposes. */ 162 /* This administrivia gets added to the end of limits.h 163 if the system has its own version of limits.h. */ 168 #include_next <limits.h> /* recurse down to the real one */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/install-tools/include/ |
limits.h | 24 /* This administrivia gets added to the beginning of limits.h 25 if the system has its own version of limits.h. */ 28 any macros that the system's limits.h uses for its own purposes. */ 162 /* This administrivia gets added to the end of limits.h 163 if the system has its own version of limits.h. */ 168 #include_next <limits.h> /* recurse down to the real one */
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/ |
limits.h | 24 /* This administrivia gets added to the beginning of limits.h 25 if the system has its own version of limits.h. */ 28 any macros that the system's limits.h uses for its own purposes. */ 162 /* This administrivia gets added to the end of limits.h 163 if the system has its own version of limits.h. */ 168 #include_next <limits.h> /* recurse down to the real one */
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/ |
limits.h | 24 /* This administrivia gets added to the beginning of limits.h 25 if the system has its own version of limits.h. */ 28 any macros that the system's limits.h uses for its own purposes. */ 162 /* This administrivia gets added to the end of limits.h 163 if the system has its own version of limits.h. */ 168 #include_next <limits.h> /* recurse down to the real one */
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclprimtypes.swg | 27 fragment="<limits.h>") { 71 fragment="<limits.h>") { 115 fragment="<limits.h>", 131 fragment="<limits.h>", 169 fragment="<limits.h>", 186 fragment="<limits.h>",
|
/external/icu/icu4c/source/layoutex/ |
plruns.cpp | 22 const le_int32 *limits, 25 return (pl_fontRuns *) new FontRuns((const LEFontInstance **) fonts, limits, count); 118 const le_int32 *limits, 121 return (pl_valueRuns *) new ValueRuns(values, limits, count); 224 * @param limits is the address of an array of limit indices. This array must remain valid until the 231 ULocRuns(const char **locales, const le_int32 *limits, le_int32 count); 341 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count) 342 : LocaleRuns(getLocales(locales, count), limits, count), fLocaleNames(locales) 411 const le_int32 *limits, 414 return (pl_localeRuns *) new ULocRuns(locales, limits, count) [all...] |
/external/mesa3d/src/mesa/main/ |
arbprogram.c | 645 const struct gl_program_constants *limits; local 652 limits = &ctx->Const.Program[MESA_SHADER_VERTEX]; 657 limits = &ctx->Const.Program[MESA_SHADER_FRAGMENT]; 665 assert(limits); 683 *params = limits->MaxInstructions; 689 *params = limits->MaxNativeInstructions; 695 *params = limits->MaxTemps; 701 *params = limits->MaxNativeTemps; 707 *params = limits->MaxParameters; 713 *params = limits->MaxNativeParameters [all...] |
/external/deqp/framework/platform/lnx/ |
tcuLnxVulkanPlatform.cpp | 251 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const 253 limits.totalSystemMemory = 256*1024*1024; 254 limits.totalDeviceLocalMemory = 128*1024*1024; 255 limits.deviceMemoryAllocationGranularity = 64*1024; 256 limits.devicePageSize = 4096; 257 limits.devicePageTableEntrySize = 8; 258 limits.devicePageTableHierarchyLevels = 3;
|
/external/python/cpython3/Doc/library/ |
reprlib.rst | 5 :synopsis: Alternate repr() implementation with size limits. 14 with limits on the size of the resulting strings. This is used in the Python 23 similar to the built-in :func:`repr`; size limits for different object types 31 object will affect the size limits used by :func:`.repr` and the Python 39 limits on most sizes. 71 size limits for the representations of different object types, and methods 88 Limits on the number of entries represented for the named object type. The
|
/external/vulkan-validation-layers/tests/layers/ |
device_profile_api.cpp | 48 const VkPhysicalDeviceLimits *limits); 64 memcpy(orgLimits, &props.limits, sizeof(VkPhysicalDeviceLimits)); 72 // search if we got the device limits for this device and stored in device_profile_api layer 75 memcpy(&(device_profile_api_dev_data_map[physicalDevice].phy_device_props.limits), newLimits, sizeof(VkPhysicalDeviceLimits)); 94 // search if we got the device limits for this device and stored in device_profile_api layer 148 // Search if we got the device limits for this device and stored in device_profile_api layer 161 // Search if we got the device limits for this device and stored in device_profile_api layer
|
/external/v8/src/compiler/ |
types.h | 376 struct Limits { 379 Limits(double min, double max) : min(min), max(max) {} 380 explicit Limits(RangeType* range) : min(range->Min()), max(range->Max()) {} 382 static Limits Empty() { return Limits(1, 0); } 383 static Limits Intersect(Limits lhs, Limits rhs); 384 static Limits Union(Limits lhs, Limits rhs) [all...] |
types.cc | 28 bool RangeType::Limits::IsEmpty() { return this->min > this->max; } 30 RangeType::Limits RangeType::Limits::Intersect(Limits lhs, Limits rhs) { 32 Limits result(lhs); 38 RangeType::Limits RangeType::Limits::Union(Limits lhs, Limits rhs) [all...] |
/external/v8/src/ast/ |
ast-types.cc | 27 bool AstRangeType::Limits::IsEmpty() { return this->min > this->max; } 29 AstRangeType::Limits AstRangeType::Limits::Intersect(Limits lhs, Limits rhs) { 31 Limits result(lhs); 37 AstRangeType::Limits AstRangeType::Limits::Union(Limits lhs, Limits rhs) [all...] |
/external/nanopb-c/tests/alltypes_callback/ |
encode_alltypes_callback.c | 145 Limits limits = {0}; local 146 limits.int32_min = INT32_MIN; 147 limits.int32_max = INT32_MAX; 148 limits.uint32_min = 0; 149 limits.uint32_max = UINT32_MAX; 150 limits.int64_min = INT64_MIN; 151 limits.int64_max = INT64_MAX; 152 limits.uint64_min = 0; 153 limits.uint64_max = UINT64_MAX [all...] |
/external/pdfium/core/fpdfdoc/ |
cpdf_nametree.cpp | 47 pLimits->push_back(pNode->GetArrayFor("Limits")); 61 pLimits->push_back(pNode->GetArrayFor("Limits")); 69 // of |pFind|. Specifically, the limits of |pFind|'s ancestors will be updated 78 CPDF_Array* pLimits = pNode->GetArrayFor("Limits"); 93 // Since |csName| defines |pNode|'s limits, we need to loop through the 94 // names to find the new lower and upper limits. 131 // Since |csName| defines |pNode|'s limits, we need to loop through the 132 // kids to find the new lower and upper limits. 136 CPDF_Array* pKidLimits = pKids->GetDictAt(j)->GetArrayFor("Limits"); 165 CPDF_Array* pLimits = pNode->GetArrayFor("Limits"); [all...] |
/external/autotest/client/site_tests/platform_OSLimits/ |
platform_OSLimits.py | 38 limits = {'max_open': 'Max open files', 46 if limits[key] in line: 47 fields = line.split(limits[key]) 99 'max_open': '/proc/self/limits', 100 'max_procs': '/proc/self/limits',
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
CheckMojo.java | 46 * PACKAGE, CLASS, SOURCEFILE or METHOD) with a list of limits. Each limit 82 * <limits> 93 * </limits> 111 * <limits> 117 * </limits>
|
/external/syslinux/gpxe/src/drivers/infiniband/ |
arbel.c | 565 cq->cqn = ( arbel->limits.reserved_cqs + cqn_offset ); 608 usr_page, arbel->limits.reserved_uars, 677 cqn_offset = ( cq->cqn - arbel->limits.reserved_cqs ); 794 qp->qpn = ( ARBEL_QPN_BASE + arbel->limits.reserved_qps + qpn_offset ); 841 qpc_eec_data.usr_page, arbel->limits.reserved_uars ); 966 qpn_offset = ( qp->qpn - ARBEL_QPN_BASE - arbel->limits.reserved_qps ); [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
choicfmt.h | 149 * double limits[] = {1,2,3,4,5,6,7}; 152 * ChoiceFormat fmt(limits, monthNames, 7); 188 * Constructs a new ChoiceFormat with the given limits and message strings. 192 * Copies the limits and formats instead of adopting them. 194 * @param limits Array of limit values. 196 * @param count Size of 'limits' and 'formats' arrays. 199 ChoiceFormat(const double* limits, 204 * Constructs a new ChoiceFormat with the given limits, closure flags and message strings. 206 * Copies the limits and formats instead of adopting them. 208 * @param limits Array of limit value [all...] |
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
limits.h | 1 /* $NetBSD: limits.h,v 1.2 2006/05/14 21:55:38 elad Exp $ */
31 * @(#)limits.h 7.2 (Berkeley) 6/28/90
81 /* Intel extensions to <limits.h> for UEFI */
|
/external/deqp/doc/testspecs/GLES31/ |
functional.android_extension_pack.txt | 30 + Shader compilation tests using extended implementation limits 36 android_extension_pack.limits.* group cases check the corresponding 54 check that shaders using extended implementation limits compile
|
/external/kernel-headers/original/uapi/linux/ |
shm.h | 13 * SHMMNI, SHMMAX and SHMALL are default upper limits which can be 16 * causes overflows when adjusting the limits via operations of the form 18 * advised to make SHMMAX and SHMALL any larger. These limits are
|