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

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
video_limits.h 13 #include <limits.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
assertions.xml 9 Call svctcp_create() function with many arguments to test limits (lower limit and upper limit)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
6-1.c 12 #include <limits.h>
  /external/mesa3d/src/mesa/vbo/
vbo_split.c 41 * For instance, if a driver has no hardware limits on vertex buffer
109 const struct split_limits *limits )
112 if (limits->max_indices == 0) {
123 else if (max_index - min_index >= limits->max_verts) {
130 draw, limits );
132 else if (ib->count > limits->max_indices) {
138 min_index, max_index, draw, limits );
146 if (max_index - min_index >= limits->max_verts) {
152 min_index, max_index, draw, limits );
  /external/nanopb-c/examples/network_server/
fileproto.options 6 # has a few kB of ram to begin with, setting reasonable limits for
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmtojavascriptdepth.cpp 10 // the getting fuzzer memory limits. Should be larger then |kMaxParseDepth| in
  /external/python/cpython3/Include/
osdefs.h 25 #include <limits.h>
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 43 #include <limits.h>
112 // 7.18.2 Limits of specified-width integer types
116 // 7.18.2.1 Limits of exact-width integer types
130 // 7.18.2.2 Limits of minimum-width integer types
144 // 7.18.2.3 Limits of fastest minimum-width integer types
158 // 7.18.2.4 Limits of integer types capable of holding object pointers
169 // 7.18.2.5 Limits of greatest-width integer types
174 // 7.18.3 Limits of other integer types
209 // 7.18.4 Limits of other integer types
  /external/selinux/libselinux/src/
disable.c 10 #include <limits.h>
setenforce.c 10 #include <limits.h>
  /external/strace/m4/
st_warn_cflags.m4 13 gl_WARN_ADD([-Wtype-limits])
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/policy/limited/
default_local.policy 1 // Some countries have import limits on crypto strength. This policy file
  /prebuilts/jdk/jdk9/linux-x86/conf/security/policy/limited/
default_local.policy 1 // Some countries have import limits on crypto strength. This policy file
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/
types.vts.h 7 #include <linux/limits.h>
  /toolchain/binutils/binutils-2.27/config/
mh-mingw 6 # as GCC turns out to need that much more to pass all the limits-* tests.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
relax-1.s 1 ! Check limits of PT assembler relaxation states. Unfortunately, we can't
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 115 // This test used to test the algorithmic limits of the dates that
117 // been rewritten completely since then and the prior limits no
357 int32_t limits[UCAL_FIELD_COUNT][4]; local
359 limits[j][0] = INT32_MAX;
360 limits[j][1] = INT32_MIN;
361 limits[j][2] = INT32_MAX;
362 limits[j][3] = INT32_MIN;
394 if (limits[j][0] > minActual) {
396 limits[j][0] = minActual;
398 if (limits[j][1] < minActual)
    [all...]
  /bionic/tests/
limits_test.cpp 19 #include <limits.h>
21 TEST(limits, macros) {
  /external/libcxx/test/libcxx/language.support/support.limits/limits/
version.pass.cpp 10 // <limits>
12 #include <limits>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
assertions.xml 9 Test rpc_broadcast_exp() function arguments limits (lower and upper limits)
  /external/ltp/utils/ffsb-6.0-rc2/
configure.in 38 AC_CHECK_HEADERS(pthread.h fcntl.h limits.h stdint.h sys/time.h unistd.h sys/vfs.h sys/limits.h)
  /external/mesa3d/src/gallium/state_trackers/clover/util/
factor.hpp 58 /// \p limits.
62 next_grid_factor(const std::pair<T, std::vector<T>> &limits,
73 return next_grid_factor(limits, grid, factors,
83 if (block.first <= limits.first &&
84 block.second[d] <= limits.second[d] &&
97 return next_grid_factor(limits, grid, factors,
116 const auto limits = std::make_pair(product_limit, coord_limit); local
121 block = detail::next_grid_factor(limits, grid, factors, block)) {
  /external/pdfium/fxbarcode/
utils.h 25 #include <limits>
27 #include <limits.h>
  /external/python/cpython3/Modules/_decimal/tests/
bignum.py 2 # These tests require gmpy and test the limits of the 32-bit build. The
3 # limits of the 64-bit build are so large that they cannot be tested
  /external/v8/src/wasm/
wasm-limits.h 12 // The following limits are imposed by V8 on WebAssembly modules.
13 // The limits are agreed upon with other engines for consistency.

Completed in 1427 milliseconds

1 2 3 4 5 67 8 91011>>