Searched refs:long_value (Results 1 - 18 of 18) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setxattr/
H A Dsetxattr01.c77 char *long_value; variable
210 long_value = malloc(XATTR_SIZE_MAX + 2);
211 if (!long_value)
213 memset(long_value, 'v', XATTR_SIZE_MAX + 2);
214 long_value[XATTR_SIZE_MAX + 1] = '\0';
215 tc[3].value = long_value;
/external/google-benchmark/src/
H A Dcommandlineflags.cc30 const long long_value = strtol(str, &end, 10); // NOLINT local
41 const int32_t result = static_cast<int32_t>(long_value);
42 if (long_value == std::numeric_limits<long>::max() ||
43 long_value == std::numeric_limits<long>::min() ||
46 result != long_value
/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.cc30 const long long_value = strtol(str, &end, 10); // NOLINT local
41 const int32_t result = static_cast<int32_t>(long_value);
42 if (long_value == std::numeric_limits<long>::max() ||
43 long_value == std::numeric_limits<long>::min() ||
46 result != long_value
/external/google-breakpad/src/client/
H A Dminidump_file_writer_unittest.cc65 unsigned long long_value; member in struct:ArrayStructure
93 local.long_value = i + 2;
106 local.long_value = i + 2;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc672 const long long_value = strtol(str, &end, 10); // NOLINT
687 const Int32 result = static_cast<Int32>(long_value);
688 if (long_value == LONG_MAX || long_value == LONG_MIN ||
691 result != long_value
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc668 const long long_value = strtol(str, &end, 10); // NOLINT
683 const Int32 result = static_cast<Int32>(long_value);
684 if (long_value == LONG_MAX || long_value == LONG_MIN ||
687 result != long_value
/external/protobuf/gtest/src/
H A Dgtest-port.cc633 const long long_value = strtol(str, &end, 10); // NOLINT
648 const Int32 result = static_cast<Int32>(long_value);
649 if (long_value == LONG_MAX || long_value == LONG_MIN ||
652 result != long_value
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-port.cc668 const long long_value = strtol(str, &end, 10); // NOLINT
683 const Int32 result = static_cast<Int32>(long_value);
684 if (long_value == LONG_MAX || long_value == LONG_MIN ||
687 result != long_value
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc709 const long long_value = strtol(str, &end, 10); // NOLINT
724 const Int32 result = static_cast<Int32>(long_value);
725 if (long_value == LONG_MAX || long_value == LONG_MIN ||
728 result != long_value
/external/googletest/googletest/src/
H A Dgtest-port.cc1153 const long long_value = strtol(str, &end, 10); // NOLINT
1168 const Int32 result = static_cast<Int32>(long_value);
1169 if (long_value == LONG_MAX || long_value == LONG_MIN ||
1172 result != long_value
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc1152 const long long_value = strtol(str, &end, 10); // NOLINT
1167 const Int32 result = static_cast<Int32>(long_value);
1168 if (long_value == LONG_MAX || long_value == LONG_MIN ||
1171 result != long_value
/external/v8/testing/gtest/src/
H A Dgtest-port.cc1134 const long long_value = strtol(str, &end, 10); // NOLINT
1149 const Int32 result = static_cast<Int32>(long_value);
1150 if (long_value == LONG_MAX || long_value == LONG_MIN ||
1153 result != long_value
/external/valgrind/coregrind/
H A Dvgdb.c1304 long long int long_value; local
1309 long_value = strtoll(eq_pos+1, &wrong, 10);
1310 if (long_value < 0 || long_value > INT_MAX)
1315 *value = (int) long_value;
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc1110 const long long_value = strtol(str, &end, 10); // NOLINT
1125 const Int32 result = static_cast<Int32>(long_value);
1126 if (long_value == LONG_MAX || long_value == LONG_MIN ||
1129 result != long_value
/external/fmtlib/test/
H A Dutil-test.cc510 # define long_value int_value macro
515 # define long_value long_long_value macro
H A Dgmock-gtest-all.cc8937 const long long_value = strtol(str, &end, 10); // NOLINT
8952 const Int32 result = static_cast<Int32>(long_value);
8953 if (long_value == LONG_MAX || long_value == LONG_MIN ||
8956 result != long_value
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc8216 const long long_value = strtol(str, &end, 10); // NOLINT
8231 const Int32 result = static_cast<Int32>(long_value);
8232 if (long_value == LONG_MAX || long_value == LONG_MIN ||
8235 result != long_value
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc8937 const long long_value = strtol(str, &end, 10); // NOLINT
8952 const Int32 result = static_cast<Int32>(long_value);
8953 if (long_value == LONG_MAX || long_value == LONG_MIN ||
8956 result != long_value

Completed in 579 milliseconds