HomeSort by relevance Sort by last modified time
    Searched full:limits (Results 126 - 150 of 7158) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 219 vk::PlatformMemoryLimits limits; local
221 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits);
223 log << TestLog::Message << "totalSystemMemory = " << prettySize(limits.totalSystemMemory) << " (" << limits.totalSystemMemory << ")\n"
224 << "totalDeviceLocalMemory = " << prettySize(limits.totalDeviceLocalMemory) << " (" << limits.totalDeviceLocalMemory << ")\n"
225 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n"
226 << "devicePageSize = " << limits.devicePageSize << "\n"
227 << "devicePageTableEntrySize = " << limits.devicePageTableEntrySize << "\n"
228 << "devicePageTableHierarchyLevels = " << limits.devicePageTableHierarchyLevels << "\n
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Script.java 206 int[] limits = null; local
208 limits = new int[6];
210 limits[0] = sc.xstart;
211 limits[1] = sc.xend;
212 limits[2] = sc.ystart;
213 limits[3] = sc.yend;
214 limits[4] = sc.zstart;
215 limits[5] = sc.zend;
218 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
271 int[] limits = null local
283 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
310 int[] limits = null; local
322 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 62 * 7.18.2.1 Limits of exact-width integer types
84 * 7.18.2.2 Limits of minimum-width integer types
106 * 7.18.2.3 Limits of fastest minimum-width integer types
128 * 7.18.2.4 Limits of integer types capable of holding object pointers
142 * 7.18.2.5 Limits of greatest-width integer types
150 * 7.18.3 Limits of other integer types
152 /* Limits of ptrdiff_t. */
161 /* Limits of sig_atomic_t. */
173 /* Limits of wchar_t. */
178 /* Limits of wint_t. *
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 103 VkPhysicalDeviceLimits* limits = &properties->limits; local
214 { LIMIT(maxInterpolationOffset), 0, 0, 0, 0.5f - (1.0f/deFloatPow(2.0f, (float)limits->subPixelInterpolationOffsetBits)), LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1 },
238 { LIMIT(pointSizeRange[1]), 0, 0, 0, 64.0f - limits->pointSizeGranularity , LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1 },
241 { LIMIT(lineWidthRange[1]), 0, 0, 0, 8.0f - limits->lineWidthGranularity, LIMIT_FORMAT_FLOAT, LIMIT_TYPE_MIN, -1 },
299 log << TestLog::Message << *limits << TestLog::EndMessage;
330 if (*((deUint32*)((deUint8*)limits+featureLimitTable[ndx].offset)) < limitToCheck)
334 << *((deUint32*)((deUint8*)limits + featureLimitTable[ndx].offset)) << TestLog::EndMessage;
340 if (*((deUint32*)((deUint8*)limits+featureLimitTable[ndx].offset)) > limitToCheck)
344 << *((deUint32*)((deUint8*)limits + featureLimitTable[ndx].offset)) << TestLog::EndMessage
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
limits.h 2 The header <limits.h> defines several macros that expand to various limits and
25 /* Get the architecturally defined limits for this compilation unit. */
26 #include <machine/limits.h>
93 /* Object limits used in the Standard Libraries */
110 /* Limits for BSD Compatibility */
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
37 defined(__has_include_next) && __has_include_next(<limits.h>)
38 #include_next <limits.h>
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
37 defined(__has_include_next) && __has_include_next(<limits.h>)
38 #include_next <limits.h>
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
RuleConfiguration.java 65 * @param limits
68 public void setLimits(final List<Limit> limits) {
69 rule.setLimits(limits);
  /external/python/cpython2/Modules/
resource.c 148 PyObject *limits, *curobj, *maxobj; local
150 if (!PyArg_ParseTuple(args, "iO:setrlimit", &resource, &limits))
159 limits = PySequence_Tuple(limits);
160 if (!limits)
161 /* Here limits is a borrowed reference */
164 if (PyTuple_GET_SIZE(limits) != 2) {
169 curobj = PyTuple_GET_ITEM(limits, 0);
170 maxobj = PyTuple_GET_ITEM(limits, 1);
180 /* The limits are probably bigger than a long *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
values.h 1 /* Old compatibility names for <limits.h> and <float.h> constants.
21 <limits.h> and/or <float.h> instead of <values.h>. */
28 #include <limits.h>
  /bionic/libc/include/
limits.h 1 /* $OpenBSD: limits.h,v 1.13 2005/12/31 19:29:38 millert Exp $ */
2 /* $NetBSD: limits.h,v 1.7 1994/10/26 00:56:00 cgd Exp $ */
32 * @(#)limits.h 5.9 (Berkeley) 4/3/91
40 /* Historically bionic exposed the content of <float.h> from <limits.h> and <sys/limits.h> too. */
43 #include <linux/limits.h>
56 /* TODO: get all these from the compiler's <limits.h>? */
101 Note that these are defined by GCC's <limits.h>
139 /* POSIX says these belong in <unistd.h> but BSD has some in <limits.h>. */
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoll.c 6 #include <limits.h>
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_mem_protect.c 8 #include <limits.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 36 * 7.18.2 Limits of specified-width integer types
39 /* 7.18.2.1 Limits of exact-width integer types */
59 /* 7.18.2.2 Limits of minimum-width integer types */
79 /* 7.18.2.3 Limits of fastest minimum-width integer types */
99 /* 7.18.2.4 Limits of integer types capable of holding object pointers */
105 /* 7.18.2.5 Limits of greatest-width integer types */
113 * 7.18.3 Limits of other integer types
116 /* limits of ptrdiff_t */
120 /* limits of sig_atomic_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 36 * 7.18.2 Limits of specified-width integer types
39 /* 7.18.2.1 Limits of exact-width integer types */
59 /* 7.18.2.2 Limits of minimum-width integer types */
79 /* 7.18.2.3 Limits of fastest minimum-width integer types */
99 /* 7.18.2.4 Limits of integer types capable of holding object pointers */
105 /* 7.18.2.5 Limits of greatest-width integer types */
113 * 7.18.3 Limits of other integer types
116 /* limits of ptrdiff_t */
120 /* limits of sig_atomic_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 2 7.18.2 Limits of specified-width integer types.
52 /* 7.18.2.1 Limits of exact-width integer types */
72 /* 7.18.2.2 Limits of minimum-width integer types */
92 /* 7.18.2.3 Limits of fastest minimum-width integer types */
112 /* 7.18.2.4 Limits of integer types capable of holding object pointers */
118 /* 7.18.2.5 Limits of greatest-width integer types */
126 * 7.18.3 Limits of other integer types
129 /* limits of ptrdiff_t */
133 /* limits of sig_atomic_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_limits.h 43 * 7.18.2 Limits of specified-width integer types
46 /* 7.18.2.1 Limits of exact-width integer types */
66 /* 7.18.2.2 Limits of minimum-width integer types */
86 /* 7.18.2.3 Limits of fastest minimum-width integer types */
106 /* 7.18.2.4 Limits of integer types capable of holding object pointers */
112 /* 7.18.2.5 Limits of greatest-width integer types */
120 * 7.18.3 Limits of other integer types
123 /* limits of ptrdiff_t */
127 /* limits of sig_atomic_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_limits.h 43 * 7.18.2 Limits of specified-width integer types
46 /* 7.18.2.1 Limits of exact-width integer types */
66 /* 7.18.2.2 Limits of minimum-width integer types */
86 /* 7.18.2.3 Limits of fastest minimum-width integer types */
106 /* 7.18.2.4 Limits of integer types capable of holding object pointers */
112 /* 7.18.2.5 Limits of greatest-width integer types */
120 * 7.18.3 Limits of other integer types
123 /* limits of ptrdiff_t */
127 /* limits of sig_atomic_t */
  /external/compiler-rt/test/ubsan/TestCases/Misc/
deduplication.cpp 3 #include <limits.h>
  /external/curl/docs/cmdline-opts/
connect-timeout.d 7 limits the connection phase, so if curl connects within the given period it
  /external/icu/icu4c/source/i18n/
collationweights.h 31 * Allocates n collation element weights between two exclusive limits.
57 * two limits.
65 * @return TRUE if it is possible to fit n elements between the limits
95 * possible ranges of weights between the two limits, excluding them.
  /external/iptables/include/linux/
netfilter_bridge.h 6 #include <limits.h>
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 43 #include <limits.h>
127 // 7.18.2 Limits of specified-width integer types
131 // 7.18.2.1 Limits of exact-width integer types
145 // 7.18.2.2 Limits of minimum-width integer types
159 // 7.18.2.3 Limits of fastest minimum-width integer types
173 // 7.18.2.4 Limits of integer types capable of holding object pointers
184 // 7.18.2.5 Limits of greatest-width integer types
189 // 7.18.3 Limits of other integer types
224 // 7.18.4 Limits of other integer types
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_bpf.h 6 #include <linux/limits.h>
  /external/libvncserver/compat/msvc/
stdint.h 43 #include <limits.h>
127 // 7.18.2 Limits of specified-width integer types
131 // 7.18.2.1 Limits of exact-width integer types
145 // 7.18.2.2 Limits of minimum-width integer types
159 // 7.18.2.3 Limits of fastest minimum-width integer types
173 // 7.18.2.4 Limits of integer types capable of holding object pointers
184 // 7.18.2.5 Limits of greatest-width integer types
189 // 7.18.3 Limits of other integer types
224 // 7.18.4 Limits of other integer types

Completed in 3234 milliseconds

1 2 3 4 56 7 8 91011>>