Home
last modified time | relevance | path

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

1234

/third_party/unity/src/
Dunity.h279 #define TEST_ASSERT_INT_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
280 #define TEST_ASSERT_INT8_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
281 #define TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
282 #define TEST_ASSERT_INT32_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
283 #define TEST_ASSERT_INT64_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
284 #define TEST_ASSERT_UINT_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
285 #define TEST_ASSERT_UINT8_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
286 #define TEST_ASSERT_UINT16_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
287 #define TEST_ASSERT_UINT32_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
288 #define TEST_ASSERT_UINT64_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
[all …]
Dunity_internals.h975 #define UNITY_TEST_ASSERT_INT_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
976 #define UNITY_TEST_ASSERT_INT8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
977 #define UNITY_TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
978 #define UNITY_TEST_ASSERT_INT32_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
979 #define UNITY_TEST_ASSERT_UINT_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
980 #define UNITY_TEST_ASSERT_UINT8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
981 #define UNITY_TEST_ASSERT_UINT16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message)… argument
982 #define UNITY_TEST_ASSERT_UINT32_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message)… argument
983 #define UNITY_TEST_ASSERT_HEX8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
984 #define UNITY_TEST_ASSERT_HEX16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
[all …]
Dunity.c782 const UNITY_UINT32 num_elements, in UnityAssertEqualIntArray()
935 const UNITY_UINT32 num_elements, in UnityAssertWithinFloatArray()
1163 const UNITY_UINT32 num_elements, in UnityAssertWithinDoubleArray()
1429 const UNITY_UINT32 num_elements, in UnityAssertNumbersArrayWithin()
1671 const UNITY_UINT32 num_elements, in UnityAssertEqualStringArray()
1755 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/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/libinput/src/
Dutil-strings.c112 strv_from_string(const char *in, const char *separators, size_t *num_elements) in strv_from_string()
/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/auxiliary/vl/
Dvl_vertex_buffers.c146 vl_vb_element_helper(struct pipe_vertex_element* elements, unsigned num_elements, in vl_vb_element_helper()

1234