Searched refs:array_length (Results 1 – 1 of 1) sorted by relevance
92 ULONG array_length = 0; in _ux_host_class_pima_device_info_get() local165 array_length = _ux_utility_long_get(device_pointer); in _ux_host_class_pima_device_info_get()167 if (array_length > (UX_HOST_CLASS_PIMA_ARRAY_MAX_LENGTH - sizeof(ULONG)) / 2) in _ux_host_class_pima_device_info_get()171 array_length <<= 1; in _ux_host_class_pima_device_info_get()172 array_length += sizeof(ULONG); in _ux_host_class_pima_device_info_get()181 …ce -> ux_host_class_pima_device_operations_supported, device_pointer, array_length); /* Use case o… in _ux_host_class_pima_device_info_get()184 device_pointer += array_length; in _ux_host_class_pima_device_info_get()187 array_length = _ux_utility_long_get(device_pointer); in _ux_host_class_pima_device_info_get()188 if (array_length > (UX_HOST_CLASS_PIMA_ARRAY_MAX_LENGTH - sizeof(ULONG)) / 2) in _ux_host_class_pima_device_info_get()192 array_length <<= 1; in _ux_host_class_pima_device_info_get()[all …]