Searched refs:array (Results 1 – 7 of 7) sorted by relevance
31 ULONG array[20]; in test_application_define() local189 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()
17 #define ARRAY_COUNT(array) (sizeof(array)/sizeof(array[0])) argument
46 #define ARRAY_COUNT(array) (sizeof(array)/sizeof(array[0])) argument
983 ULONG *array; in test_pima_storage_ids_send() local999 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()
983 ULONG *array; in test_pima_object_handles_send() local999 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()
154 …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: