Home
last modified time | relevance | path

Searched defs:num_elements (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/unity/src/
Dunity.h269 #define TEST_ASSERT_INT_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
270 #define TEST_ASSERT_INT8_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
271 #define TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
272 #define TEST_ASSERT_INT32_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
273 #define TEST_ASSERT_INT64_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
274 #define TEST_ASSERT_UINT_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
275 #define TEST_ASSERT_UINT8_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
276 #define TEST_ASSERT_UINT16_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
277 #define TEST_ASSERT_UINT32_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
278 #define TEST_ASSERT_UINT64_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
[all …]
Dunity_internals.h873 #define UNITY_TEST_ASSERT_INT_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
874 #define UNITY_TEST_ASSERT_INT8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
875 #define UNITY_TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
876 #define UNITY_TEST_ASSERT_INT32_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
877 #define UNITY_TEST_ASSERT_UINT_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
878 #define UNITY_TEST_ASSERT_UINT8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
879 #define UNITY_TEST_ASSERT_UINT16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message)… argument
880 #define UNITY_TEST_ASSERT_UINT32_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message)… argument
881 #define UNITY_TEST_ASSERT_HEX8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
882 #define UNITY_TEST_ASSERT_HEX16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
[all …]
Dunity.c777 const UNITY_UINT32 num_elements, in UnityAssertEqualIntArray()
907 const UNITY_UINT32 num_elements, in UnityAssertEqualFloatArray()
1048 const UNITY_UINT32 num_elements, in UnityAssertEqualDoubleArray()
1228 const UNITY_UINT32 num_elements, in UnityAssertNumbersArrayWithin()
1426 const UNITY_UINT32 num_elements, in UnityAssertEqualStringArray()
1506 const UNITY_UINT32 num_elements, in UnityAssertEqualMemory()
/third_party/cJSON/tests/unity/src/
Dunity.h240 #define TEST_ASSERT_EQUAL_INT_ARRAY(expected, actual, num_elements) … argument
241 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) … argument
242 #define TEST_ASSERT_EQUAL_INT16_ARRAY(expected, actual, num_elements) … argument
243 #define TEST_ASSERT_EQUAL_INT32_ARRAY(expected, actual, num_elements) … argument
244 #define TEST_ASSERT_EQUAL_INT64_ARRAY(expected, actual, num_elements) … argument
245 #define TEST_ASSERT_EQUAL_UINT_ARRAY(expected, actual, num_elements) … argument
246 #define TEST_ASSERT_EQUAL_UINT8_ARRAY(expected, actual, num_elements) … argument
247 #define TEST_ASSERT_EQUAL_UINT16_ARRAY(expected, actual, num_elements) … argument
248 #define TEST_ASSERT_EQUAL_UINT32_ARRAY(expected, actual, num_elements) … argument
249 #define TEST_ASSERT_EQUAL_UINT64_ARRAY(expected, actual, num_elements) … argument
[all …]
Dunity_internals.h734 #define UNITY_TEST_ASSERT_EQUAL_INT_ARRAY(expected, actual, num_elements, line, message) Un… argument
735 #define UNITY_TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements, line, message) Un… argument
736 #define UNITY_TEST_ASSERT_EQUAL_INT16_ARRAY(expected, actual, num_elements, line, message) Un… argument
737 #define UNITY_TEST_ASSERT_EQUAL_INT32_ARRAY(expected, actual, num_elements, line, message) Un… argument
738 #define UNITY_TEST_ASSERT_EQUAL_UINT_ARRAY(expected, actual, num_elements, line, message) Un… argument
739 #define UNITY_TEST_ASSERT_EQUAL_UINT8_ARRAY(expected, actual, num_elements, line, message) Un… argument
740 #define UNITY_TEST_ASSERT_EQUAL_UINT16_ARRAY(expected, actual, num_elements, line, message) Un… argument
741 #define UNITY_TEST_ASSERT_EQUAL_UINT32_ARRAY(expected, actual, num_elements, line, message) Un… argument
742 #define UNITY_TEST_ASSERT_EQUAL_HEX8_ARRAY(expected, actual, num_elements, line, message) Un… argument
743 #define UNITY_TEST_ASSERT_EQUAL_HEX16_ARRAY(expected, actual, num_elements, line, message) Un… argument
[all …]
Dunity.c603 const UNITY_UINT32 num_elements, in UnityAssertEqualIntArray()
714 const UNITY_UINT32 num_elements, in UnityAssertEqualFloatArray()
844 const UNITY_UINT32 num_elements, in UnityAssertEqualDoubleArray()
1085 const UNITY_UINT32 num_elements, in UnityAssertEqualStringArray()
1165 const UNITY_UINT32 num_elements, in UnityAssertEqualMemory()
/third_party/mesa3d/src/gallium/frontends/va/
Dbuffer.c40 unsigned int size, unsigned int num_elements, void *data, in vlVaCreateBuffer()
76 unsigned int num_elements) in vlVaBufferSetNumElements()
246 unsigned int *size, unsigned int *num_elements) in vlVaBufferInfo()
/third_party/mesa3d/src/util/
Du_idalloc.c68 unsigned num_elements = buf->num_elements; in util_idalloc_alloc() local
106 unsigned num_elements = buf->num_elements; in util_idalloc_alloc_range() local
Du_idalloc.h48 unsigned num_elements; /* number of allocated elements of "data" */ member
Dslab.h57 unsigned num_elements; member
/third_party/skia/third_party/externals/tint/src/sem/
Dconstant.cc28 const Type* ElemType(const Type* ty, size_t num_elements) { in ElemType()
/third_party/mesa3d/src/mesa/main/
Duniforms.h114 unsigned int num_elements; member
/third_party/selinux/libsepol/cil/src/
Dcil_mem.c52 void *cil_calloc(size_t num_elements, size_t element_size) in cil_calloc()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_arrays_to_elements.c66 unsigned num_elements = glsl_type_is_array((*p)->type) ? in get_io_offset() local
97 unsigned num_elements = glsl_type_is_array(type) ? in get_array_elements() local
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgststats.h54 guint num_elements, num_pads; member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtable_debug.h101 size_t LowerBoundAllocatedByteSize(size_t num_elements) { in LowerBoundAllocatedByteSize()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c41 unsigned num_elements, in zink_create_vertex_elements_state()
698 unsigned num_elements, in zink_create_vertex_state()
768 unsigned num_elements, in zink_cache_create_vertex_state()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vertex_state_cache.c69 unsigned num_elements, in util_vertex_state_cache_get()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c73 fd6_vertex_state_create(struct pipe_context *pctx, unsigned num_elements, in fd6_vertex_state_create()
/third_party/mesa3d/src/intel/isl/
Disl_surface_state.c817 uint32_t num_elements = buffer_size / info->stride_B; in isl_genX() local
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp496 unsigned num_elements = type->count_attribute_slots(false); in validate_explicit_variable_location() local
730 unsigned num_elements = type->count_attribute_slots(false); in cross_validate_outputs_to_inputs() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vs.c212 unsigned num_elements; in compile_passthrough_vs() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DInputAssembly.cpp281 unsigned num_elements = pCreateElementLayout->NumElements; in CreateElementLayout() local
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h175 unsigned num_elements = key_size / 4; in cso_construct_key() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.h37 unsigned num_elements:6; // <= PIPE_MAX_ATTRIBS member

1234