HelenOS sources

ARRAY_SIZE        132 uspace/app/tmon/main.c 	for (unsigned i = 0; i < ARRAY_SIZE(commands); ++i) {
ARRAY_SIZE        137 uspace/app/tmon/main.c 	for (unsigned i = 0; i < ARRAY_SIZE(options); ++i) {
ARRAY_SIZE        154 uspace/app/tmon/main.c 	for (unsigned i = 0; argc > 1 && i < ARRAY_SIZE(commands); ++i) {
ARRAY_SIZE        165 uspace/app/tmon/tf.c 	return format_unit(val, fmt, size_units, ARRAY_SIZE(size_units));
ARRAY_SIZE        182 uspace/app/tmon/tf.c 	return format_unit(val / 1000.0, fmt, dur_units, ARRAY_SIZE(dur_units));
ARRAY_SIZE         77 uspace/drv/audio/sb16/dsp.c 	if ((size_t)state < ARRAY_SIZE(state_names))
ARRAY_SIZE        101 uspace/drv/audio/sb16/mixer.c 		ARRAY_SIZE(channels_table_ct1335),
ARRAY_SIZE        105 uspace/drv/audio/sb16/mixer.c 		ARRAY_SIZE(channels_table_ct1345),
ARRAY_SIZE        109 uspace/drv/audio/sb16/mixer.c 		ARRAY_SIZE(channels_table_ct1745),
ARRAY_SIZE         80 uspace/drv/audio/sb16/sb16.c 	return ARRAY_SIZE(irq_cmds);
ARRAY_SIZE        126 uspace/drv/bus/usb/ehci/hc.c 	code->rangecount = ARRAY_SIZE(ehci_pio_ranges);
ARRAY_SIZE        127 uspace/drv/bus/usb/ehci/hc.c 	code->cmdcount = ARRAY_SIZE(ehci_irq_commands);
ARRAY_SIZE         71 uspace/drv/bus/usb/ehci/hw_struct/queue_head.c 	assert(ep->device->speed < ARRAY_SIZE(speed));
ARRAY_SIZE        102 uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c 		for (unsigned i = 0; (i < ARRAY_SIZE(instance->buffer_pointer)) &&
ARRAY_SIZE        128 uspace/drv/bus/usb/ohci/hc.c 	code->rangecount = ARRAY_SIZE(ohci_pio_ranges);
ARRAY_SIZE        129 uspace/drv/bus/usb/ohci/hc.c 	code->cmdcount = ARRAY_SIZE(ohci_irq_commands);
ARRAY_SIZE         81 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c 	assert(ep->direction < ARRAY_SIZE(dir));
ARRAY_SIZE         87 uspace/drv/bus/usb/ohci/hw_struct/hcca.h 	assert(index < ARRAY_SIZE(hcca->int_ep));
ARRAY_SIZE        135 uspace/drv/bus/usb/uhci/hc.c 	code->rangecount = ARRAY_SIZE(uhci_irq_pio_ranges);
ARRAY_SIZE        136 uspace/drv/bus/usb/uhci/hc.c 	code->cmdcount = ARRAY_SIZE(uhci_irq_commands);
ARRAY_SIZE        153 uspace/drv/bus/usb/xhci/hc.c 					if (psiv < ARRAY_SIZE(default_psiv_to_port_speed) &&
ARRAY_SIZE        389 uspace/drv/bus/usb/xhci/hc.c 	code->cmdcount = ARRAY_SIZE(irq_commands);
ARRAY_SIZE        623 uspace/drv/bus/usb/xhci/hc.c 	if (type <= ARRAY_SIZE(event_handlers_fast) && event_handlers_fast[type])
ARRAY_SIZE        626 uspace/drv/bus/usb/xhci/hc.c 	if (type <= ARRAY_SIZE(event_handlers) && event_handlers[type])
ARRAY_SIZE        750 uspace/drv/bus/usb/xhci/hc.c 	assert(speed < ARRAY_SIZE(usb_speed_to_psiv));
ARRAY_SIZE        284 uspace/drv/hid/usbhid/usbhid.c 	for (unsigned i = 0; i < ARRAY_SIZE(endpoints); ++i) {
ARRAY_SIZE        391 uspace/drv/nic/ar9271/ar9271.c 		rate_msg.legacy_rates_count = ARRAY_SIZE(ieee80211bg_data_rates);
ARRAY_SIZE        394 uspace/drv/nic/ar9271/ar9271.c 		    ARRAY_SIZE(ieee80211bg_data_rates));
ARRAY_SIZE        487 uspace/drv/nic/ar9271/hw.c 	size_t size = ARRAY_SIZE(ar9271_2g_mode_array);
ARRAY_SIZE        495 uspace/drv/nic/ar9271/hw.c 	size = ARRAY_SIZE(ar9271_2g_tx_array);
ARRAY_SIZE        503 uspace/drv/nic/ar9271/hw.c 	size = ARRAY_SIZE(ar9271_init_array);
ARRAY_SIZE        136 uspace/drv/platform/amdm37x/main.c 		.hw_resources = { .resources = ohci_res, .count = ARRAY_SIZE(ohci_res) }
ARRAY_SIZE        142 uspace/drv/platform/amdm37x/main.c 		.hw_resources = { .resources = ehci_res, .count = ARRAY_SIZE(ehci_res) }
ARRAY_SIZE        148 uspace/drv/platform/amdm37x/main.c 		.hw_resources = { .resources = disp_res, .count = ARRAY_SIZE(disp_res) }
ARRAY_SIZE        241 uspace/drv/platform/amdm37x/main.c 	for (unsigned i = 0; i < ARRAY_SIZE(amdm37x_funcs); ++i) {
ARRAY_SIZE         50 uspace/lib/c/generic/irq.c 	ARRAY_SIZE(default_cmds),
ARRAY_SIZE        202 uspace/lib/drv/generic/remote_ahci.c 	.method_count = ARRAY_SIZE(remote_ahci_iface_ops),
ARRAY_SIZE        220 uspace/lib/drv/generic/remote_audio_mixer.c 	.method_count = ARRAY_SIZE(remote_audio_mixer_iface_ops),
ARRAY_SIZE         76 uspace/lib/drv/generic/remote_audio_pcm.c 	if (cap >= ARRAY_SIZE(caps))
ARRAY_SIZE         97 uspace/lib/drv/generic/remote_audio_pcm.c 	if (event >= ARRAY_SIZE(events))
ARRAY_SIZE        632 uspace/lib/drv/generic/remote_audio_pcm.c 	.method_count = ARRAY_SIZE(remote_audio_pcm_iface_ops),
ARRAY_SIZE        108 uspace/lib/drv/generic/remote_battery_dev.c 	.method_count = ARRAY_SIZE(remote_battery_dev_iface_ops),
ARRAY_SIZE         59 uspace/lib/drv/generic/remote_clock_dev.c 	.method_count = ARRAY_SIZE(remote_clock_dev_iface_ops),
ARRAY_SIZE         63 uspace/lib/drv/generic/remote_hw_res.c 	.method_count = ARRAY_SIZE(remote_hw_res_iface_ops),
ARRAY_SIZE        384 uspace/lib/drv/generic/remote_ieee80211.c 	.method_count = ARRAY_SIZE(remote_ieee80211_iface_ops),
ARRAY_SIZE         57 uspace/lib/drv/generic/remote_led_dev.c 	.method_count = ARRAY_SIZE(remote_led_dev_iface_ops),
ARRAY_SIZE       2542 uspace/lib/drv/generic/remote_nic.c 	.method_count = ARRAY_SIZE(remote_nic_iface_ops),
ARRAY_SIZE        148 uspace/lib/drv/generic/remote_pci.c 	.method_count = ARRAY_SIZE(remote_pci_iface_ops),
ARRAY_SIZE         49 uspace/lib/drv/generic/remote_pio_window.c 	.method_count = ARRAY_SIZE(remote_pio_window_iface_ops),
ARRAY_SIZE        106 uspace/lib/drv/generic/remote_usb.c 	.method_count = ARRAY_SIZE(remote_usb_iface_ops),
ARRAY_SIZE        139 uspace/lib/drv/generic/remote_usbdiag.c 	.method_count = ARRAY_SIZE(remote_usbdiag_iface_ops),
ARRAY_SIZE        248 uspace/lib/drv/generic/remote_usbhc.c 	.method_count = ARRAY_SIZE(remote_usbhc_iface_ops),
ARRAY_SIZE        302 uspace/lib/drv/generic/remote_usbhid.c 	.method_count = ARRAY_SIZE(remote_usbhid_iface_ops),
ARRAY_SIZE        569 uspace/lib/ieee80211/src/ieee80211.c 	    ARRAY_SIZE(rfc1042_header);
ARRAY_SIZE        611 uspace/lib/ieee80211/src/ieee80211.c 	    rfc1042_header, ARRAY_SIZE(rfc1042_header));
ARRAY_SIZE        614 uspace/lib/ieee80211/src/ieee80211.c 	    ARRAY_SIZE(rfc1042_header) + head_space,
ARRAY_SIZE       1645 uspace/lib/ieee80211/src/ieee80211.c 		    ARRAY_SIZE(rfc1042_header);
ARRAY_SIZE         76 uspace/lib/usb/src/usb.c 	if ((size_t)t >= ARRAY_SIZE(str_transfer_type)) {
ARRAY_SIZE         89 uspace/lib/usb/src/usb.c 	if ((size_t)t >= ARRAY_SIZE(str_transfer_type_short)) {
ARRAY_SIZE        102 uspace/lib/usb/src/usb.c 	if (d >= ARRAY_SIZE(str_direction)) {
ARRAY_SIZE        115 uspace/lib/usb/src/usb.c 	if (s >= ARRAY_SIZE(str_speed)) {
ARRAY_SIZE        395 uspace/lib/usbhost/src/bus.c 	if (idx >= ARRAY_SIZE(device->endpoints)) {
ARRAY_SIZE        453 uspace/lib/usbhost/src/bus.c 	if (idx < ARRAY_SIZE(device->endpoints))
ARRAY_SIZE        459 uspace/lib/usbhost/src/bus.c 	if (!ep && ctrl_idx < ARRAY_SIZE(device->endpoints)) {
ARRAY_SIZE        497 uspace/lib/usbhost/src/bus.c 	if (idx >= ARRAY_SIZE(device->endpoints))
ARRAY_SIZE         62 uspace/lib/usbhost/src/utility.c 	if (speed < ARRAY_SIZE(mps_fixed) && mps_fixed[speed] != 0) {
ARRAY_SIZE         84 uspace/lib/usbvirt/src/virthub_base.c 	instance->configuration.extra_count = ARRAY_SIZE(instance->extra);
HelenOS homepage, sources at GitHub