Home
last modified time | relevance | path

Searched defs:sizes (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/unity/docs/
DUnityAssertionsReference.md249 ##### `TEST_ASSERT_EQUAL_INT (expected, actual)`
251 ##### `TEST_ASSERT_EQUAL_INT8 (expected, actual)`
253 ##### `TEST_ASSERT_EQUAL_INT16 (expected, actual)`
255 ##### `TEST_ASSERT_EQUAL_INT32 (expected, actual)`
257 ##### `TEST_ASSERT_EQUAL_INT64 (expected, actual)`
259 ##### `TEST_ASSERT_EQUAL_UINT (expected, actual)`
261 ##### `TEST_ASSERT_EQUAL_UINT8 (expected, actual)`
263 ##### `TEST_ASSERT_EQUAL_UINT16 (expected, actual)`
265 ##### `TEST_ASSERT_EQUAL_UINT32 (expected, actual)`
267 ##### `TEST_ASSERT_EQUAL_UINT64 (expected, actual)`
[all …]
/third_party/boost/boost/mpi/collectives/
Dall_gatherv.hpp36 T* out_values, int const* sizes, int const* displs, mpl::true_) in all_gatherv_impl()
57 T* out_values, int const* sizes, int const* displs, in all_gatherv_impl()
70 const std::vector<int>& sizes) in all_gatherv()
81 const std::vector<int>& sizes) in all_gatherv()
91 const std::vector<int>& sizes) in all_gatherv()
104 const std::vector<int>& sizes, const std::vector<int>& displs) in all_gatherv()
116 const std::vector<int>& sizes, const std::vector<int>& displs) in all_gatherv()
128 const std::vector<int>& sizes, const std::vector<int>& displs) in all_gatherv()
Dgatherv.hpp32 T* out_values, const int* sizes, const int* displs, int root, mpl::true_) in gatherv_impl()
62 T* out_values, const int* sizes, const int* displs, int root, mpl::false_) in gatherv_impl()
85 T* out_values, const std::vector<int>& sizes, const std::vector<int>& displs, in gatherv()
99 T* out_values, const std::vector<int>& sizes, const std::vector<int>& displs, in gatherv()
125 T* out_values, const std::vector<int>& sizes, int root) in gatherv()
140 T* out_values, const std::vector<int>& sizes, int root) in gatherv()
Dscatterv.hpp29 const int* sizes, const int* displs, int root, mpl::true_) in scatterv_impl()
63 int const* sizes, int const* displs, int root, mpl::false_) in scatterv_impl()
100 const std::vector<int>& sizes, const std::vector<int>& displs, in scatterv()
111 const std::vector<int>& sizes, const std::vector<int>& displs, in scatterv()
132 const std::vector<int>& sizes, T* out_values, int root) in scatterv()
143 const std::vector<int>& sizes, T* out_values, int root) in scatterv()
/third_party/boost/libs/mpi/src/
Doffsets.cpp17 sizes2offsets(int const* sizes, int* offsets, int n) in sizes2offsets()
28 sizes2offsets(std::vector<int> const& sizes, std::vector<int>& offsets) in sizes2offsets()
40 offsets2skipped(int const* sizes, int const* offsets, int* skipped, int n) in offsets2skipped()
54 make_offsets(communicator const& comm, int const* sizes, int const* displs, int root) in make_offsets()
78 make_skipped_slots(communicator const& comm, int const* sizes, int const* displs, int root) in make_skipped_slots()
/third_party/cJSON/tests/unity/docs/
DUnityAssertionsReference.md221 ##### `TEST_ASSERT_EQUAL_INT (expected, actual)`
223 ##### `TEST_ASSERT_EQUAL_INT8 (expected, actual)`
225 ##### `TEST_ASSERT_EQUAL_INT16 (expected, actual)`
227 ##### `TEST_ASSERT_EQUAL_INT32 (expected, actual)`
229 ##### `TEST_ASSERT_EQUAL_INT64 (expected, actual)`
231 ##### `TEST_ASSERT_EQUAL (expected, actual)`
233 ##### `TEST_ASSERT_NOT_EQUAL (expected, actual)`
235 ##### `TEST_ASSERT_EQUAL_UINT (expected, actual)`
237 ##### `TEST_ASSERT_EQUAL_UINT8 (expected, actual)`
239 ##### `TEST_ASSERT_EQUAL_UINT16 (expected, actual)`
[all …]
/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc67 ABSL_ATTRIBUTE_ALWAYS_INLINE inline int Unwind(void** result, int* sizes, in Unwind()
86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames()
92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext()
116 int DefaultStackUnwinder(void** pcs, int* sizes, int depth, int skip, in DefaultStackUnwinder()
/third_party/boost/libs/compute/perf/
Dperf.py115 def run_benchmark(name, sizes, vs=[]): argument
211 sizes = [ pow(2, x) for x in range(1, 26) ] variable
213 sizes = sorted(sizes) variable
Dperfdoc.py46 sizes = [pow(2, x) for x in range(10, 26)] variable
/third_party/flutter/skia/src/core/
DSkVertices.cpp105 const SkVertices::Sizes& sizes) { in Builder()
110 const SkVertices::Sizes& sizes) { in init()
284 Sizes sizes(mode, in MakeCopy() local
309 Sizes sizes(fMode, in approximateSize() local
349 Sizes sizes(fMode, in encode() local
397 Sizes sizes(mode, vertexCount, indexCount, hasTexs, hasColors, hasBones); in Decode() local
/third_party/libuv/test/
Dbenchmark-sizes.c26 BENCHMARK_IMPL(sizes) { in BENCHMARK_IMPL() argument
/third_party/node/test/parallel/
Dtest-buffer-failed-alloc-typed-arrays.js15 const sizes = [1e10, 0, 0.1, -1, 'a', undefined, null, NaN]; variable
/third_party/boost/libs/mpl/test/
Dtransform_view.cpp31 > sizes; in MPL_TEST_CASE() typedef
/third_party/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom03.c15 static unsigned int sizes[] = { variable
/third_party/ltp/lib/
Dtst_buffers.c79 static int count_iovec(int *sizes) in count_iovec()
88 struct iovec *tst_iovec_alloc(int sizes[]) in tst_iovec_alloc()
/third_party/libdrm/radeon/
Dradeon_cs_space.c42 static inline int radeon_cs_setup_bo(struct radeon_cs_space_check *sc, struct rad_sizes *sizes) in radeon_cs_setup_bo()
114 struct rad_sizes sizes; in radeon_cs_do_space_check() local
/third_party/boost/libs/interprocess/example/
Ddoc_managed_multiple_allocation.cpp84 managed_shared_memory::size_type sizes[10]; in main() local
/third_party/boost/boost/multi_index/detail/
Dbucket_array.hpp81 static const std::size_t sizes[ member in boost::multi_index::detail::bucket_array_base
114 const std::size_t bucket_array_base<_>::sizes[]={ member in boost::multi_index::detail::bucket_array_base<_>
/third_party/boost/libs/graph/test/
Drandom_spanning_tree_test.cpp65 boost::array< size_t, 2 > sizes = { { 5, 5 } }; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
D2-1.c49 ssize_t sizes[3] = { BUF_SIZE0, BUF_SIZE1, BUF_SIZE2 }; in main() local
/third_party/flutter/skia/gm/
Dbigrect.cpp79 static const SkScalar sizes[] = {SkIntToScalar(100), 5e10f, 1e6f}; variable
/third_party/boost/libs/numeric/ublas/benchmarks/
Dbenchmark.hpp34 void run(std::vector<long> const &sizes, unsigned times = 10) in run()
/third_party/boost/libs/multi_array/test/
Dallocators.cpp67 void test(const Array& array, std::size_t* sizes, int* strides, in test()
103 boost::array<type::size_type, 3> sizes = { { 3, 3, 3 } }; in main() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-trak-table.hh84 unsigned int sizes = nSizes; in interpolate_at() local
126 unsigned int sizes = nSizes; in get_tracking() local
/third_party/harfbuzz/src/
Dhb-aat-layout-trak-table.hh84 unsigned int sizes = nSizes; in interpolate_at() local
119 unsigned int sizes = nSizes; in get_tracking() local

12345