Searched refs:ilocs (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/
H A Dstack.f905 integer ilocs(2) variable in program:stack
10 ilocs(id) = foo()
14 if (ilocs(1) .eq. ilocs(2)) call abort
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dauvitek_audio.c63 int ilocs[USBIFIFCF_NLOCS], nifaces, i; local
83 ilocs[USBIFIFCF_PORT] = uiaa.port;
84 ilocs[USBIFIFCF_VENDOR] = uiaa.vendor;
85 ilocs[USBIFIFCF_PRODUCT] = uiaa.product;
86 ilocs[USBIFIFCF_RELEASE] = uiaa.release;
87 ilocs[USBIFIFCF_CONFIGURATION] = uiaa.configno;
101 ilocs[USBIFIFCF_INTERFACE] = uiaa.ifaceno;
103 ilocs, &uiaa, auvitek_ifprint, config_stdsubmatch);
H A Dusb_subr.c852 int ilocs[USBIFIFCF_NLOCS]; local
875 ilocs[USBIFIFCF_PORT] = uiaa.port;
876 ilocs[USBIFIFCF_VENDOR] = uiaa.vendor;
877 ilocs[USBIFIFCF_PRODUCT] = uiaa.product;
878 ilocs[USBIFIFCF_RELEASE] = uiaa.release;
879 ilocs[USBIFIFCF_CONFIGURATION] = uiaa.configno;
889 ilocs[USBIFIFCF_INTERFACE] = uiaa.ifaceno;
899 dv = config_found_sm_loc(parent, "usbifif", ilocs, &uiaa,

Completed in 106 milliseconds