Home
last modified time | relevance | path

Searched refs:array (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_basic_memory_management_test.c31 ULONG array[20]; in test_application_define() local
189 array[0] = 0; in test_application_define()
190 array[1] = 0; in test_application_define()
191 array[2] = 0; in test_application_define()
192 ux_utility_memory_free(&array[2]); in test_application_define()
195 array[0] = 0; in test_application_define()
196 array[1] = (ULONG) &array[3]; in test_application_define()
197 array[2] = 0; in test_application_define()
198 array[3] = 0; in test_application_define()
199 ux_utility_memory_free(&array[2]); in test_application_define()
Dusbx_test_common_hid.h17 #define ARRAY_COUNT(array) (sizeof(array)/sizeof(array[0])) argument
Dux_test.h46 #define ARRAY_COUNT(array) (sizeof(array)/sizeof(array[0])) argument
Dusbx_msrc_72227_host_pima_read_test.c983 ULONG *array; in test_pima_storage_ids_send() local
999 array = (ULONG*)(buffer + UX_DEVICE_CLASS_PIMA_DATA_HEADER_SIZE); in test_pima_storage_ids_send()
1001 _ux_utility_long_put((UCHAR*)array, array_length); in test_pima_storage_ids_send()
1002 array ++; in test_pima_storage_ids_send()
1006 array[i] = i; in test_pima_storage_ids_send()
Dusbx_msrc_72525_host_pima_obj_handles_get_test.c983 ULONG *array; in test_pima_object_handles_send() local
999 array = (ULONG*)(buffer + UX_DEVICE_CLASS_PIMA_DATA_HEADER_SIZE); in test_pima_object_handles_send()
1001 _ux_utility_long_put((UCHAR*)array, array_length); in test_pima_object_handles_send()
1002 array ++; in test_pima_object_handles_send()
1006 array[i] = i; in test_pima_object_handles_send()
Dusbx_msrc_72619_host_pima_stor_ids_get_test.c983 ULONG *array; in test_pima_storage_ids_send() local
999 array = (ULONG*)(buffer + UX_DEVICE_CLASS_PIMA_DATA_HEADER_SIZE); in test_pima_storage_ids_send()
1001 _ux_utility_long_put((UCHAR*)array, array_length); in test_pima_storage_ids_send()
1002 array ++; in test_pima_storage_ids_send()
1006 array[i] = i; in test_pima_storage_ids_send()
/USBX-v6.2.1/docs/
Drevision_history.txt154 …x_device_class_rndis_initialize.c Used OID list length symbol for OID list array init,
704 Optimized USB host class HID usage array memory use: